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-07-20T05:16:06+0000 | MainThread | 139786794388808 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.[0m 2022-07-20T05:16:06+0000 | MainThread | 139786794388808 | 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-07-20T05:16:06+0000 | MainThread | 139786794388808 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.[0m 2022-07-20T05:16:06+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:16:06+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0eebb4f6-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=0eebb794-07eb-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:16:06+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.[0m 2022-07-20T05:16:06+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0eee4b4e-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=0eee4c7a-07eb-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:16:06+0000 | MainThread | 139786794388808 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching secure http API server[0m 2022-07-20T05:16:07+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0eebb4f6-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=0eebb794-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:16:07+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0eebb4f6-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=0eebb794-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:16:07+0000 | aai_event_thread | 139786743651104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0eee4b4e-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=0eee4c7a-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:16:07+0000 | aai_event_thread | 139786743651104 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0eee4b4e-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=0eee4c7a-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:16:27+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0eee4b4e-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=0eee4c7a-07eb-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:16:27+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b7eb632-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=1b7ebb5a-07eb-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:16:28+0000 | aai_event_thread | 139786743651104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b7eb632-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=1b7ebb5a-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:16:28+0000 | aai_event_thread | 139786743651104 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1b7eb632-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=1b7ebb5a-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:16:32+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0eebb4f6-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=0eebb794-07eb-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:16:32+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e753a50-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=1e753d48-07eb-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:16:33+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e753a50-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=1e753d48-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:16:33+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e753a50-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=1e753d48-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:16:48+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1b7eb632-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=1b7ebb5a-07eb-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:16:48+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=280a9506-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=280a9704-07eb-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:16:49+0000 | aai_event_thread | 139786743651104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=280a9506-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=280a9704-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:16:49+0000 | aai_event_thread | 139786743651104 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=280a9506-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=280a9704-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:16:58+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e753a50-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=1e753d48-07eb-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:16:58+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2dfa703a-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=2dfa71f2-07eb-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:16:59+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2dfa703a-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=2dfa71f2-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:16:59+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2dfa703a-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=2dfa71f2-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:17:09+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=280a9506-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=280a9704-07eb-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:17:09+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34928608-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=349287c0-07eb-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:17:10+0000 | aai_event_thread | 139786743651104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34928608-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=349287c0-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:17:10+0000 | aai_event_thread | 139786743651104 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=34928608-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=349287c0-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:17:24+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2dfa703a-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=2dfa71f2-07eb-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:17:24+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d817382-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=3d8176f2-07eb-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:17:25+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d817382-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=3d8176f2-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:17:25+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d817382-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=3d8176f2-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:17:30+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=34928608-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=349287c0-07eb-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:17:30+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=411ba59e-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=411bb016-07eb-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:17:31+0000 | aai_event_thread | 139786743651104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=411ba59e-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=411bb016-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:17:31+0000 | aai_event_thread | 139786743651104 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=411ba59e-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=411bb016-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:17:50+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d817382-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=3d8176f2-07eb-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:17:50+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d0838ea-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=4d083aa2-07eb-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:17:51+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d0838ea-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=4d083aa2-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:17:51+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d0838ea-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=4d083aa2-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:17:51+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=411ba59e-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=411bb016-07eb-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:17:51+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4da7810c-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=4da782d8-07eb-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:17:53+0000 | aai_event_thread | 139786743651104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4da7810c-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=4da782d8-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:17:53+0000 | aai_event_thread | 139786743651104 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4da7810c-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=4da782d8-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:18:13+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4da7810c-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=4da782d8-07eb-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:18:13+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a3448f6-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=5a34531e-07eb-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:18:14+0000 | aai_event_thread | 139786743651104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a3448f6-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=5a34531e-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:18:14+0000 | aai_event_thread | 139786743651104 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a3448f6-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=5a34531e-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:18:16+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d0838ea-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=4d083aa2-07eb-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:18:16+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c8e5e02-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=5c8e60f0-07eb-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:18:18+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c8e5e02-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=5c8e60f0-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:18:18+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c8e5e02-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=5c8e60f0-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:18:34+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a3448f6-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=5a34531e-07eb-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:18:34+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66c18124-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=66c1870a-07eb-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:18:35+0000 | aai_event_thread | 139786743651104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66c18124-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=66c1870a-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:18:35+0000 | aai_event_thread | 139786743651104 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=66c18124-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=66c1870a-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:18:43+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c8e5e02-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=5c8e60f0-07eb-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:18:43+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c14868a-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=6c148b58-07eb-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:18:44+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c14868a-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=6c148b58-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:18:44+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c14868a-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=6c148b58-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:18:55+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=66c18124-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=66c1870a-07eb-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:18:55+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=734dd816-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=734dd9e2-07eb-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:18:56+0000 | aai_event_thread | 139786743651104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=734dd816-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=734dd9e2-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:18:56+0000 | aai_event_thread | 139786743651104 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=734dd816-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=734dd9e2-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:19:09+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c14868a-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=6c148b58-07eb-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:19:09+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b9b69f2-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=7b9b6c04-07eb-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:19:10+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b9b69f2-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=7b9b6c04-07eb-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:19:10+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b9b69f2-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=7b9b6c04-07eb-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:19:16+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=734dd816-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=734dd9e2-07eb-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:19:16+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fd5f21c-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=7fd5f3e8-07eb-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:19:16+0000 | aai_event_thread | 139786743651104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fd5f21c-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=7fd5f3e8-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:19:16+0000 | aai_event_thread | 139786743651104 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7fd5f21c-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=7fd5f3e8-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:19:35+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b9b69f2-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=7b9b6c04-07eb-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:19:35+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b122c18-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=8b122dee-07eb-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:19:35+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b122c18-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=8b122dee-07eb-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:19:35+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b122c18-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=8b122dee-07eb-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:19:36+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7fd5f21c-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=7fd5f3e8-07eb-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:19:36+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bcce3aa-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=8bcce594-07eb-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:19:36+0000 | aai_event_thread | 139786743651104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bcce3aa-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=8bcce594-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:19:36+0000 | aai_event_thread | 139786743651104 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8bcce3aa-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=8bcce594-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:19:56+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8bcce3aa-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=8bcce594-07eb-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:19:56+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97c39e38-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=97c3a00e-07eb-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:19:56+0000 | aai_event_thread | 139786743651104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97c39e38-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=97c3a00e-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:19:56+0000 | aai_event_thread | 139786743651104 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=97c39e38-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=97c3a00e-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:20:00+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b122c18-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=8b122dee-07eb-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:20:00+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a07dcd6-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=9a07de98-07eb-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:20:00+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a07dcd6-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=9a07de98-07eb-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:20:00+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a07dcd6-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=9a07de98-07eb-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:20:16+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=97c39e38-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=97c3a00e-07eb-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:20:16+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3baa8bc-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=a3baaaec-07eb-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:20:16+0000 | aai_event_thread | 139786743651104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3baa8bc-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=a3baaaec-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:20:16+0000 | aai_event_thread | 139786743651104 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a3baa8bc-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=a3baaaec-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:20:25+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a07dcd6-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=9a07de98-07eb-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:20:25+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8fe8e60-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=a8fe9036-07eb-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:20:25+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8fe8e60-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=a8fe9036-07eb-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:20:25+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8fe8e60-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=a8fe9036-07eb-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:20:36+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a3baa8bc-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=a3baaaec-07eb-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:20:36+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afb1f404-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=afb1f684-07eb-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:20:36+0000 | aai_event_thread | 139786743651104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afb1f404-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=afb1f684-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:20:36+0000 | aai_event_thread | 139786743651104 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=afb1f404-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=afb1f684-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:20:50+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8fe8e60-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=a8fe9036-07eb-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:20:50+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7f2fde8-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=b7f3000e-07eb-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:20:50+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7f2fde8-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=b7f3000e-07eb-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:20:50+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7f2fde8-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=b7f3000e-07eb-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:20:56+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=afb1f404-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=afb1f684-07eb-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:20:56+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbad9bc8-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=bbad9d8a-07eb-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:20:56+0000 | aai_event_thread | 139786743651104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbad9bc8-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=bbad9d8a-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:20:56+0000 | aai_event_thread | 139786743651104 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bbad9bc8-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=bbad9d8a-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:21:15+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7f2fde8-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=b7f3000e-07eb-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:21:15+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6e889e4-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=c6e88c14-07eb-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:21:15+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6e889e4-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=c6e88c14-07eb-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:21:15+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6e889e4-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=c6e88c14-07eb-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:21:16+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bbad9bc8-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=bbad9d8a-07eb-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:21:16+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7a3d32a-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=c7a3d564-07eb-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:21:16+0000 | aai_event_thread | 139786743651104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7a3d32a-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=c7a3d564-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:21:16+0000 | aai_event_thread | 139786743651104 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c7a3d32a-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=c7a3d564-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:21:36+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c7a3d32a-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=c7a3d564-07eb-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:21:36+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d39d861c-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=d39d8914-07eb-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:21:36+0000 | aai_event_thread | 139786743651104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d39d861c-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=d39d8914-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:21:36+0000 | aai_event_thread | 139786743651104 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d39d861c-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=d39d8914-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:21:40+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6e889e4-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=c6e88c14-07eb-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:21:40+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5dd0524-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=d5dd0786-07eb-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:21:40+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5dd0524-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=d5dd0786-07eb-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:21:40+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5dd0524-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=d5dd0786-07eb-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:21:56+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d39d861c-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=d39d8914-07eb-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:21:56+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df940d24-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=df940f68-07eb-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:21:56+0000 | aai_event_thread | 139786743651104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df940d24-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=df940f68-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:21:56+0000 | aai_event_thread | 139786743651104 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df940d24-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=df940f68-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:22:05+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5dd0524-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=d5dd0786-07eb-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:22:05+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4ccdeb0-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=e4cce130-07eb-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:22:05+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4ccdeb0-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=e4cce130-07eb-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:22:05+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4ccdeb0-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=e4cce130-07eb-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:22:16+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df940d24-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=df940f68-07eb-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:22:16+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb8e234e-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=eb8e25d8-07eb-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:22:17+0000 | aai_event_thread | 139786743651104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb8e234e-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=eb8e25d8-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:22:17+0000 | aai_event_thread | 139786743651104 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb8e234e-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=eb8e25d8-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:22:30+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4ccdeb0-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=e4cce130-07eb-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:22:30+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3be8126-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=f3be8554-07eb-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:22:30+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3be8126-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=f3be8554-07eb-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:22:30+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3be8126-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=f3be8554-07eb-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:22:37+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb8e234e-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=eb8e25d8-07eb-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:22:37+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f789ab96-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=f789ae7a-07eb-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:22:37+0000 | aai_event_thread | 139786743651104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f789ab96-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=f789ae7a-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:22:37+0000 | aai_event_thread | 139786743651104 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f789ab96-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=f789ae7a-07eb-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:22:55+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3be8126-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=f3be8554-07eb-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:22:55+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02b7d47a-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=02b7d894-07ec-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:22:55+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02b7d47a-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=02b7d894-07ec-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:22:55+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02b7d47a-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=02b7d894-07ec-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:22:57+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f789ab96-07eb-11ed-bdb5-42cdcd0178e8 | InvocationID=f789ae7a-07eb-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:22:57+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=037fbc6a-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=037fbe4a-07ec-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:22:57+0000 | aai_event_thread | 139786743651104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=037fbc6a-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=037fbe4a-07ec-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:22:57+0000 | aai_event_thread | 139786743651104 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=037fbc6a-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=037fbe4a-07ec-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:23:17+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=037fbc6a-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=037fbe4a-07ec-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:23:17+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f76a9ac-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=0f76accc-07ec-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:23:17+0000 | aai_event_thread | 139786743651104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f76a9ac-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=0f76accc-07ec-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:23:17+0000 | aai_event_thread | 139786743651104 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0f76a9ac-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=0f76accc-07ec-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:23:20+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02b7d47a-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=02b7d894-07ec-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:23:20+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11aa354a-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=11aa378e-07ec-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:23:21+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11aa354a-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=11aa378e-07ec-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:23:21+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11aa354a-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=11aa378e-07ec-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:23:37+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0f76a9ac-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=0f76accc-07ec-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:23:37+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b73e4ea-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=1b73e72e-07ec-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:23:37+0000 | aai_event_thread | 139786743651104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b73e4ea-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=1b73e72e-07ec-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:23:37+0000 | aai_event_thread | 139786743651104 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1b73e4ea-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=1b73e72e-07ec-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:23:46+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11aa354a-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=11aa378e-07ec-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:23:46+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20afb01a-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=20afb1e6-07ec-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:23:46+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20afb01a-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=20afb1e6-07ec-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:23:46+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20afb01a-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=20afb1e6-07ec-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:23:57+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1b73e4ea-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=1b73e72e-07ec-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:23:57+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=276dd12a-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=276ded5e-07ec-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:23:57+0000 | aai_event_thread | 139786743651104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=276dd12a-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=276ded5e-07ec-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:23:57+0000 | aai_event_thread | 139786743651104 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=276dd12a-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=276ded5e-07ec-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:24:11+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20afb01a-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=20afb1e6-07ec-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:24:11+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2faf7a46-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=2faf7c1c-07ec-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:24:11+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2faf7a46-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=2faf7c1c-07ec-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:24:11+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2faf7a46-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=2faf7c1c-07ec-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:24:17+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=276dd12a-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=276ded5e-07ec-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:24:17+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=336e4004-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=336e41c6-07ec-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:24:17+0000 | aai_event_thread | 139786743651104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=336e4004-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=336e41c6-07ec-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:24:17+0000 | aai_event_thread | 139786743651104 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=336e4004-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=336e41c6-07ec-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:24:36+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2faf7a46-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=2faf7c1c-07ec-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:24:36+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ea7afa0-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=3ea7b194-07ec-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:24:36+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ea7afa0-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=3ea7b194-07ec-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:24:36+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ea7afa0-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=3ea7b194-07ec-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:24:37+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=336e4004-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=336e41c6-07ec-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:24:37+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f6b9ff0-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=3f6ba1c6-07ec-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:24:37+0000 | aai_event_thread | 139786743651104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f6b9ff0-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=3f6ba1c6-07ec-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:24:37+0000 | aai_event_thread | 139786743651104 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3f6b9ff0-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=3f6ba1c6-07ec-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:24:57+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3f6b9ff0-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=3f6ba1c6-07ec-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:24:57+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b699618-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=4b6997da-07ec-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:24:57+0000 | aai_event_thread | 139786743651104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b699618-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=4b6997da-07ec-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:24:57+0000 | aai_event_thread | 139786743651104 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4b699618-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=4b6997da-07ec-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:25:01+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ea7afa0-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=3ea7b194-07ec-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:25:01+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d9b1196-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=4d9b148e-07ec-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:25:01+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d9b1196-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=4d9b148e-07ec-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:25:01+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d9b1196-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=4d9b148e-07ec-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:25:17+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4b699618-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=4b6997da-07ec-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:25:17+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57648c8e-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=57648e78-07ec-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:25:17+0000 | aai_event_thread | 139786743651104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57648c8e-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=57648e78-07ec-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:25:17+0000 | aai_event_thread | 139786743651104 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57648c8e-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=57648e78-07ec-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:25:26+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d9b1196-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=4d9b148e-07ec-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:25:26+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c90ac10-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=5c90ae0e-07ec-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:25:26+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c90ac10-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=5c90ae0e-07ec-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:25:26+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c90ac10-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=5c90ae0e-07ec-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:25:37+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57648c8e-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=57648e78-07ec-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:25:37+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=635eb83e-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=635eba64-07ec-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:25:37+0000 | aai_event_thread | 139786743651104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=635eb83e-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=635eba64-07ec-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:25:37+0000 | aai_event_thread | 139786743651104 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=635eb83e-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=635eba64-07ec-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:25:51+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c90ac10-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=5c90ae0e-07ec-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:25:51+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b83d4e0-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=6b83da76-07ec-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:25:51+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b83d4e0-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=6b83da76-07ec-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:25:51+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b83d4e0-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=6b83da76-07ec-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:25:57+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=635eb83e-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=635eba64-07ec-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:25:57+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f54806a-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=6f5483c6-07ec-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:25:58+0000 | aai_event_thread | 139786743651104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f54806a-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=6f5483c6-07ec-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:25:58+0000 | aai_event_thread | 139786743651104 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6f54806a-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=6f5483c6-07ec-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:26:16+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b83d4e0-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=6b83da76-07ec-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:26:16+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a7f307a-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=7a7f328c-07ec-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:26:16+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a7f307a-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=7a7f328c-07ec-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:26:16+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a7f307a-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=7a7f328c-07ec-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:26:18+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6f54806a-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=6f5483c6-07ec-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:26:18+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b4d1e72-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=7b4d2066-07ec-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:26:18+0000 | aai_event_thread | 139786743651104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b4d1e72-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=7b4d2066-07ec-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:26:18+0000 | aai_event_thread | 139786743651104 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7b4d1e72-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=7b4d2066-07ec-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:26:38+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7b4d1e72-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=7b4d2066-07ec-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:26:38+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8742c68c-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=8742c89e-07ec-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:26:38+0000 | aai_event_thread | 139786743651104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8742c68c-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=8742c89e-07ec-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:26:38+0000 | aai_event_thread | 139786743651104 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8742c68c-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=8742c89e-07ec-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:26:41+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a7f307a-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=7a7f328c-07ec-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:26:41+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89715c70-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=89715e32-07ec-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:26:41+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89715c70-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=89715e32-07ec-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:26:41+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89715c70-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=89715e32-07ec-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:26:58+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8742c68c-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=8742c89e-07ec-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:26:58+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9339f564-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=9339f726-07ec-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:26:58+0000 | aai_event_thread | 139786743651104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9339f564-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=9339f726-07ec-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:26:58+0000 | aai_event_thread | 139786743651104 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9339f564-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=9339f726-07ec-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:27:06+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89715c70-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=89715e32-07ec-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:27:06+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98633032-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=986333fc-07ec-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:27:06+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98633032-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=986333fc-07ec-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:27:06+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98633032-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=986333fc-07ec-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:27:18+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9339f564-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=9339f726-07ec-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:27:18+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f2fb174-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=9f2fb39a-07ec-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:27:18+0000 | aai_event_thread | 139786743651104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f2fb174-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=9f2fb39a-07ec-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:27:18+0000 | aai_event_thread | 139786743651104 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f2fb174-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=9f2fb39a-07ec-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:27:31+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98633032-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=986333fc-07ec-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:27:31+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7576f72-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=a757715c-07ec-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:27:32+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7576f72-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=a757715c-07ec-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:27:32+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7576f72-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=a757715c-07ec-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:27:38+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f2fb174-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=9f2fb39a-07ec-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:27:38+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab26a0be-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=ab26a294-07ec-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:27:38+0000 | aai_event_thread | 139786743651104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab26a0be-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=ab26a294-07ec-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:27:38+0000 | aai_event_thread | 139786743651104 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ab26a0be-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=ab26a294-07ec-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:27:57+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7576f72-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=a757715c-07ec-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:27:57+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b647b6a4-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=b647b87a-07ec-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:27:57+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b647b6a4-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=b647b87a-07ec-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:27:57+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b647b6a4-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=b647b87a-07ec-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:27:58+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ab26a0be-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=ab26a294-07ec-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:27:58+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7219360-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=b721952c-07ec-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:27:58+0000 | aai_event_thread | 139786743651104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7219360-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=b721952c-07ec-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:27:58+0000 | aai_event_thread | 139786743651104 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7219360-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=b721952c-07ec-11ed-bdb5-42cdcd0178e8 | 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-07-20T05:28:18+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7219360-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=b721952c-07ec-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:28:18+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c322404c-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=c322429a-07ec-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:28:22+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b647b6a4-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=b647b87a-07ec-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:28:22+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5383062-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=c538322e-07ec-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:28:22+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5383062-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=c538322e-07ec-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:28:22+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5383062-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=c538322e-07ec-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:28:43+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c322404c-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=c322429a-07ec-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:28:43+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1c1a0e8-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=d1c1a35e-07ec-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:28:47+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5383062-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=c538322e-07ec-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:28:47+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d428a250-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=d428a412-07ec-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:28:47+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d428a250-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=d428a412-07ec-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:28:47+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d428a250-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=d428a412-07ec-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:29:03+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d1c1a0e8-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=d1c1a35e-07ec-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:29:03+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddc50510-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=ddc50790-07ec-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:29:12+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d428a250-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=d428a412-07ec-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:29:12+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e31ceef6-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=e31cf0d6-07ec-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:29:12+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e31ceef6-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=e31cf0d6-07ec-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:29:12+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e31ceef6-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=e31cf0d6-07ec-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:29:23+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ddc50510-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=ddc50790-07ec-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:29:23+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9c5dc2c-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=e9c5de70-07ec-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:29:37+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e31ceef6-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=e31cf0d6-07ec-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:29:37+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f217d54c-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=f217d70e-07ec-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:29:37+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f217d54c-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=f217d70e-07ec-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:29:37+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f217d54c-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=f217d70e-07ec-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:29:43+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9c5dc2c-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=e9c5de70-07ec-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:29:43+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5d99f94-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=f5d9a96c-07ec-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:30:02+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f217d54c-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=f217d70e-07ec-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:30:02+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=010891fe-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=0108949c-07ed-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:30:02+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=010891fe-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=0108949c-07ed-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:30:02+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=010891fe-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=0108949c-07ed-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:30:04+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5d99f94-07ec-11ed-bdb5-42cdcd0178e8 | InvocationID=f5d9a96c-07ec-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:30:04+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0228cdc4-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=0228d0a8-07ed-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:30:27+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=010891fe-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=0108949c-07ed-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:30:27+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ffa75b0-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=0ffa7786-07ed-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:30:27+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ffa75b0-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=0ffa7786-07ed-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:30:27+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ffa75b0-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=0ffa7786-07ed-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:30:29+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0228cdc4-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=0228d0a8-07ed-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:30:29+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10f82caa-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=10f82f66-07ed-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:30:52+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ffa75b0-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=0ffa7786-07ed-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:30:52+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ef3ffa0-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=1ef401bc-07ed-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:30:52+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ef3ffa0-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=1ef401bc-07ed-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:30:52+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ef3ffa0-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=1ef401bc-07ed-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:30:54+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10f82caa-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=10f82f66-07ed-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:30:54+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fcfe7b8-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=1fcfec22-07ed-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:31:17+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ef3ffa0-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=1ef401bc-07ed-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:31:17+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2de4e7a4-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=2de4ebfa-07ed-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:31:17+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2de4e7a4-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=2de4ebfa-07ed-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:31:17+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2de4e7a4-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=2de4ebfa-07ed-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:31:18+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1fcfe7b8-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=1fcfec22-07ed-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:31:18+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e9f4770-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=2e9f4946-07ed-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:31:42+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2de4e7a4-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=2de4ebfa-07ed-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:31:42+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cd84e04-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=3cd85020-07ed-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:31:42+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cd84e04-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=3cd85020-07ed-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:31:42+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3cd84e04-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=3cd85020-07ed-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:31:43+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e9f4770-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=2e9f4946-07ed-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:31:43+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d6992c4-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=3d699512-07ed-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:32:07+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3cd84e04-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=3cd85020-07ed-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:32:07+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bce0a5c-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=4bce0cf0-07ed-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:32:07+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bce0a5c-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=4bce0cf0-07ed-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:32:07+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4bce0a5c-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=4bce0cf0-07ed-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:32:08+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d6992c4-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=3d699512-07ed-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:32:08+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c402a92-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=4c402c5e-07ed-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:32:33+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4bce0a5c-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=4bce0cf0-07ed-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:32:33+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ac778cc-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=5ac77b6a-07ed-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:32:33+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ac778cc-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=5ac77b6a-07ed-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:32:33+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ac778cc-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=5ac77b6a-07ed-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:32:33+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4c402a92-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=4c402c5e-07ed-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:32:33+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b1b2f44-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=5b1b3110-07ed-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:32:58+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ac778cc-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=5ac77b6a-07ed-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:32:58+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69b8c2c8-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=69b8cd36-07ed-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:32:58+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69b8c2c8-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=69b8cd36-07ed-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:32:58+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69b8c2c8-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=69b8cd36-07ed-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:32:58+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b1b2f44-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=5b1b3110-07ed-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:32:58+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69e24076-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=69e24864-07ed-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:33:23+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69b8c2c8-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=69b8cd36-07ed-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:33:23+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78aa233a-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=78aa2632-07ed-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:33:23+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=69e24076-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=69e24864-07ed-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:33:23+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78b038c4-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=78b03d42-07ed-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:33:23+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78aa233a-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=78aa2632-07ed-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:33:23+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78aa233a-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=78aa2632-07ed-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:33:48+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78b038c4-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=78b03d42-07ed-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:33:48+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87820738-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=878208fa-07ed-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:33:48+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78aa233a-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=78aa2632-07ed-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:33:48+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87a09860-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=87a09a18-07ed-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:33:48+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87a09860-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=87a09a18-07ed-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:33:48+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87a09860-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=87a09a18-07ed-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:34:12+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=87820738-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=878208fa-07ed-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:34:12+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96562f6e-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=965631f8-07ed-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:34:13+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87a09860-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=87a09a18-07ed-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:34:13+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96916d9a-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=96916f70-07ed-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:34:13+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96916d9a-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=96916f70-07ed-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:34:13+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96916d9a-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=96916f70-07ed-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:34:37+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96562f6e-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=965631f8-07ed-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:34:37+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a52b46f0-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=a52b4952-07ed-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:34:38+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96916d9a-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=96916f70-07ed-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:34:38+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5879392-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=a5879590-07ed-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:34:38+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5879392-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=a5879590-07ed-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:34:38+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5879392-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=a5879590-07ed-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:35:02+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a52b46f0-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=a52b4952-07ed-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:35:02+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3f8e656-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=b3f8e8f4-07ed-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:35:03+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5879392-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=a5879590-07ed-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:35:03+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b47d1606-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=b47d1836-07ed-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:35:03+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b47d1606-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=b47d1836-07ed-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:35:03+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b47d1606-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=b47d1836-07ed-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:35:27+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b3f8e656-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=b3f8e8f4-07ed-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:35:27+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2c455a8-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=c2c45d28-07ed-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:35:28+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b47d1606-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=b47d1836-07ed-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:35:28+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3743eb4-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=c3744076-07ed-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:35:28+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3743eb4-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=c3744076-07ed-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:35:28+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3743eb4-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=c3744076-07ed-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:35:52+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c2c455a8-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=c2c45d28-07ed-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:35:52+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1a277a8-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=d1a27a78-07ed-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:35:53+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3743eb4-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=c3744076-07ed-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:35:53+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d273c51a-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=d273c6e6-07ed-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:35:53+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d273c51a-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=d273c6e6-07ed-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:35:53+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d273c51a-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=d273c6e6-07ed-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:36:17+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d1a277a8-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=d1a27a78-07ed-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:36:17+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e07a1b32-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=e07a1d58-07ed-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:36:18+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d273c51a-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=d273c6e6-07ed-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:36:18+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e16783fe-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=e16785ac-07ed-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:36:18+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e16783fe-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=e16785ac-07ed-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:36:18+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e16783fe-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=e16785ac-07ed-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:36:42+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e07a1b32-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=e07a1d58-07ed-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:36:42+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef7df342-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=ef7df798-07ed-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:36:43+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e16783fe-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=e16785ac-07ed-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:36:43+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f05ac484-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=f05ad064-07ed-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:36:44+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f05ac484-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=f05ad064-07ed-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:36:44+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f05ac484-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=f05ad064-07ed-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:37:07+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef7df342-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=ef7df798-07ed-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:37:07+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe5f1eea-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=fe5f2318-07ed-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:37:09+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f05ac484-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=f05ad064-07ed-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:37:09+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff4fdb78-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=ff4fde16-07ed-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:37:09+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff4fdb78-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=ff4fde16-07ed-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:37:09+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff4fdb78-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=ff4fde16-07ed-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:37:32+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe5f1eea-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=fe5f2318-07ed-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:37:32+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d4fbe5a-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=0d4fc026-07ee-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:37:34+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff4fdb78-07ed-11ed-bdb5-42cdcd0178e8 | InvocationID=ff4fde16-07ed-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:37:34+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e4fb63e-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=0e4fb80a-07ee-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:37:34+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e4fb63e-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=0e4fb80a-07ee-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:37:34+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e4fb63e-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=0e4fb80a-07ee-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:37:57+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d4fbe5a-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=0d4fc026-07ee-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:37:57+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c274178-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=1c2743da-07ee-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:37:59+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e4fb63e-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=0e4fb80a-07ee-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:37:59+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d443638-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=1d44399e-07ee-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:37:59+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d443638-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=1d44399e-07ee-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:37:59+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d443638-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=1d44399e-07ee-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:38:22+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1c274178-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=1c2743da-07ee-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:38:22+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2af9948a-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=2af996e2-07ee-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:38:24+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d443638-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=1d44399e-07ee-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:38:24+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c36a054-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=2c36a3ec-07ee-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:38:24+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c36a054-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=2c36a3ec-07ee-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:38:24+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c36a054-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=2c36a3ec-07ee-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:38:47+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2af9948a-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=2af996e2-07ee-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:38:47+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39c8014a-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=39c803a2-07ee-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:38:49+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c36a054-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=2c36a3ec-07ee-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:38:49+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b286ed0-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=3b28710a-07ee-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:38:49+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b286ed0-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=3b28710a-07ee-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:38:49+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b286ed0-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=3b28710a-07ee-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:39:11+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39c8014a-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=39c803a2-07ee-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:39:11+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4898a440-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=4898a620-07ee-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:39:14+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b286ed0-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=3b28710a-07ee-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:39:14+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a1915ac-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=4a1917f0-07ee-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:39:14+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a1915ac-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=4a1917f0-07ee-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:39:14+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a1915ac-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=4a1917f0-07ee-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:39:36+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4898a440-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=4898a620-07ee-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:39:36+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=577bf6ec-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=577bf98a-07ee-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:39:39+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a1915ac-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=4a1917f0-07ee-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:39:39+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=591440c2-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=59144be4-07ee-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:39:39+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=591440c2-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=59144be4-07ee-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:39:39+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=591440c2-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=59144be4-07ee-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:40:01+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=577bf6ec-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=577bf98a-07ee-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:40:01+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66438e1a-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=66439004-07ee-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:40:04+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=591440c2-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=59144be4-07ee-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:40:04+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=680a7934-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=680a7af6-07ee-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:40:04+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=680a7934-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=680a7af6-07ee-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:40:04+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=680a7934-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=680a7af6-07ee-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:40:26+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=66438e1a-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=66439004-07ee-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:40:26+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=750fa1fe-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=750fa3b6-07ee-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:40:29+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=680a7934-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=680a7af6-07ee-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:40:29+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76fd9188-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=76fd9368-07ee-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:40:29+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76fd9188-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=76fd9368-07ee-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:40:29+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76fd9188-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=76fd9368-07ee-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:40:51+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=750fa1fe-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=750fa3b6-07ee-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:40:51+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83dbe828-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=83dbeae4-07ee-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:40:54+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76fd9188-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=76fd9368-07ee-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:40:54+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85f02cb4-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=85f02f0c-07ee-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:40:54+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85f02cb4-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=85f02f0c-07ee-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:40:54+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85f02cb4-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=85f02f0c-07ee-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:41:16+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83dbe828-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=83dbeae4-07ee-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:41:16+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92a815e8-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=92a81836-07ee-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:41:19+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85f02cb4-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=85f02f0c-07ee-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:41:19+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94e0c1a2-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=94e0c472-07ee-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:41:20+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94e0c1a2-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=94e0c472-07ee-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:41:20+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94e0c1a2-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=94e0c472-07ee-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:41:41+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=92a815e8-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=92a81836-07ee-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:41:41+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a171f2ec-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=a171f4ae-07ee-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:41:45+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94e0c1a2-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=94e0c472-07ee-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:41:45+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3d2739a-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=a3d275ac-07ee-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:41:45+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3d2739a-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=a3d275ac-07ee-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:41:45+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3d2739a-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=a3d275ac-07ee-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:42:05+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a171f2ec-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=a171f4ae-07ee-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:42:05+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b03fc84e-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=b03fcb0a-07ee-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:42:10+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3d2739a-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=a3d275ac-07ee-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:42:10+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2c52ed8-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=b2c530a4-07ee-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:42:10+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2c52ed8-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=b2c530a4-07ee-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:42:10+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2c52ed8-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=b2c530a4-07ee-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:42:30+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b03fc84e-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=b03fcb0a-07ee-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:42:30+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf145f4c-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=bf1465d2-07ee-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:42:35+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2c52ed8-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=b2c530a4-07ee-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:42:35+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1c614ec-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=c1c617ee-07ee-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:42:35+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1c614ec-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=c1c617ee-07ee-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:42:35+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1c614ec-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=c1c617ee-07ee-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:42:55+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bf145f4c-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=bf1465d2-07ee-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:42:55+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cdeae950-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=cdeaff12-07ee-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:43:00+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1c614ec-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=c1c617ee-07ee-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:43:00+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0b5fc74-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=d0b5fe5e-07ee-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:43:00+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0b5fc74-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=d0b5fe5e-07ee-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:43:00+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0b5fc74-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=d0b5fe5e-07ee-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:43:20+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cdeae950-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=cdeaff12-07ee-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:43:20+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dcb91bd2-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=dcb91dee-07ee-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:43:25+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0b5fc74-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=d0b5fe5e-07ee-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:43:25+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfa546d6-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=dfa5492e-07ee-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:43:25+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfa546d6-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=dfa5492e-07ee-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:43:25+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dfa546d6-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=dfa5492e-07ee-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:43:45+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dcb91bd2-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=dcb91dee-07ee-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:43:45+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb86cd8a-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=eb86cfce-07ee-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:43:50+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dfa546d6-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=dfa5492e-07ee-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:43:50+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee94420a-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=ee9443d6-07ee-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:43:50+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee94420a-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=ee9443d6-07ee-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:43:50+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee94420a-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=ee9443d6-07ee-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:44:10+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb86cd8a-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=eb86cfce-07ee-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:44:10+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa5847da-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=fa584a3c-07ee-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:44:15+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee94420a-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=ee9443d6-07ee-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:44:15+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd84319e-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=fd843392-07ee-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:44:15+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd84319e-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=fd843392-07ee-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:44:15+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd84319e-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=fd843392-07ee-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:44:35+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa5847da-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=fa584a3c-07ee-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:44:35+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09250a46-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=09250c6c-07ef-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:44:40+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd84319e-07ee-11ed-bdb5-42cdcd0178e8 | InvocationID=fd843392-07ee-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:44:40+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c792b3c-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=0c792d58-07ef-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:44:40+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c792b3c-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=0c792d58-07ef-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:44:40+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c792b3c-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=0c792d58-07ef-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:44:59+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09250a46-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=09250c6c-07ef-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:44:59+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17eda9fc-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=17edad1c-07ef-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:45:05+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c792b3c-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=0c792d58-07ef-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:45:05+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b682cd8-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=1b682ed6-07ef-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:45:05+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b682cd8-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=1b682ed6-07ef-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:45:05+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b682cd8-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=1b682ed6-07ef-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:45:24+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=17eda9fc-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=17edad1c-07ef-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:45:24+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26bbc75c-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=26bbc928-07ef-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:45:30+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b682cd8-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=1b682ed6-07ef-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:45:30+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a615476-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=2a61564c-07ef-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:45:30+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a615476-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=2a61564c-07ef-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:45:30+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a615476-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=2a61564c-07ef-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:45:49+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=26bbc75c-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=26bbc928-07ef-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:45:49+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=358e79c8-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=358e7d92-07ef-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:45:55+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a615476-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=2a61564c-07ef-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:45:55+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=395a9eec-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=395aa0c2-07ef-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:45:55+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=395a9eec-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=395aa0c2-07ef-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:45:55+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=395a9eec-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=395aa0c2-07ef-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:46:14+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=358e79c8-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=358e7d92-07ef-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:46:14+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=445ebe7c-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=445ec048-07ef-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:46:20+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=395a9eec-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=395aa0c2-07ef-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:46:20+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=484d532c-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=484d5584-07ef-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:46:21+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=484d532c-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=484d5584-07ef-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:46:21+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=484d532c-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=484d5584-07ef-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:46:39+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=445ebe7c-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=445ec048-07ef-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:46:39+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=532bca58-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=532bcd78-07ef-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:46:46+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=484d532c-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=484d5584-07ef-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:46:46+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5742a936-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=5742ab2a-07ef-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:46:46+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5742a936-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=5742ab2a-07ef-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:46:46+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5742a936-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=5742ab2a-07ef-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:47:04+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=532bca58-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=532bcd78-07ef-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:47:04+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62029f02-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=6202a0d8-07ef-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:47:11+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5742a936-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=5742ab2a-07ef-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:47:11+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6634fd04-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=6634feda-07ef-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:47:11+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6634fd04-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=6634feda-07ef-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:47:11+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6634fd04-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=6634feda-07ef-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:47:28+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=62029f02-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=6202a0d8-07ef-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:47:28+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70d539fe-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=70d53bd4-07ef-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:47:36+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6634fd04-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=6634feda-07ef-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:47:36+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7525f3ae-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=7525f566-07ef-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:47:36+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7525f3ae-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=7525f566-07ef-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:47:36+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7525f3ae-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=7525f566-07ef-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:47:53+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=70d539fe-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=70d53bd4-07ef-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:47:53+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fb17e92-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=7fb180cc-07ef-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:48:01+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7525f3ae-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=7525f566-07ef-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:48:01+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8414c2a0-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=8414c476-07ef-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:48:01+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8414c2a0-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=8414c476-07ef-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:48:01+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8414c2a0-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=8414c476-07ef-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:48:18+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7fb17e92-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=7fb180cc-07ef-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:48:18+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e7af688-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=8e7af8ea-07ef-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:48:26+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8414c2a0-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=8414c476-07ef-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:48:26+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93041f2c-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=93042148-07ef-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:48:26+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93041f2c-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=93042148-07ef-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:48:26+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93041f2c-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=93042148-07ef-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:48:43+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8e7af688-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=8e7af8ea-07ef-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:48:43+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d4808b8-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=9d480afc-07ef-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:48:51+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93041f2c-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=93042148-07ef-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:48:51+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1fde6ac-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=a1fdea26-07ef-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:48:51+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1fde6ac-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=a1fdea26-07ef-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:48:51+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1fde6ac-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=a1fdea26-07ef-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:49:08+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d4808b8-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=9d480afc-07ef-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:49:08+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac13558c-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=ac135794-07ef-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:49:16+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1fde6ac-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=a1fdea26-07ef-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:49:16+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0f17c8c-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=b0f17e62-07ef-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:49:16+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0f17c8c-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=b0f17e62-07ef-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:49:16+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0f17c8c-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=b0f17e62-07ef-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:49:33+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ac13558c-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=ac135794-07ef-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:49:33+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=baf27bdc-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=baf27dbc-07ef-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:49:41+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0f17c8c-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=b0f17e62-07ef-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:49:41+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfe8c2b8-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=bfe8c506-07ef-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:49:41+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfe8c2b8-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=bfe8c506-07ef-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:49:41+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bfe8c2b8-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=bfe8c506-07ef-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:49:58+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=baf27bdc-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=baf27dbc-07ef-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:49:58+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9bf566c-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=c9bf595a-07ef-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:50:06+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bfe8c2b8-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=bfe8c506-07ef-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:50:06+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cedbbde8-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=cedbc0d6-07ef-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:50:06+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cedbbde8-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=cedbc0d6-07ef-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:50:06+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cedbbde8-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=cedbc0d6-07ef-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:50:22+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c9bf566c-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=c9bf595a-07ef-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:50:22+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d886ace0-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=d886ae98-07ef-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:50:31+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cedbbde8-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=cedbc0d6-07ef-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:50:31+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddcd7792-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=ddcd79e0-07ef-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:50:31+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddcd7792-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=ddcd79e0-07ef-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:50:31+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ddcd7792-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=ddcd79e0-07ef-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:50:47+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d886ace0-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=d886ae98-07ef-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:50:47+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e751197c-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=e7511b52-07ef-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:50:56+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ddcd7792-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=ddcd79e0-07ef-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:50:56+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ecc16830-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=ecc170a0-07ef-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:50:56+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ecc16830-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=ecc170a0-07ef-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:50:56+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ecc16830-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=ecc170a0-07ef-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:51:12+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e751197c-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=e7511b52-07ef-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:51:12+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f621c938-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=f621cb2c-07ef-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:51:21+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ecc16830-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=ecc170a0-07ef-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:51:21+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbb27726-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=fbb2796a-07ef-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:51:22+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbb27726-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=fbb2796a-07ef-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:51:22+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fbb27726-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=fbb2796a-07ef-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:51:37+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f621c938-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=f621cb2c-07ef-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:51:37+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04f62aa8-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=04f62c7e-07f0-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:51:47+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fbb27726-07ef-11ed-bdb5-42cdcd0178e8 | InvocationID=fbb2796a-07ef-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:51:47+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0aa2a580-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=0aa2a74c-07f0-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:51:47+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0aa2a580-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=0aa2a74c-07f0-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:51:47+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0aa2a580-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=0aa2a74c-07f0-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:52:02+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=04f62aa8-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=04f62c7e-07f0-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:52:02+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13c42f8a-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=13c43408-07f0-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:52:12+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0aa2a580-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=0aa2a74c-07f0-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:52:12+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=199a7360-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=199a7680-07f0-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:52:12+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=199a7360-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=199a7680-07f0-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:52:12+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=199a7360-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=199a7680-07f0-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:52:27+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=13c42f8a-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=13c43408-07f0-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:52:27+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22901362-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=229015e2-07f0-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:52:37+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=199a7360-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=199a7680-07f0-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:52:37+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28a01c16-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=28a01df6-07f0-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:52:37+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28a01c16-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=28a01df6-07f0-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:52:37+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28a01c16-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=28a01df6-07f0-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:52:52+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=22901362-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=229015e2-07f0-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:52:52+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31620df0-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=316210a2-07f0-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:53:02+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28a01c16-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=28a01df6-07f0-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:53:02+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3791217a-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=37912346-07f0-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:53:02+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3791217a-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=37912346-07f0-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:53:02+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3791217a-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=37912346-07f0-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:53:16+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=31620df0-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=316210a2-07f0-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:53:16+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4032ef98-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=4032f1be-07f0-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:53:27+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3791217a-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=37912346-07f0-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:53:27+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46856d58-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=46857014-07f0-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:53:27+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46856d58-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=46857014-07f0-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:53:27+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46856d58-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=46857014-07f0-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:53:41+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4032ef98-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=4032f1be-07f0-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:53:41+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4efc8ad4-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=4efc8caa-07f0-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:53:52+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46856d58-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=46857014-07f0-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:53:52+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5576d978-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=5576dbbc-07f0-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:53:52+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5576d978-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=5576dbbc-07f0-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:53:52+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5576d978-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=5576dbbc-07f0-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:54:06+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4efc8ad4-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=4efc8caa-07f0-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:54:06+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5dd24012-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=5dd241e8-07f0-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:54:17+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5576d978-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=5576dbbc-07f0-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:54:17+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=646ac73c-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=646ac8fe-07f0-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:54:17+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=646ac73c-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=646ac8fe-07f0-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:54:17+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=646ac73c-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=646ac8fe-07f0-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:54:31+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5dd24012-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=5dd241e8-07f0-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:54:31+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c9993ac-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=6c99956e-07f0-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:54:42+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=646ac73c-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=646ac8fe-07f0-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:54:42+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=735b8614-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=735b881c-07f0-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:54:42+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=735b8614-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=735b881c-07f0-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:54:42+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=735b8614-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=735b881c-07f0-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:54:56+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6c9993ac-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=6c99956e-07f0-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:54:56+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b6a2cca-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=7b6a2f9a-07f0-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:55:07+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=735b8614-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=735b881c-07f0-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:55:07+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=824c257a-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=824c2732-07f0-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:55:07+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=824c257a-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=824c2732-07f0-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:55:07+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=824c257a-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=824c2732-07f0-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:55:21+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7b6a2cca-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=7b6a2f9a-07f0-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:55:21+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a319cde-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=8a319f36-07f0-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:55:32+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=824c257a-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=824c2732-07f0-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:55:32+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91414b1e-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=91414ce0-07f0-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:55:32+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91414b1e-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=91414ce0-07f0-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:55:32+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91414b1e-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=91414ce0-07f0-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:55:45+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8a319cde-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=8a319f36-07f0-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:55:45+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9905e472-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=9905e648-07f0-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:55:57+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91414b1e-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=91414ce0-07f0-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:55:57+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a030a08e-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=a030a246-07f0-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:55:58+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a030a08e-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=a030a246-07f0-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:55:58+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a030a08e-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=a030a246-07f0-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:56:10+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9905e472-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=9905e648-07f0-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:56:10+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7d8841e-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=a7d885c2-07f0-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:56:23+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a030a08e-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=a030a246-07f0-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:56:23+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af20c646-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=af20c8c6-07f0-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:56:23+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af20c646-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=af20c8c6-07f0-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:56:23+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af20c646-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=af20c8c6-07f0-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:56:35+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a7d8841e-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=a7d885c2-07f0-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:56:35+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6af8ece-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=b6af922a-07f0-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:56:48+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af20c646-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=af20c8c6-07f0-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:56:48+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be12b2b8-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=be12b48e-07f0-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:56:48+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be12b2b8-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=be12b48e-07f0-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:56:48+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be12b2b8-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=be12b48e-07f0-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:57:00+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b6af8ece-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=b6af922a-07f0-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:57:00+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c578e90a-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=c578ead6-07f0-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:57:13+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be12b2b8-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=be12b48e-07f0-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:57:13+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd0871fe-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=cd08741a-07f0-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:57:13+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd0871fe-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=cd08741a-07f0-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:57:13+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd0871fe-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=cd08741a-07f0-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:57:25+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c578e90a-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=c578ead6-07f0-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:57:25+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d43f841c-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=d43f85f2-07f0-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:57:38+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd0871fe-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=cd08741a-07f0-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:57:38+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbfb7ac6-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=dbfb7da0-07f0-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:57:38+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbfb7ac6-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=dbfb7da0-07f0-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:57:38+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dbfb7ac6-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=dbfb7da0-07f0-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:57:50+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d43f841c-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=d43f85f2-07f0-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:57:50+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e30c414c-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=e30c441c-07f0-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:58:03+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dbfb7ac6-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=dbfb7da0-07f0-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:58:03+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eaed8524-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=eaed8808-07f0-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:58:03+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eaed8524-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=eaed8808-07f0-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:58:03+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eaed8524-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=eaed8808-07f0-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:58:14+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e30c414c-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=e30c441c-07f0-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:58:14+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1d46c40-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=f1d46eac-07f0-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:58:28+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eaed8524-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=eaed8808-07f0-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:58:28+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9e3a734-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=f9e3aa90-07f0-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:58:28+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9e3a734-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=f9e3aa90-07f0-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:58:28+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9e3a734-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=f9e3aa90-07f0-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:58:39+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f1d46c40-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=f1d46eac-07f0-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:58:39+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00a8c0a4-07f1-11ed-bdb5-42cdcd0178e8 | InvocationID=00a8c2c0-07f1-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:58:53+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9e3a734-07f0-11ed-bdb5-42cdcd0178e8 | InvocationID=f9e3aa90-07f0-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:58:53+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08e23598-07f1-11ed-bdb5-42cdcd0178e8 | InvocationID=08e2376e-07f1-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:58:53+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08e23598-07f1-11ed-bdb5-42cdcd0178e8 | InvocationID=08e2376e-07f1-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:58:53+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08e23598-07f1-11ed-bdb5-42cdcd0178e8 | InvocationID=08e2376e-07f1-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:59:04+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=00a8c0a4-07f1-11ed-bdb5-42cdcd0178e8 | InvocationID=00a8c2c0-07f1-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:59:04+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f7d2584-07f1-11ed-bdb5-42cdcd0178e8 | InvocationID=0f7d2868-07f1-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-07-20T05:59:18+0000 | policy_event_thread | 139786744711968 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08e23598-07f1-11ed-bdb5-42cdcd0178e8 | InvocationID=08e2376e-07f1-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-07-20T05:59:18+0000 | policy_event_thread | 139786744711968 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17d60250-07f1-11ed-bdb5-42cdcd0178e8 | InvocationID=17d60660-07f1-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-07-20T05:59:18+0000 | policy_event_thread | 139786744711968 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17d60250-07f1-11ed-bdb5-42cdcd0178e8 | InvocationID=17d60660-07f1-11ed-bdb5-42cdcd0178e8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:59:18+0000 | policy_event_thread | 139786744711968 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17d60250-07f1-11ed-bdb5-42cdcd0178e8 | InvocationID=17d60660-07f1-11ed-bdb5-42cdcd0178e8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-07-20T05:59:29+0000 | aai_event_thread | 139786743651104 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0f7d2584-07f1-11ed-bdb5-42cdcd0178e8 | InvocationID=0f7d2868-07f1-11ed-bdb5-42cdcd0178e8 | Polling MR for XNF AAI events.[0m 2022-07-20T05:59:29+0000 | aai_event_thread | 139786743651104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e479cfc-07f1-11ed-bdb5-42cdcd0178e8 | InvocationID=1e479f2c-07f1-11ed-bdb5-42cdcd0178e8 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m