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-11-02T05:01:02+0000 | MainThread | 140190470552904 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.[0m 2022-11-02T05:01:02+0000 | MainThread | 140190470552904 | 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-11-02T05:01:02+0000 | MainThread | 140190470552904 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.[0m 2022-11-02T05:01:02+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:01:02+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.[0m 2022-11-02T05:01:02+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5919dd6e-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=5919dfe4-5a6b-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:01:02+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=591a0b72-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=591a0c8a-5a6b-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:01:02+0000 | MainThread | 140190470552904 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching secure http API server[0m 2022-11-02T05:01:03+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5919dd6e-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=5919dfe4-5a6b-11ed-ab6f-32a1cb75da61 | 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-11-02T05:01:03+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5919dd6e-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=5919dfe4-5a6b-11ed-ab6f-32a1cb75da61 | 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-11-02T05:01:03+0000 | aai_event_thread | 140190419815200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=591a0b72-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=591a0c8a-5a6b-11ed-ab6f-32a1cb75da61 | 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-11-02T05:01:03+0000 | aai_event_thread | 140190419815200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=591a0b72-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=591a0c8a-5a6b-11ed-ab6f-32a1cb75da61 | 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-11-02T05:01:23+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=591a0b72-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=591a0c8a-5a6b-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:01:23+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65ad1f5a-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=65ad20ea-5a6b-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:01:24+0000 | aai_event_thread | 140190419815200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65ad1f5a-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=65ad20ea-5a6b-11ed-ab6f-32a1cb75da61 | 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-11-02T05:01:24+0000 | aai_event_thread | 140190419815200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=65ad1f5a-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=65ad20ea-5a6b-11ed-ab6f-32a1cb75da61 | 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-11-02T05:01:28+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5919dd6e-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=5919dfe4-5a6b-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:01:28+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68a780f6-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=68a78330-5a6b-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:01:29+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68a780f6-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=68a78330-5a6b-11ed-ab6f-32a1cb75da61 | 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-11-02T05:01:29+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68a780f6-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=68a78330-5a6b-11ed-ab6f-32a1cb75da61 | 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-11-02T05:01:44+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=65ad1f5a-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=65ad20ea-5a6b-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:01:44+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72399d66-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=72399fa0-5a6b-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:01:45+0000 | aai_event_thread | 140190419815200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72399d66-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=72399fa0-5a6b-11ed-ab6f-32a1cb75da61 | 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-11-02T05:01:45+0000 | aai_event_thread | 140190419815200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72399d66-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=72399fa0-5a6b-11ed-ab6f-32a1cb75da61 | 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-11-02T05:01:54+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68a780f6-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=68a78330-5a6b-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:01:54+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=782d6e0a-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=782d6f90-5a6b-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:01:55+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=782d6e0a-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=782d6f90-5a6b-11ed-ab6f-32a1cb75da61 | 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-11-02T05:01:55+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=782d6e0a-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=782d6f90-5a6b-11ed-ab6f-32a1cb75da61 | 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-11-02T05:02:05+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72399d66-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=72399fa0-5a6b-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:02:05+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ec5abce-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=7ec5b0b0-5a6b-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:02:06+0000 | aai_event_thread | 140190419815200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ec5abce-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=7ec5b0b0-5a6b-11ed-ab6f-32a1cb75da61 | 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-11-02T05:02:06+0000 | aai_event_thread | 140190419815200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ec5abce-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=7ec5b0b0-5a6b-11ed-ab6f-32a1cb75da61 | 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-11-02T05:02:20+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=782d6e0a-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=782d6f90-5a6b-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:02:20+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87b426ac-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=87b42a44-5a6b-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:02:21+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87b426ac-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=87b42a44-5a6b-11ed-ab6f-32a1cb75da61 | 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-11-02T05:02:21+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87b426ac-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=87b42a44-5a6b-11ed-ab6f-32a1cb75da61 | 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-11-02T05:02:26+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ec5abce-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=7ec5b0b0-5a6b-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:02:26+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b52b288-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=8b52b422-5a6b-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:02:27+0000 | aai_event_thread | 140190419815200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b52b288-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=8b52b422-5a6b-11ed-ab6f-32a1cb75da61 | 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-11-02T05:02:27+0000 | aai_event_thread | 140190419815200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b52b288-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=8b52b422-5a6b-11ed-ab6f-32a1cb75da61 | 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-11-02T05:02:46+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87b426ac-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=87b42a44-5a6b-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:02:46+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=973b954c-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=973b96dc-5a6b-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:02:47+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=973b954c-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=973b96dc-5a6b-11ed-ab6f-32a1cb75da61 | 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-11-02T05:02:47+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=973b954c-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=973b96dc-5a6b-11ed-ab6f-32a1cb75da61 | 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-11-02T05:02:47+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b52b288-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=8b52b422-5a6b-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:02:47+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97df2b80-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=97df2cde-5a6b-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:02:48+0000 | aai_event_thread | 140190419815200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97df2b80-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=97df2cde-5a6b-11ed-ab6f-32a1cb75da61 | 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-11-02T05:02:48+0000 | aai_event_thread | 140190419815200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=97df2b80-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=97df2cde-5a6b-11ed-ab6f-32a1cb75da61 | 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-11-02T05:03:08+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=97df2b80-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=97df2cde-5a6b-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:03:08+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4674658-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=a46747d4-5a6b-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:03:09+0000 | aai_event_thread | 140190419815200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4674658-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=a46747d4-5a6b-11ed-ab6f-32a1cb75da61 | 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-11-02T05:03:09+0000 | aai_event_thread | 140190419815200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4674658-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=a46747d4-5a6b-11ed-ab6f-32a1cb75da61 | 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-11-02T05:03:12+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=973b954c-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=973b96dc-5a6b-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:03:12+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6c507b4-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=a6c50944-5a6b-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:03:13+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6c507b4-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=a6c50944-5a6b-11ed-ab6f-32a1cb75da61 | 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-11-02T05:03:13+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6c507b4-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=a6c50944-5a6b-11ed-ab6f-32a1cb75da61 | 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-11-02T05:03:29+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4674658-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=a46747d4-5a6b-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:03:29+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0f534ca-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=b0f537ae-5a6b-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:03:30+0000 | aai_event_thread | 140190419815200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0f534ca-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=b0f537ae-5a6b-11ed-ab6f-32a1cb75da61 | 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-11-02T05:03:30+0000 | aai_event_thread | 140190419815200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b0f534ca-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=b0f537ae-5a6b-11ed-ab6f-32a1cb75da61 | 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-11-02T05:03:38+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6c507b4-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=a6c50944-5a6b-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:03:38+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b64df8da-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=b64dfb00-5a6b-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:03:39+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b64df8da-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=b64dfb00-5a6b-11ed-ab6f-32a1cb75da61 | 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-11-02T05:03:39+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b64df8da-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=b64dfb00-5a6b-11ed-ab6f-32a1cb75da61 | 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-11-02T05:03:50+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b0f534ca-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=b0f537ae-5a6b-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:03:50+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd81b2d6-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=bd81b63c-5a6b-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:03:51+0000 | aai_event_thread | 140190419815200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd81b2d6-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=bd81b63c-5a6b-11ed-ab6f-32a1cb75da61 | 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-11-02T05:03:51+0000 | aai_event_thread | 140190419815200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd81b2d6-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=bd81b63c-5a6b-11ed-ab6f-32a1cb75da61 | 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-11-02T05:04:04+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b64df8da-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=b64dfb00-5a6b-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:04:04+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5d364de-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=c5d3692a-5a6b-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:04:04+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5d364de-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=c5d3692a-5a6b-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:04:04+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5d364de-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=c5d3692a-5a6b-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:04:11+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd81b2d6-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=bd81b63c-5a6b-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:04:11+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca0f153e-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=ca0f1782-5a6b-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:04:11+0000 | aai_event_thread | 140190419815200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca0f153e-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=ca0f1782-5a6b-11ed-ab6f-32a1cb75da61 | 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-11-02T05:04:11+0000 | aai_event_thread | 140190419815200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ca0f153e-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=ca0f1782-5a6b-11ed-ab6f-32a1cb75da61 | 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-11-02T05:04:29+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5d364de-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=c5d3692a-5a6b-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:04:29+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4fd4d6c-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=d4fd51ea-5a6b-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:04:30+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4fd4d6c-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=d4fd51ea-5a6b-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:04:30+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4fd4d6c-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=d4fd51ea-5a6b-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:04:31+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ca0f153e-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=ca0f1782-5a6b-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:04:31+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d61094e8-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=d61096be-5a6b-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:04:31+0000 | aai_event_thread | 140190419815200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d61094e8-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=d61096be-5a6b-11ed-ab6f-32a1cb75da61 | 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-11-02T05:04:31+0000 | aai_event_thread | 140190419815200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d61094e8-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=d61096be-5a6b-11ed-ab6f-32a1cb75da61 | 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-11-02T05:04:51+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d61094e8-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=d61096be-5a6b-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:04:51+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e207fb1a-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=e207fca0-5a6b-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:04:51+0000 | aai_event_thread | 140190419815200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e207fb1a-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=e207fca0-5a6b-11ed-ab6f-32a1cb75da61 | 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-11-02T05:04:51+0000 | aai_event_thread | 140190419815200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e207fb1a-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=e207fca0-5a6b-11ed-ab6f-32a1cb75da61 | 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-11-02T05:04:55+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4fd4d6c-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=d4fd51ea-5a6b-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:04:55+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3ee0906-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=e3ee0aa0-5a6b-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:04:55+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3ee0906-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=e3ee0aa0-5a6b-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:04:55+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3ee0906-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=e3ee0aa0-5a6b-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:05:11+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e207fb1a-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=e207fca0-5a6b-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:05:11+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edfef234-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=edfef400-5a6b-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:05:12+0000 | aai_event_thread | 140190419815200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edfef234-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=edfef400-5a6b-11ed-ab6f-32a1cb75da61 | 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-11-02T05:05:12+0000 | aai_event_thread | 140190419815200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=edfef234-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=edfef400-5a6b-11ed-ab6f-32a1cb75da61 | 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-11-02T05:05:20+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3ee0906-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=e3ee0aa0-5a6b-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:05:20+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2e210d8-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=f2e212cc-5a6b-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:05:20+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2e210d8-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=f2e212cc-5a6b-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:05:20+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2e210d8-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=f2e212cc-5a6b-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:05:32+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=edfef234-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=edfef400-5a6b-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:05:32+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa0248f6-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=fa024a86-5a6b-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:05:32+0000 | aai_event_thread | 140190419815200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa0248f6-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=fa024a86-5a6b-11ed-ab6f-32a1cb75da61 | 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-11-02T05:05:32+0000 | aai_event_thread | 140190419815200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa0248f6-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=fa024a86-5a6b-11ed-ab6f-32a1cb75da61 | 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-11-02T05:05:45+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2e210d8-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=f2e212cc-5a6b-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:05:45+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01d226e6-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=01d22f06-5a6c-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:05:45+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01d226e6-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=01d22f06-5a6c-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:05:45+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01d226e6-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=01d22f06-5a6c-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:05:52+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa0248f6-5a6b-11ed-ab6f-32a1cb75da61 | InvocationID=fa024a86-5a6b-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:05:52+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05faa63a-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=05faa8ba-5a6c-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:05:52+0000 | aai_event_thread | 140190419815200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05faa63a-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=05faa8ba-5a6c-11ed-ab6f-32a1cb75da61 | 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-11-02T05:05:52+0000 | aai_event_thread | 140190419815200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=05faa63a-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=05faa8ba-5a6c-11ed-ab6f-32a1cb75da61 | 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-11-02T05:06:10+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01d226e6-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=01d22f06-5a6c-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:06:10+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10c28b50-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=10c28cfe-5a6c-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:06:10+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10c28b50-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=10c28cfe-5a6c-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:06:10+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10c28b50-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=10c28cfe-5a6c-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:06:12+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=05faa63a-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=05faa8ba-5a6c-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:06:12+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11ef9874-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=11ef9a36-5a6c-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:06:12+0000 | aai_event_thread | 140190419815200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11ef9874-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=11ef9a36-5a6c-11ed-ab6f-32a1cb75da61 | 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-11-02T05:06:12+0000 | aai_event_thread | 140190419815200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=11ef9874-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=11ef9a36-5a6c-11ed-ab6f-32a1cb75da61 | 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-11-02T05:06:32+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=11ef9874-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=11ef9a36-5a6c-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:06:32+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1de35422-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=1de35be8-5a6c-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:06:32+0000 | aai_event_thread | 140190419815200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1de35422-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=1de35be8-5a6c-11ed-ab6f-32a1cb75da61 | 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-11-02T05:06:32+0000 | aai_event_thread | 140190419815200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1de35422-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=1de35be8-5a6c-11ed-ab6f-32a1cb75da61 | 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-11-02T05:06:35+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10c28b50-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=10c28cfe-5a6c-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:06:35+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fb2c1e8-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=1fb2d7e6-5a6c-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:06:35+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fb2c1e8-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=1fb2d7e6-5a6c-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:06:35+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1fb2c1e8-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=1fb2d7e6-5a6c-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:06:52+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1de35422-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=1de35be8-5a6c-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:06:52+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29d920c2-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=29d9228e-5a6c-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:06:52+0000 | aai_event_thread | 140190419815200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29d920c2-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=29d9228e-5a6c-11ed-ab6f-32a1cb75da61 | 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-11-02T05:06:52+0000 | aai_event_thread | 140190419815200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29d920c2-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=29d9228e-5a6c-11ed-ab6f-32a1cb75da61 | 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-11-02T05:07:00+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1fb2c1e8-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=1fb2d7e6-5a6c-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:07:00+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2eab96a2-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=2eab983c-5a6c-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:07:00+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2eab96a2-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=2eab983c-5a6c-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:07:00+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2eab96a2-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=2eab983c-5a6c-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:07:12+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29d920c2-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=29d9228e-5a6c-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:07:12+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35d1b04c-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=35d1b1dc-5a6c-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:07:12+0000 | aai_event_thread | 140190419815200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35d1b04c-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=35d1b1dc-5a6c-11ed-ab6f-32a1cb75da61 | 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-11-02T05:07:12+0000 | aai_event_thread | 140190419815200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35d1b04c-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=35d1b1dc-5a6c-11ed-ab6f-32a1cb75da61 | 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-11-02T05:07:25+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2eab96a2-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=2eab983c-5a6c-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:07:25+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d9a8a60-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=3d9a8bfa-5a6c-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:07:25+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d9a8a60-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=3d9a8bfa-5a6c-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:07:25+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d9a8a60-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=3d9a8bfa-5a6c-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:07:32+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35d1b04c-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=35d1b1dc-5a6c-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:07:32+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41c99d2e-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=41c99ec8-5a6c-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:07:32+0000 | aai_event_thread | 140190419815200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41c99d2e-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=41c99ec8-5a6c-11ed-ab6f-32a1cb75da61 | 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-11-02T05:07:32+0000 | aai_event_thread | 140190419815200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41c99d2e-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=41c99ec8-5a6c-11ed-ab6f-32a1cb75da61 | 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-11-02T05:07:50+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d9a8a60-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=3d9a8bfa-5a6c-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:07:50+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c8f20f8-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=4c8f2332-5a6c-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:07:50+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c8f20f8-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=4c8f2332-5a6c-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:07:50+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c8f20f8-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=4c8f2332-5a6c-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:07:52+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41c99d2e-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=41c99ec8-5a6c-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:07:52+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4dbf1ca8-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=4dbf1e42-5a6c-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:07:52+0000 | aai_event_thread | 140190419815200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4dbf1ca8-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=4dbf1e42-5a6c-11ed-ab6f-32a1cb75da61 | 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-11-02T05:07:52+0000 | aai_event_thread | 140190419815200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4dbf1ca8-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=4dbf1e42-5a6c-11ed-ab6f-32a1cb75da61 | 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-11-02T05:08:12+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4dbf1ca8-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=4dbf1e42-5a6c-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:08:12+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59b93408-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=59b935ac-5a6c-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:08:12+0000 | aai_event_thread | 140190419815200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59b93408-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=59b935ac-5a6c-11ed-ab6f-32a1cb75da61 | 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-11-02T05:08:12+0000 | aai_event_thread | 140190419815200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=59b93408-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=59b935ac-5a6c-11ed-ab6f-32a1cb75da61 | 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-11-02T05:08:15+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c8f20f8-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=4c8f2332-5a6c-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:08:15+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b80051e-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=5b8006ae-5a6c-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:08:15+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b80051e-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=5b8006ae-5a6c-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:08:15+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b80051e-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=5b8006ae-5a6c-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:08:32+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=59b93408-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=59b935ac-5a6c-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:08:32+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65ae0be4-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=65ae0d74-5a6c-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:08:32+0000 | aai_event_thread | 140190419815200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65ae0be4-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=65ae0d74-5a6c-11ed-ab6f-32a1cb75da61 | 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-11-02T05:08:32+0000 | aai_event_thread | 140190419815200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=65ae0be4-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=65ae0d74-5a6c-11ed-ab6f-32a1cb75da61 | 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-11-02T05:08:40+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b80051e-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=5b8006ae-5a6c-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:08:40+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a6de712-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=6a6de8a2-5a6c-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:08:40+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a6de712-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=6a6de8a2-5a6c-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:08:40+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a6de712-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=6a6de8a2-5a6c-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:08:52+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=65ae0be4-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=65ae0d74-5a6c-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:08:52+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71a2dce0-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=71a2df06-5a6c-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:08:52+0000 | aai_event_thread | 140190419815200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71a2dce0-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=71a2df06-5a6c-11ed-ab6f-32a1cb75da61 | 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-11-02T05:08:52+0000 | aai_event_thread | 140190419815200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=71a2dce0-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=71a2df06-5a6c-11ed-ab6f-32a1cb75da61 | 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-11-02T05:09:05+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a6de712-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=6a6de8a2-5a6c-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:09:05+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7960733e-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=796077f8-5a6c-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:09:05+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7960733e-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=796077f8-5a6c-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:09:05+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7960733e-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=796077f8-5a6c-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:09:12+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=71a2dce0-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=71a2df06-5a6c-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:09:12+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d9864ca-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=7d986a24-5a6c-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:09:30+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7960733e-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=796077f8-5a6c-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:09:30+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88502470-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=88502664-5a6c-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:09:30+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88502470-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=88502664-5a6c-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:09:30+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88502470-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=88502664-5a6c-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:09:37+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d9864ca-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=7d986a24-5a6c-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:09:37+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c32566c-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=8c3258b0-5a6c-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:09:55+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88502470-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=88502664-5a6c-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:09:55+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=973e6988-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=973e6b22-5a6c-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:09:55+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=973e6988-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=973e6b22-5a6c-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:09:55+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=973e6988-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=973e6b22-5a6c-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:09:57+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c32566c-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=8c3258b0-5a6c-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:09:57+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=982b1544-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=982b177e-5a6c-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:10:17+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=982b1544-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=982b177e-5a6c-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:10:17+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4211c4a-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=a4211e3e-5a6c-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:10:20+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=973e6988-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=973e6b22-5a6c-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:10:20+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a62ce898-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=a62cea3c-5a6c-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:10:20+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a62ce898-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=a62cea3c-5a6c-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:10:20+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a62ce898-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=a62cea3c-5a6c-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:10:37+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4211c4a-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=a4211e3e-5a6c-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:10:37+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b01cbc52-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=b01cbe96-5a6c-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:10:45+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a62ce898-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=a62cea3c-5a6c-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:10:45+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b51a9698-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=b51a983c-5a6c-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:10:46+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b51a9698-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=b51a983c-5a6c-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:10:46+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b51a9698-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=b51a983c-5a6c-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:10:57+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b01cbc52-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=b01cbe96-5a6c-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:10:57+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc278126-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=bc2782b6-5a6c-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:11:11+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b51a9698-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=b51a983c-5a6c-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:11:11+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c408f08c-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=c408f30c-5a6c-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:11:11+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c408f08c-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=c408f30c-5a6c-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:11:11+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c408f08c-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=c408f30c-5a6c-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:11:18+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc278126-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=bc2782b6-5a6c-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:11:18+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c86c4246-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=c86c43d6-5a6c-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:11:36+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c408f08c-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=c408f30c-5a6c-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:11:36+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2f81d66-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=d2f81f64-5a6c-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:11:36+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2f81d66-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=d2f81f64-5a6c-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:11:36+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2f81d66-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=d2f81f64-5a6c-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:11:43+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c86c4246-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=c86c43d6-5a6c-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:11:43+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d736d43a-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=d736d5ca-5a6c-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:12:01+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2f81d66-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=d2f81f64-5a6c-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:12:01+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1e7c7b8-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=e1e7c952-5a6c-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:12:01+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1e7c7b8-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=e1e7c952-5a6c-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:12:01+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1e7c7b8-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=e1e7c952-5a6c-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:12:07+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d736d43a-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=d736d5ca-5a6c-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:12:07+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5fcab16-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=e5fcb4a8-5a6c-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:12:26+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1e7c7b8-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=e1e7c952-5a6c-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:12:26+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0d62972-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=f0d62b0c-5a6c-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:12:26+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0d62972-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=f0d62b0c-5a6c-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:12:26+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0d62972-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=f0d62b0c-5a6c-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:12:32+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e5fcab16-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=e5fcb4a8-5a6c-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:12:32+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4c1f26e-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=f4c1f46c-5a6c-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:12:51+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0d62972-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=f0d62b0c-5a6c-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:12:51+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffc650e2-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=ffc65272-5a6c-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:12:51+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffc650e2-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=ffc65272-5a6c-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:12:51+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ffc650e2-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=ffc65272-5a6c-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:12:57+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f4c1f26e-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=f4c1f46c-5a6c-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:12:57+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=038c8142-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=038c82e6-5a6d-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:13:16+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ffc650e2-5a6c-11ed-ab6f-32a1cb75da61 | InvocationID=ffc65272-5a6c-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:13:16+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0eb57c7c-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=0eb57e7a-5a6d-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:13:16+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0eb57c7c-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=0eb57e7a-5a6d-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:13:16+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0eb57c7c-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=0eb57e7a-5a6d-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:13:22+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=038c8142-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=038c82e6-5a6d-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:13:22+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1255f73a-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=1255f92e-5a6d-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:13:41+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0eb57c7c-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=0eb57e7a-5a6d-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:13:41+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1da3cb12-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=1da3cd1a-5a6d-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:13:41+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1da3cb12-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=1da3cd1a-5a6d-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:13:41+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1da3cb12-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=1da3cd1a-5a6d-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:13:47+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1255f73a-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=1255f92e-5a6d-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:13:47+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=211f56d0-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=211f5860-5a6d-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:14:06+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1da3cb12-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=1da3cd1a-5a6d-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:14:06+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c937d34-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=2c937ed8-5a6d-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:14:06+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c937d34-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=2c937ed8-5a6d-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:14:06+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c937d34-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=2c937ed8-5a6d-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:14:12+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=211f56d0-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=211f5860-5a6d-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:14:12+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2febf948-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=2febfaf6-5a6d-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:14:31+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c937d34-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=2c937ed8-5a6d-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:14:31+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b89d43c-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=3b89d63a-5a6d-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:14:31+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b89d43c-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=3b89d63a-5a6d-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:14:31+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b89d43c-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=3b89d63a-5a6d-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:14:36+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2febf948-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=2febfaf6-5a6d-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:14:36+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3eb98710-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=3eb988aa-5a6d-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:14:56+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b89d43c-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=3b89d63a-5a6d-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:14:56+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a7cdaf2-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=4a7cdca0-5a6d-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:14:56+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a7cdaf2-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=4a7cdca0-5a6d-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:14:56+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a7cdaf2-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=4a7cdca0-5a6d-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:15:01+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3eb98710-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=3eb988aa-5a6d-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:15:01+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d82516e-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=4d8252f4-5a6d-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:15:21+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a7cdaf2-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=4a7cdca0-5a6d-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:15:21+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=596fc0b0-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=596fc25e-5a6d-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:15:21+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=596fc0b0-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=596fc25e-5a6d-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:15:21+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=596fc0b0-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=596fc25e-5a6d-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:15:26+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d82516e-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=4d8252f4-5a6d-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:15:26+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c46e124-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=5c46e2be-5a6d-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:15:46+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=596fc0b0-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=596fc25e-5a6d-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:15:46+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=685fb6b6-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=685fbcec-5a6d-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:15:46+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=685fb6b6-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=685fbcec-5a6d-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:15:46+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=685fb6b6-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=685fbcec-5a6d-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:15:51+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c46e124-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=5c46e2be-5a6d-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:15:51+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b0c7cf0-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=6b0c7f20-5a6d-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:16:11+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=685fb6b6-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=685fbcec-5a6d-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:16:11+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=774f48bc-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=774f4a56-5a6d-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:16:11+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=774f48bc-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=774f4a56-5a6d-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:16:11+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=774f48bc-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=774f4a56-5a6d-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:16:16+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b0c7cf0-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=6b0c7f20-5a6d-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:16:16+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79d1f49a-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=79d1f62a-5a6d-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:16:36+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=774f48bc-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=774f4a56-5a6d-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:16:36+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=863f3ac6-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=863f42a0-5a6d-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:16:36+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=863f3ac6-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=863f42a0-5a6d-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:16:36+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=863f3ac6-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=863f42a0-5a6d-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:16:40+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=79d1f49a-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=79d1f62a-5a6d-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:16:40+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8897df62-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=8897e1c4-5a6d-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:17:01+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=863f3ac6-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=863f42a0-5a6d-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:17:01+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9531249a-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=95312954-5a6d-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:17:02+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9531249a-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=95312954-5a6d-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:17:02+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9531249a-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=95312954-5a6d-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:17:05+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8897df62-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=8897e1c4-5a6d-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:17:05+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=975e5670-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=975e5864-5a6d-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:17:27+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9531249a-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=95312954-5a6d-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:17:27+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4242984-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=a4242cea-5a6d-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:17:27+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4242984-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=a4242cea-5a6d-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:17:27+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4242984-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=a4242cea-5a6d-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:17:30+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=975e5670-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=975e5864-5a6d-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:17:30+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a62d3f5e-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=a62d48d2-5a6d-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:17:52+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4242984-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=a4242cea-5a6d-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:17:52+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b312e20a-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=b312e412-5a6d-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:17:52+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b312e20a-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=b312e412-5a6d-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:17:52+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b312e20a-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=b312e412-5a6d-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:17:55+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a62d3f5e-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=a62d48d2-5a6d-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:17:55+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4f12690-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=b4f12820-5a6d-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:18:17+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b312e20a-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=b312e412-5a6d-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:18:17+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2029684-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=c2029896-5a6d-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:18:17+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2029684-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=c2029896-5a6d-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:18:17+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2029684-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=c2029896-5a6d-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:18:20+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b4f12690-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=b4f12820-5a6d-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:18:20+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3ba0c78-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=c3ba0e12-5a6d-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:18:42+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2029684-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=c2029896-5a6d-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:18:42+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0f2e7a2-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=d0f2e946-5a6d-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:18:42+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0f2e7a2-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=d0f2e946-5a6d-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:18:42+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0f2e7a2-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=d0f2e946-5a6d-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:18:44+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3ba0c78-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=c3ba0e12-5a6d-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:18:44+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d28aff64-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=d28b00ea-5a6d-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:19:07+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0f2e7a2-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=d0f2e946-5a6d-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:19:07+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfe0f092-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=dfe0f2e0-5a6d-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:19:07+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfe0f092-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=dfe0f2e0-5a6d-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:19:07+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dfe0f092-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=dfe0f2e0-5a6d-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:19:09+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d28aff64-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=d28b00ea-5a6d-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:19:09+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e150e70c-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=e150f1f2-5a6d-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:19:32+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dfe0f092-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=dfe0f2e0-5a6d-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:19:32+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eed0b1a0-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=eed0b33a-5a6d-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:19:32+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eed0b1a0-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=eed0b33a-5a6d-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:19:32+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eed0b1a0-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=eed0b33a-5a6d-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:19:34+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e150e70c-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=e150f1f2-5a6d-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:19:34+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0169840-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=f01699d0-5a6d-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:19:57+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eed0b1a0-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=eed0b33a-5a6d-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:19:57+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdbef2c6-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=fdbef46a-5a6d-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:19:57+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdbef2c6-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=fdbef46a-5a6d-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:19:57+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fdbef2c6-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=fdbef46a-5a6d-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:19:59+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0169840-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=f01699d0-5a6d-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:19:59+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=feda5ede-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=feda610e-5a6d-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:20:22+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fdbef2c6-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=fdbef46a-5a6d-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:20:22+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cad8630-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=0cad8874-5a6e-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:20:22+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cad8630-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=0cad8874-5a6e-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:20:22+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0cad8630-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=0cad8874-5a6e-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:20:24+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=feda5ede-5a6d-11ed-ab6f-32a1cb75da61 | InvocationID=feda610e-5a6d-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:20:24+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0da2c636-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=0da2c7e4-5a6e-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:20:47+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0cad8630-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=0cad8874-5a6e-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:20:47+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b9d47e8-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=1b9d4996-5a6e-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:20:47+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b9d47e8-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=1b9d4996-5a6e-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:20:47+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b9d47e8-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=1b9d4996-5a6e-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:20:48+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0da2c636-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=0da2c7e4-5a6e-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:20:48+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c686306-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=1c686608-5a6e-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:21:12+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b9d47e8-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=1b9d4996-5a6e-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:21:12+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a8c3318-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=2a8c34bc-5a6e-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:21:12+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a8c3318-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=2a8c34bc-5a6e-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:21:12+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a8c3318-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=2a8c34bc-5a6e-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:21:13+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1c686306-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=1c686608-5a6e-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:21:13+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b3383fc-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=2b338596-5a6e-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:21:37+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a8c3318-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=2a8c34bc-5a6e-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:21:37+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=397c1dde-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=397c1f82-5a6e-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:21:37+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=397c1dde-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=397c1f82-5a6e-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:21:37+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=397c1dde-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=397c1f82-5a6e-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:21:38+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2b3383fc-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=2b338596-5a6e-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:21:38+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39f82c94-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=39f82f32-5a6e-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:22:02+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=397c1dde-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=397c1f82-5a6e-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:22:02+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=486ca0b6-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=486ca250-5a6e-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:22:02+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=486ca0b6-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=486ca250-5a6e-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:22:02+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=486ca0b6-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=486ca250-5a6e-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:22:03+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39f82c94-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=39f82f32-5a6e-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:22:03+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48c04f7c-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=48c0510c-5a6e-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:22:27+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=486ca0b6-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=486ca250-5a6e-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:22:27+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=575e7d24-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=575e7ff4-5a6e-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:22:27+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=575e7d24-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=575e7ff4-5a6e-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:22:27+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=575e7d24-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=575e7ff4-5a6e-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:22:28+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=48c04f7c-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=48c0510c-5a6e-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:22:28+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5791de76-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=5791e0c4-5a6e-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:22:52+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=575e7d24-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=575e7ff4-5a6e-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:22:52+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66513eac-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=665140dc-5a6e-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:22:52+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66513eac-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=665140dc-5a6e-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:22:52+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=66513eac-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=665140dc-5a6e-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:22:52+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66513eac-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=665140dc-5a6e-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:22:52+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66599b92-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=66599d54-5a6e-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:23:17+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=66599b92-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=66599d54-5a6e-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:23:17+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75216768-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=75217208-5a6e-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:23:17+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66513eac-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=665140dc-5a6e-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:23:17+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75425ad6-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=75425cd4-5a6e-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:23:17+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75425ad6-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=75425cd4-5a6e-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:23:17+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75425ad6-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=75425cd4-5a6e-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:23:42+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=75216768-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=75217208-5a6e-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:23:42+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83e7a780-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=83e7a9d8-5a6e-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:23:42+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75425ad6-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=75425cd4-5a6e-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:23:42+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=843122de-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=84312482-5a6e-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:23:42+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=843122de-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=84312482-5a6e-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:23:42+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=843122de-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=84312482-5a6e-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:24:07+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83e7a780-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=83e7a9d8-5a6e-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:24:07+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92abdd2c-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=92abdec6-5a6e-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:24:07+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=843122de-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=84312482-5a6e-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:24:07+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=931f2ec6-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=931f3060-5a6e-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:24:08+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=931f2ec6-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=931f3060-5a6e-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:24:08+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=931f2ec6-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=931f3060-5a6e-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:24:32+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=92abdd2c-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=92abdec6-5a6e-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:24:32+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a176d7b2-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=a176d938-5a6e-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:24:33+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=931f2ec6-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=931f3060-5a6e-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:24:33+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a20da58e-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=a20da854-5a6e-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:24:33+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a20da58e-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=a20da854-5a6e-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:24:33+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a20da58e-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=a20da854-5a6e-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:24:56+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a176d7b2-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=a176d938-5a6e-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:24:56+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b041ca9a-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=b041ccf2-5a6e-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:24:58+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a20da58e-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=a20da854-5a6e-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:24:58+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0fc796c-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=b0fc7b10-5a6e-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:24:58+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0fc796c-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=b0fc7b10-5a6e-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:24:58+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0fc796c-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=b0fc7b10-5a6e-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:25:21+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b041ca9a-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=b041ccf2-5a6e-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:25:21+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf094e2c-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=bf09561a-5a6e-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:25:23+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0fc796c-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=b0fc7b10-5a6e-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:25:23+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfebadf8-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=bfebaf92-5a6e-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:25:23+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfebadf8-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=bfebaf92-5a6e-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:25:23+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bfebadf8-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=bfebaf92-5a6e-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:25:46+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bf094e2c-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=bf09561a-5a6e-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:25:46+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cdd0248a-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=cdd02688-5a6e-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:25:48+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bfebadf8-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=bfebaf92-5a6e-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:25:48+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cedafdf0-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=cedaff8a-5a6e-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:25:48+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cedafdf0-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=cedaff8a-5a6e-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:25:48+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cedafdf0-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=cedaff8a-5a6e-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:26:11+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cdd0248a-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=cdd02688-5a6e-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:26:11+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc9a08f0-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=dc9a0aee-5a6e-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:26:13+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cedafdf0-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=cedaff8a-5a6e-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:26:13+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddc8ee08-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=ddc8ef98-5a6e-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:26:13+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddc8ee08-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=ddc8ef98-5a6e-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:26:13+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ddc8ee08-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=ddc8ef98-5a6e-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:26:36+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc9a08f0-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=dc9a0aee-5a6e-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:26:36+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb5e948c-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=eb5e968a-5a6e-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:26:38+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ddc8ee08-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=ddc8ef98-5a6e-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:26:38+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ecb779d4-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=ecb77c04-5a6e-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:26:38+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ecb779d4-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=ecb77c04-5a6e-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:26:38+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ecb779d4-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=ecb77c04-5a6e-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:27:00+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb5e948c-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=eb5e968a-5a6e-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:27:00+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa244048-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=fa2441d8-5a6e-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:27:03+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ecb779d4-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=ecb77c04-5a6e-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:27:03+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fba761c0-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=fba7635a-5a6e-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:27:03+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fba761c0-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=fba7635a-5a6e-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:27:03+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fba761c0-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=fba7635a-5a6e-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:27:25+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa244048-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=fa2441d8-5a6e-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:27:25+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08e88d50-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=08e88ef4-5a6f-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:27:28+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fba761c0-5a6e-11ed-ab6f-32a1cb75da61 | InvocationID=fba7635a-5a6e-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:27:28+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a9597a6-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=0a9599ae-5a6f-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:27:28+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a9597a6-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=0a9599ae-5a6f-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:27:28+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a9597a6-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=0a9599ae-5a6f-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:27:50+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08e88d50-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=08e88ef4-5a6f-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:27:50+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17ae645e-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=17ae65ee-5a6f-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:27:53+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a9597a6-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=0a9599ae-5a6f-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:27:53+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19854d7e-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=198551ca-5a6f-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:27:53+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19854d7e-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=198551ca-5a6f-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:27:53+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19854d7e-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=198551ca-5a6f-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:28:15+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=17ae645e-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=17ae65ee-5a6f-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:28:15+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=267350d0-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=267352d8-5a6f-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:28:18+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19854d7e-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=198551ca-5a6f-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:28:18+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2875f798-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=2875f932-5a6f-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:28:18+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2875f798-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=2875f932-5a6f-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:28:18+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2875f798-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=2875f932-5a6f-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:28:39+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=267350d0-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=267352d8-5a6f-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:28:39+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=353d0d4a-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=353d0ee4-5a6f-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:28:43+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2875f798-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=2875f932-5a6f-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:28:43+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37646686-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=376468c0-5a6f-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:28:43+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37646686-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=376468c0-5a6f-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:28:43+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37646686-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=376468c0-5a6f-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:29:04+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=353d0d4a-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=353d0ee4-5a6f-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:29:04+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44015df4-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=44015fa2-5a6f-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:29:08+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37646686-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=376468c0-5a6f-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:29:08+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4652d218-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=4652d3a8-5a6f-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:29:08+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4652d218-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=4652d3a8-5a6f-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:29:08+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4652d218-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=4652d3a8-5a6f-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:29:29+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=44015df4-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=44015fa2-5a6f-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:29:29+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52c7776a-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=52c77904-5a6f-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:29:33+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4652d218-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=4652d3a8-5a6f-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:29:33+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55419552-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=554196f6-5a6f-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:29:33+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55419552-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=554196f6-5a6f-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:29:33+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55419552-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=554196f6-5a6f-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:29:54+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=52c7776a-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=52c77904-5a6f-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:29:54+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=618c10a8-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=618c1346-5a6f-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:29:58+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55419552-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=554196f6-5a6f-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:29:58+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6432dc74-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=6432de90-5a6f-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:29:58+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6432dc74-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=6432de90-5a6f-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:29:58+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6432dc74-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=6432de90-5a6f-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:30:19+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=618c10a8-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=618c1346-5a6f-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:30:19+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70503452-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=705037a4-5a6f-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:30:23+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6432dc74-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=6432de90-5a6f-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:30:23+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7321978e-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=73219928-5a6f-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:30:23+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7321978e-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=73219928-5a6f-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:30:23+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7321978e-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=73219928-5a6f-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:30:43+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=70503452-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=705037a4-5a6f-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:30:43+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f16cd48-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=7f16cf46-5a6f-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:30:48+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7321978e-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=73219928-5a6f-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:30:48+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=821004c4-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=8210065e-5a6f-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:30:48+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=821004c4-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=8210065e-5a6f-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:30:48+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=821004c4-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=8210065e-5a6f-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:31:08+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7f16cd48-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=7f16cf46-5a6f-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:31:08+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ddb1258-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=8ddb1a14-5a6f-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:31:13+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=821004c4-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=8210065e-5a6f-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:31:13+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90fe7aba-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=90fe7c54-5a6f-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:31:13+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90fe7aba-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=90fe7c54-5a6f-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:31:13+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90fe7aba-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=90fe7c54-5a6f-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:31:33+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8ddb1258-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=8ddb1a14-5a6f-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:31:33+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c9fe278-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=9c9fe412-5a6f-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:31:38+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90fe7aba-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=90fe7c54-5a6f-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:31:38+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fecb42e-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=9fecb5d2-5a6f-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:31:38+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fecb42e-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=9fecb5d2-5a6f-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:31:38+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9fecb42e-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=9fecb5d2-5a6f-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:31:58+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9c9fe278-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=9c9fe412-5a6f-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:31:58+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab6472ec-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=ab647486-5a6f-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:32:03+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9fecb42e-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=9fecb5d2-5a6f-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:32:03+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aedb051c-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=aedb06a2-5a6f-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:32:04+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aedb051c-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=aedb06a2-5a6f-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:32:04+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aedb051c-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=aedb06a2-5a6f-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:32:22+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ab6472ec-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=ab647486-5a6f-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:32:22+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba28eb28-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=ba28ee84-5a6f-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:32:29+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aedb051c-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=aedb06a2-5a6f-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:32:29+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdc9414c-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=bdc942dc-5a6f-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:32:29+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdc9414c-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=bdc942dc-5a6f-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:32:29+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bdc9414c-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=bdc942dc-5a6f-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:32:47+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ba28eb28-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=ba28ee84-5a6f-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:32:47+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8ed9fe6-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=c8eda19e-5a6f-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:32:54+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bdc9414c-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=bdc942dc-5a6f-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:32:54+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccb6c72e-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=ccb6c8c8-5a6f-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:32:54+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccb6c72e-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=ccb6c8c8-5a6f-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:32:54+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ccb6c72e-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=ccb6c8c8-5a6f-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:33:12+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c8ed9fe6-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=c8eda19e-5a6f-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:33:12+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7b49f20-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=d7b4a8d0-5a6f-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:33:19+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ccb6c72e-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=ccb6c8c8-5a6f-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:33:19+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dba51c40-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=dba51e5c-5a6f-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:33:19+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dba51c40-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=dba51e5c-5a6f-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:33:19+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dba51c40-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=dba51e5c-5a6f-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:33:37+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d7b49f20-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=d7b4a8d0-5a6f-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:33:37+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e67bf7f6-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=e67bfa6c-5a6f-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:33:44+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dba51c40-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=dba51e5c-5a6f-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:33:44+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea958b18-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=ea959996-5a6f-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:33:44+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea958b18-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=ea959996-5a6f-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:33:44+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea958b18-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=ea959996-5a6f-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:34:02+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e67bf7f6-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=e67bfa6c-5a6f-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:34:02+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5420104-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=f54202ee-5a6f-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:34:09+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea958b18-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=ea959996-5a6f-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:34:09+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f983f9f2-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=f983fb82-5a6f-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:34:09+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f983f9f2-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=f983fb82-5a6f-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:34:09+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f983f9f2-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=f983fb82-5a6f-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:34:26+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5420104-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=f54202ee-5a6f-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:34:26+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=040771ce-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=04077430-5a70-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:34:34+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f983f9f2-5a6f-11ed-ab6f-32a1cb75da61 | InvocationID=f983fb82-5a6f-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:34:34+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08791b22-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=08791dde-5a70-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:34:34+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08791b22-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=08791dde-5a70-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:34:34+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08791b22-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=08791dde-5a70-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:34:51+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=040771ce-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=04077430-5a70-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:34:51+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12d48142-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=12d4844e-5a70-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:34:59+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08791b22-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=08791dde-5a70-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:34:59+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1767b1ca-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=1767b40e-5a70-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:34:59+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1767b1ca-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=1767b40e-5a70-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:34:59+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1767b1ca-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=1767b40e-5a70-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:35:16+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=12d48142-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=12d4844e-5a70-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:35:16+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=219ab5b6-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=219ab962-5a70-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:35:24+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1767b1ca-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=1767b40e-5a70-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:35:24+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=265823b8-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=265825fc-5a70-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:35:24+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=265823b8-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=265825fc-5a70-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:35:24+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=265823b8-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=265825fc-5a70-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:35:41+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=219ab5b6-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=219ab962-5a70-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:35:41+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30622584-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=30622746-5a70-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:35:49+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=265823b8-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=265825fc-5a70-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:35:49+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=354704b6-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=35470704-5a70-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:35:49+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=354704b6-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=35470704-5a70-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:35:49+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=354704b6-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=35470704-5a70-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:36:06+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=30622584-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=30622746-5a70-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:36:06+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f2b2098-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=3f2b2336-5a70-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:36:14+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=354704b6-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=35470704-5a70-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:36:14+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4436b48a-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=4436b8fe-5a70-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:36:14+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4436b48a-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=4436b8fe-5a70-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:36:14+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4436b48a-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=4436b8fe-5a70-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:36:30+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3f2b2098-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=3f2b2336-5a70-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:36:30+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4df44f5a-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=4df450ea-5a70-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:36:39+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4436b48a-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=4436b8fe-5a70-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:36:39+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=532974be-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=53297702-5a70-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:36:39+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=532974be-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=53297702-5a70-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:36:39+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=532974be-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=53297702-5a70-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:36:55+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4df44f5a-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=4df450ea-5a70-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:36:55+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cb8172e-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=5cb81918-5a70-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:37:04+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=532974be-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=53297702-5a70-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:37:04+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6217a040-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=6217a270-5a70-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:37:04+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6217a040-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=6217a270-5a70-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:37:04+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6217a040-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=6217a270-5a70-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:37:20+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5cb8172e-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=5cb81918-5a70-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:37:20+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b808dcc-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=6b808fb6-5a70-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:37:29+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6217a040-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=6217a270-5a70-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:37:29+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7106d4f4-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=7106d68e-5a70-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:37:29+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7106d4f4-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=7106d68e-5a70-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:37:29+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7106d4f4-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=7106d68e-5a70-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:37:45+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b808dcc-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=6b808fb6-5a70-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:37:45+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a475b6a-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=7a475e76-5a70-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:37:54+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7106d4f4-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=7106d68e-5a70-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:37:54+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ff669fc-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=7ff66bf0-5a70-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:37:54+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ff669fc-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=7ff66bf0-5a70-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:37:54+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ff669fc-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=7ff66bf0-5a70-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:38:10+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7a475b6a-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=7a475e76-5a70-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:38:10+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=890f298e-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=890f2b28-5a70-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:38:19+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ff669fc-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=7ff66bf0-5a70-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:38:19+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ee4ce0e-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=8ee4d282-5a70-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:38:19+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ee4ce0e-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=8ee4d282-5a70-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:38:19+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ee4ce0e-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=8ee4d282-5a70-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:38:34+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=890f298e-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=890f2b28-5a70-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:38:34+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97d5425a-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=97d544c6-5a70-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:38:44+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ee4ce0e-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=8ee4d282-5a70-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:38:44+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9dd64b68-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=9dd64cf8-5a70-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:38:44+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9dd64b68-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=9dd64cf8-5a70-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:38:44+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9dd64b68-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=9dd64cf8-5a70-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:38:59+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=97d5425a-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=97d544c6-5a70-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:38:59+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a69accc4-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=a69ad28c-5a70-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:39:09+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9dd64b68-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=9dd64cf8-5a70-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:39:09+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=acc5359e-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=acc5372e-5a70-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:39:10+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=acc5359e-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=acc5372e-5a70-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:39:10+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=acc5359e-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=acc5372e-5a70-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:39:24+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a69accc4-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=a69ad28c-5a70-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:39:24+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5619ca6-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=b5619e36-5a70-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:39:35+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=acc5359e-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=acc5372e-5a70-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:39:35+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbb331c8-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=bbb33362-5a70-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:39:35+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbb331c8-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=bbb33362-5a70-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:39:35+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bbb331c8-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=bbb33362-5a70-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:39:49+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5619ca6-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=b5619e36-5a70-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:39:49+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c427451a-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=c42746aa-5a70-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:40:00+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bbb331c8-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=bbb33362-5a70-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:40:00+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=caa25858-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=caa25a38-5a70-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:40:00+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=caa25858-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=caa25a38-5a70-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:40:00+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=caa25858-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=caa25a38-5a70-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:40:13+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c427451a-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=c42746aa-5a70-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:40:13+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2ed4676-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=d2ed4810-5a70-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:40:25+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=caa25858-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=caa25a38-5a70-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:40:25+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9909faa-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=d990a14e-5a70-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:40:25+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9909faa-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=d990a14e-5a70-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:40:25+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9909faa-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=d990a14e-5a70-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:40:38+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d2ed4676-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=d2ed4810-5a70-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:40:38+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1b1e8ba-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=e1b1eaf4-5a70-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:40:50+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9909faa-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=d990a14e-5a70-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:40:50+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e87e715e-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=e87e7348-5a70-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:40:50+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e87e715e-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=e87e7348-5a70-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:40:50+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e87e715e-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=e87e7348-5a70-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:41:03+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e1b1e8ba-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=e1b1eaf4-5a70-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:41:03+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f07788f0-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=f0778ada-5a70-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:41:15+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e87e715e-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=e87e7348-5a70-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:41:15+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f76c75b2-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=f76c774c-5a70-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:41:15+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f76c75b2-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=f76c774c-5a70-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:41:15+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f76c75b2-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=f76c774c-5a70-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:41:28+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f07788f0-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=f0778ada-5a70-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:41:28+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff3d345c-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=ff3d3646-5a70-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:41:40+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f76c75b2-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=f76c774c-5a70-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:41:40+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=065f4d06-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=065f4eb4-5a71-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:41:40+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=065f4d06-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=065f4eb4-5a71-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:41:40+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=065f4d06-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=065f4eb4-5a71-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:41:53+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ff3d345c-5a70-11ed-ab6f-32a1cb75da61 | InvocationID=ff3d3646-5a70-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:41:53+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e024a90-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=0e024c2a-5a71-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:42:05+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=065f4d06-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=065f4eb4-5a71-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:42:05+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=155006b6-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=15500a08-5a71-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:42:05+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=155006b6-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=15500a08-5a71-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:42:05+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=155006b6-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=15500a08-5a71-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:42:17+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e024a90-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=0e024c2a-5a71-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:42:17+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cc92184-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=1cc924fe-5a71-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:42:30+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=155006b6-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=15500a08-5a71-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:42:30+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=244170c4-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=24417312-5a71-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:42:30+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=244170c4-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=24417312-5a71-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:42:30+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=244170c4-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=24417312-5a71-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:42:42+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1cc92184-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=1cc924fe-5a71-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:42:42+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b90a70a-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=2b90a8a4-5a71-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:42:55+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=244170c4-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=24417312-5a71-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:42:55+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33328b90-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=33328df2-5a71-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:42:55+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33328b90-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=33328df2-5a71-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:42:55+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33328b90-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=33328df2-5a71-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:43:07+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2b90a70a-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=2b90a8a4-5a71-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:43:07+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a55ec0a-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=3a55ee12-5a71-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:43:20+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33328b90-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=33328df2-5a71-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:43:20+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42258c2e-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=42258e9a-5a71-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:43:20+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42258c2e-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=42258e9a-5a71-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:43:20+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42258c2e-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=42258e9a-5a71-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:43:32+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3a55ec0a-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=3a55ee12-5a71-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:43:32+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=491df412-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=491df5f2-5a71-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:43:45+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42258c2e-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=42258e9a-5a71-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:43:45+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51148780-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=51148a46-5a71-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:43:45+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51148780-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=51148a46-5a71-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:43:45+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51148780-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=51148a46-5a71-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:43:57+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=491df412-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=491df5f2-5a71-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:43:57+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57e249d0-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=57e24b7e-5a71-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:44:10+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51148780-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=51148a46-5a71-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:44:10+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6004f310-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=6004f536-5a71-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:44:10+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6004f310-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=6004f536-5a71-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:44:10+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6004f310-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=6004f536-5a71-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:44:21+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57e249d0-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=57e24b7e-5a71-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:44:21+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66a6adb2-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=66a6af4c-5a71-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:44:35+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6004f310-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=6004f536-5a71-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:44:35+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ef80ad8-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=6ef80ef2-5a71-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:44:35+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ef80ad8-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=6ef80ef2-5a71-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:44:35+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ef80ad8-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=6ef80ef2-5a71-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:44:46+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=66a6adb2-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=66a6af4c-5a71-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:44:46+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=756bfd16-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=756bfea6-5a71-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:45:00+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ef80ad8-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=6ef80ef2-5a71-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:45:00+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7dea8052-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=7dea826e-5a71-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:45:00+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7dea8052-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=7dea826e-5a71-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:45:00+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7dea8052-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=7dea826e-5a71-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:45:11+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=756bfd16-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=756bfea6-5a71-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:45:11+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8430d916-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=8430db14-5a71-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:45:25+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7dea8052-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=7dea826e-5a71-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:45:25+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cd9a30e-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=8cd9a5fc-5a71-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:45:25+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cd9a30e-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=8cd9a5fc-5a71-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:45:25+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8cd9a30e-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=8cd9a5fc-5a71-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:45:36+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8430d916-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=8430db14-5a71-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:45:36+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92f69da0-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=92f6a0d4-5a71-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:45:50+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8cd9a30e-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=8cd9a5fc-5a71-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:45:50+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9bc85be4-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=9bc85e00-5a71-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:45:51+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9bc85be4-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=9bc85e00-5a71-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:45:51+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9bc85be4-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=9bc85e00-5a71-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:46:00+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=92f69da0-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=92f6a0d4-5a71-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:46:00+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1bc618a-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=a1bc6432-5a71-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:46:16+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9bc85be4-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=9bc85e00-5a71-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:46:16+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aab6bcd6-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=aab6bf42-5a71-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:46:16+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aab6bcd6-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=aab6bf42-5a71-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:46:16+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aab6bcd6-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=aab6bf42-5a71-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:46:25+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a1bc618a-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=a1bc6432-5a71-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:46:25+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b085c292-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=b085c4b8-5a71-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:46:41+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aab6bcd6-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=aab6bf42-5a71-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:46:41+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9a54cb2-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=b9a54e4c-5a71-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:46:41+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9a54cb2-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=b9a54e4c-5a71-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:46:41+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9a54cb2-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=b9a54e4c-5a71-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:46:50+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b085c292-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=b085c4b8-5a71-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:46:50+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf4aca34-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=bf4acbce-5a71-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:47:06+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9a54cb2-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=b9a54e4c-5a71-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:47:06+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c89584d0-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=c8958674-5a71-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:47:06+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c89584d0-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=c8958674-5a71-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:47:06+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c89584d0-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=c8958674-5a71-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:47:15+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bf4aca34-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=bf4acbce-5a71-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:47:15+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce141d72-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=ce141f02-5a71-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:47:31+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c89584d0-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=c8958674-5a71-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:47:31+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d784caf0-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=d784cc94-5a71-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:47:31+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d784caf0-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=d784cc94-5a71-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:47:31+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d784caf0-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=d784cc94-5a71-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:47:40+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ce141d72-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=ce141f02-5a71-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:47:40+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dcd9782a-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=dcd979ba-5a71-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:47:56+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d784caf0-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=d784cc94-5a71-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:47:56+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e673944c-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=e67395fa-5a71-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:47:56+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e673944c-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=e67395fa-5a71-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:47:56+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e673944c-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=e67395fa-5a71-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:48:04+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dcd9782a-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=dcd979ba-5a71-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:48:04+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb9e2d42-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=eb9e2f7c-5a71-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:48:21+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e673944c-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=e67395fa-5a71-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:48:21+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5628008-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=f56281a2-5a71-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:48:21+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5628008-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=f56281a2-5a71-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:48:21+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5628008-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=f56281a2-5a71-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:48:29+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb9e2d42-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=eb9e2f7c-5a71-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:48:29+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa6389a8-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=fa638ba6-5a71-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:48:46+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5628008-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=f56281a2-5a71-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:48:46+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04527294-5a72-11ed-ab6f-32a1cb75da61 | InvocationID=0452742e-5a72-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:48:46+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04527294-5a72-11ed-ab6f-32a1cb75da61 | InvocationID=0452742e-5a72-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:48:46+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04527294-5a72-11ed-ab6f-32a1cb75da61 | InvocationID=0452742e-5a72-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:48:54+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa6389a8-5a71-11ed-ab6f-32a1cb75da61 | InvocationID=fa638ba6-5a71-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:48:54+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=092800e0-5a72-11ed-ab6f-32a1cb75da61 | InvocationID=09280388-5a72-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:49:11+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04527294-5a72-11ed-ab6f-32a1cb75da61 | InvocationID=0452742e-5a72-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:49:11+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1341c746-5a72-11ed-ab6f-32a1cb75da61 | InvocationID=1341c930-5a72-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:49:11+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1341c746-5a72-11ed-ab6f-32a1cb75da61 | InvocationID=1341c930-5a72-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:49:11+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1341c746-5a72-11ed-ab6f-32a1cb75da61 | InvocationID=1341c930-5a72-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:49:19+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=092800e0-5a72-11ed-ab6f-32a1cb75da61 | InvocationID=09280388-5a72-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:49:19+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17f0a776-5a72-11ed-ab6f-32a1cb75da61 | InvocationID=17f0a992-5a72-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:49:36+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1341c746-5a72-11ed-ab6f-32a1cb75da61 | InvocationID=1341c930-5a72-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:49:36+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2234877a-5a72-11ed-ab6f-32a1cb75da61 | InvocationID=22348914-5a72-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:49:36+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2234877a-5a72-11ed-ab6f-32a1cb75da61 | InvocationID=22348914-5a72-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:49:36+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2234877a-5a72-11ed-ab6f-32a1cb75da61 | InvocationID=22348914-5a72-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:49:44+0000 | aai_event_thread | 140190419815200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=17f0a776-5a72-11ed-ab6f-32a1cb75da61 | InvocationID=17f0a992-5a72-11ed-ab6f-32a1cb75da61 | Polling MR for XNF AAI events.[0m 2022-11-02T05:49:44+0000 | aai_event_thread | 140190419815200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26b9ff00-5a72-11ed-ab6f-32a1cb75da61 | InvocationID=26ba00d6-5a72-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-02T05:50:01+0000 | policy_event_thread | 140190420876064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2234877a-5a72-11ed-ab6f-32a1cb75da61 | InvocationID=22348914-5a72-11ed-ab6f-32a1cb75da61 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-02T05:50:01+0000 | policy_event_thread | 140190420876064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31233466-5a72-11ed-ab6f-32a1cb75da61 | InvocationID=31233ae2-5a72-11ed-ab6f-32a1cb75da61 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-02T05:50:01+0000 | policy_event_thread | 140190420876064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31233466-5a72-11ed-ab6f-32a1cb75da61 | InvocationID=31233ae2-5a72-11ed-ab6f-32a1cb75da61 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-02T05:50:01+0000 | policy_event_thread | 140190420876064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31233466-5a72-11ed-ab6f-32a1cb75da61 | InvocationID=31233ae2-5a72-11ed-ab6f-32a1cb75da61 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m