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()) 2023-01-31T04:27:32+0000 | MainThread | 140390659263816 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.[0m 2023-01-31T04:27:32+0000 | MainThread | 140390659263816 | 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': False, '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': 'http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}}[0m 2023-01-31T04:27:32+0000 | MainThread | 140390659263816 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.[0m 2023-01-31T04:27:32+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:27:32+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94896a2c-a11f-11ed-85e3-7ae18f9e916d | InvocationID=94896cb6-a11f-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:27:32+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.[0m 2023-01-31T04:27:32+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=948c31da-a11f-11ed-85e3-7ae18f9e916d | InvocationID=948c3446-a11f-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:27:33+0000 | MainThread | 140390659263816 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server[0m 2023-01-31T04:27:33+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94896a2c-a11f-11ed-85e3-7ae18f9e916d | InvocationID=94896cb6-a11f-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:27:33+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94896a2c-a11f-11ed-85e3-7ae18f9e916d | InvocationID=94896cb6-a11f-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:27:33+0000 | aai_event_thread | 140390608538400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=948c31da-a11f-11ed-85e3-7ae18f9e916d | InvocationID=948c3446-a11f-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:27:33+0000 | aai_event_thread | 140390608538400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=948c31da-a11f-11ed-85e3-7ae18f9e916d | InvocationID=948c3446-a11f-11ed-85e3-7ae18f9e916d | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:27:53+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=948c31da-a11f-11ed-85e3-7ae18f9e916d | InvocationID=948c3446-a11f-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:27:53+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1075d04-a11f-11ed-85e3-7ae18f9e916d | InvocationID=a1076010-a11f-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:27:53+0000 | aai_event_thread | 140390608538400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1075d04-a11f-11ed-85e3-7ae18f9e916d | InvocationID=a1076010-a11f-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:27:53+0000 | aai_event_thread | 140390608538400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a1075d04-a11f-11ed-85e3-7ae18f9e916d | InvocationID=a1076010-a11f-11ed-85e3-7ae18f9e916d | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:27:58+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94896a2c-a11f-11ed-85e3-7ae18f9e916d | InvocationID=94896cb6-a11f-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:27:58+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3f7b9b4-a11f-11ed-85e3-7ae18f9e916d | InvocationID=a3f7bc7a-a11f-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:27:58+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3f7b9b4-a11f-11ed-85e3-7ae18f9e916d | InvocationID=a3f7bc7a-a11f-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:27:58+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3f7b9b4-a11f-11ed-85e3-7ae18f9e916d | InvocationID=a3f7bc7a-a11f-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:28:14+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a1075d04-a11f-11ed-85e3-7ae18f9e916d | InvocationID=a1076010-a11f-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:28:14+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad308b96-a11f-11ed-85e3-7ae18f9e916d | InvocationID=ad308e2a-a11f-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:28:14+0000 | aai_event_thread | 140390608538400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad308b96-a11f-11ed-85e3-7ae18f9e916d | InvocationID=ad308e2a-a11f-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:28:14+0000 | aai_event_thread | 140390608538400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad308b96-a11f-11ed-85e3-7ae18f9e916d | InvocationID=ad308e2a-a11f-11ed-85e3-7ae18f9e916d | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:28:23+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3f7b9b4-a11f-11ed-85e3-7ae18f9e916d | InvocationID=a3f7bc7a-a11f-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:28:23+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2f84528-a11f-11ed-85e3-7ae18f9e916d | InvocationID=b2f84af0-a11f-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:28:23+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2f84528-a11f-11ed-85e3-7ae18f9e916d | InvocationID=b2f84af0-a11f-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:28:23+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2f84528-a11f-11ed-85e3-7ae18f9e916d | InvocationID=b2f84af0-a11f-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:28:34+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad308b96-a11f-11ed-85e3-7ae18f9e916d | InvocationID=ad308e2a-a11f-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:28:34+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9282c42-a11f-11ed-85e3-7ae18f9e916d | InvocationID=b9283020-a11f-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:28:34+0000 | aai_event_thread | 140390608538400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9282c42-a11f-11ed-85e3-7ae18f9e916d | InvocationID=b9283020-a11f-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:28:34+0000 | aai_event_thread | 140390608538400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b9282c42-a11f-11ed-85e3-7ae18f9e916d | InvocationID=b9283020-a11f-11ed-85e3-7ae18f9e916d | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:28:48+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2f84528-a11f-11ed-85e3-7ae18f9e916d | InvocationID=b2f84af0-a11f-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:28:48+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1eeee42-a11f-11ed-85e3-7ae18f9e916d | InvocationID=c1eef194-a11f-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:28:48+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1eeee42-a11f-11ed-85e3-7ae18f9e916d | InvocationID=c1eef194-a11f-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:28:48+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1eeee42-a11f-11ed-85e3-7ae18f9e916d | InvocationID=c1eef194-a11f-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:28:54+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b9282c42-a11f-11ed-85e3-7ae18f9e916d | InvocationID=b9283020-a11f-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:28:54+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5299850-a11f-11ed-85e3-7ae18f9e916d | InvocationID=c5299c60-a11f-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:28:54+0000 | aai_event_thread | 140390608538400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5299850-a11f-11ed-85e3-7ae18f9e916d | InvocationID=c5299c60-a11f-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:28:54+0000 | aai_event_thread | 140390608538400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c5299850-a11f-11ed-85e3-7ae18f9e916d | InvocationID=c5299c60-a11f-11ed-85e3-7ae18f9e916d | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:29:13+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1eeee42-a11f-11ed-85e3-7ae18f9e916d | InvocationID=c1eef194-a11f-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:29:13+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0e3d746-a11f-11ed-85e3-7ae18f9e916d | InvocationID=d0e3d9b2-a11f-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:29:14+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0e3d746-a11f-11ed-85e3-7ae18f9e916d | InvocationID=d0e3d9b2-a11f-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:29:14+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0e3d746-a11f-11ed-85e3-7ae18f9e916d | InvocationID=d0e3d9b2-a11f-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:29:14+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c5299850-a11f-11ed-85e3-7ae18f9e916d | InvocationID=c5299c60-a11f-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:29:14+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d12caa52-a11f-11ed-85e3-7ae18f9e916d | InvocationID=d12cac5a-a11f-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:29:14+0000 | aai_event_thread | 140390608538400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d12caa52-a11f-11ed-85e3-7ae18f9e916d | InvocationID=d12cac5a-a11f-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:29:14+0000 | aai_event_thread | 140390608538400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d12caa52-a11f-11ed-85e3-7ae18f9e916d | InvocationID=d12cac5a-a11f-11ed-85e3-7ae18f9e916d | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:29:34+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d12caa52-a11f-11ed-85e3-7ae18f9e916d | InvocationID=d12cac5a-a11f-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:29:34+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd29a1d4-a11f-11ed-85e3-7ae18f9e916d | InvocationID=dd29a54e-a11f-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:29:34+0000 | aai_event_thread | 140390608538400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd29a1d4-a11f-11ed-85e3-7ae18f9e916d | InvocationID=dd29a54e-a11f-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:29:34+0000 | aai_event_thread | 140390608538400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dd29a1d4-a11f-11ed-85e3-7ae18f9e916d | InvocationID=dd29a54e-a11f-11ed-85e3-7ae18f9e916d | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:29:39+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0e3d746-a11f-11ed-85e3-7ae18f9e916d | InvocationID=d0e3d9b2-a11f-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:29:39+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfdd2662-a11f-11ed-85e3-7ae18f9e916d | InvocationID=dfdd293c-a11f-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:29:39+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfdd2662-a11f-11ed-85e3-7ae18f9e916d | InvocationID=dfdd293c-a11f-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:29:39+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dfdd2662-a11f-11ed-85e3-7ae18f9e916d | InvocationID=dfdd293c-a11f-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:29:54+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dd29a1d4-a11f-11ed-85e3-7ae18f9e916d | InvocationID=dd29a54e-a11f-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:29:54+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e91fac4a-a11f-11ed-85e3-7ae18f9e916d | InvocationID=e91faeca-a11f-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:29:54+0000 | aai_event_thread | 140390608538400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e91fac4a-a11f-11ed-85e3-7ae18f9e916d | InvocationID=e91faeca-a11f-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:29:54+0000 | aai_event_thread | 140390608538400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e91fac4a-a11f-11ed-85e3-7ae18f9e916d | InvocationID=e91faeca-a11f-11ed-85e3-7ae18f9e916d | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:30:04+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dfdd2662-a11f-11ed-85e3-7ae18f9e916d | InvocationID=dfdd293c-a11f-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:30:04+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eecf0a28-a11f-11ed-85e3-7ae18f9e916d | InvocationID=eecf1090-a11f-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:30:04+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eecf0a28-a11f-11ed-85e3-7ae18f9e916d | InvocationID=eecf1090-a11f-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:30:04+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eecf0a28-a11f-11ed-85e3-7ae18f9e916d | InvocationID=eecf1090-a11f-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:30:14+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e91fac4a-a11f-11ed-85e3-7ae18f9e916d | InvocationID=e91faeca-a11f-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:30:14+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5278d64-a11f-11ed-85e3-7ae18f9e916d | InvocationID=f527900c-a11f-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:30:14+0000 | aai_event_thread | 140390608538400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5278d64-a11f-11ed-85e3-7ae18f9e916d | InvocationID=f527900c-a11f-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:30:14+0000 | aai_event_thread | 140390608538400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5278d64-a11f-11ed-85e3-7ae18f9e916d | InvocationID=f527900c-a11f-11ed-85e3-7ae18f9e916d | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:30:29+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eecf0a28-a11f-11ed-85e3-7ae18f9e916d | InvocationID=eecf1090-a11f-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:30:29+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdc2973e-a11f-11ed-85e3-7ae18f9e916d | InvocationID=fdc29b12-a11f-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:30:29+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdc2973e-a11f-11ed-85e3-7ae18f9e916d | InvocationID=fdc29b12-a11f-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:30:29+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fdc2973e-a11f-11ed-85e3-7ae18f9e916d | InvocationID=fdc29b12-a11f-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:30:34+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5278d64-a11f-11ed-85e3-7ae18f9e916d | InvocationID=f527900c-a11f-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:30:34+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=012c9c76-a120-11ed-85e3-7ae18f9e916d | InvocationID=012c9e74-a120-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:30:34+0000 | aai_event_thread | 140390608538400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=012c9c76-a120-11ed-85e3-7ae18f9e916d | InvocationID=012c9e74-a120-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:30:34+0000 | aai_event_thread | 140390608538400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=012c9c76-a120-11ed-85e3-7ae18f9e916d | InvocationID=012c9e74-a120-11ed-85e3-7ae18f9e916d | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:30:54+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fdc2973e-a11f-11ed-85e3-7ae18f9e916d | InvocationID=fdc29b12-a11f-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:30:54+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cbb2fe4-a120-11ed-85e3-7ae18f9e916d | InvocationID=0cbb3386-a120-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:30:54+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cbb2fe4-a120-11ed-85e3-7ae18f9e916d | InvocationID=0cbb3386-a120-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:30:54+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0cbb2fe4-a120-11ed-85e3-7ae18f9e916d | InvocationID=0cbb3386-a120-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:30:54+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=012c9c76-a120-11ed-85e3-7ae18f9e916d | InvocationID=012c9e74-a120-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:30:54+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d2403a2-a120-11ed-85e3-7ae18f9e916d | InvocationID=0d240794-a120-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:30:55+0000 | aai_event_thread | 140390608538400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d2403a2-a120-11ed-85e3-7ae18f9e916d | InvocationID=0d240794-a120-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:30:55+0000 | aai_event_thread | 140390608538400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d2403a2-a120-11ed-85e3-7ae18f9e916d | InvocationID=0d240794-a120-11ed-85e3-7ae18f9e916d | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:31:15+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d2403a2-a120-11ed-85e3-7ae18f9e916d | InvocationID=0d240794-a120-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:31:15+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1928584c-a120-11ed-85e3-7ae18f9e916d | InvocationID=19285a86-a120-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:31:15+0000 | aai_event_thread | 140390608538400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1928584c-a120-11ed-85e3-7ae18f9e916d | InvocationID=19285a86-a120-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:31:15+0000 | aai_event_thread | 140390608538400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1928584c-a120-11ed-85e3-7ae18f9e916d | InvocationID=19285a86-a120-11ed-85e3-7ae18f9e916d | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:31:19+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0cbb2fe4-a120-11ed-85e3-7ae18f9e916d | InvocationID=0cbb3386-a120-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:31:19+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bb8e78e-a120-11ed-85e3-7ae18f9e916d | InvocationID=1bb8e978-a120-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:31:19+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bb8e78e-a120-11ed-85e3-7ae18f9e916d | InvocationID=1bb8e978-a120-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:31:19+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1bb8e78e-a120-11ed-85e3-7ae18f9e916d | InvocationID=1bb8e978-a120-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:31:35+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1928584c-a120-11ed-85e3-7ae18f9e916d | InvocationID=19285a86-a120-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:31:35+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2523bf24-a120-11ed-85e3-7ae18f9e916d | InvocationID=2523c334-a120-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:31:35+0000 | aai_event_thread | 140390608538400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2523bf24-a120-11ed-85e3-7ae18f9e916d | InvocationID=2523c334-a120-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:31:35+0000 | aai_event_thread | 140390608538400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2523bf24-a120-11ed-85e3-7ae18f9e916d | InvocationID=2523c334-a120-11ed-85e3-7ae18f9e916d | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:31:44+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1bb8e78e-a120-11ed-85e3-7ae18f9e916d | InvocationID=1bb8e978-a120-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:31:44+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ab074dc-a120-11ed-85e3-7ae18f9e916d | InvocationID=2ab078ce-a120-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:31:44+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ab074dc-a120-11ed-85e3-7ae18f9e916d | InvocationID=2ab078ce-a120-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:31:44+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ab074dc-a120-11ed-85e3-7ae18f9e916d | InvocationID=2ab078ce-a120-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:31:55+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2523bf24-a120-11ed-85e3-7ae18f9e916d | InvocationID=2523c334-a120-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:31:55+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3119e3a8-a120-11ed-85e3-7ae18f9e916d | InvocationID=3119e7f4-a120-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:31:55+0000 | aai_event_thread | 140390608538400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3119e3a8-a120-11ed-85e3-7ae18f9e916d | InvocationID=3119e7f4-a120-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:31:55+0000 | aai_event_thread | 140390608538400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3119e3a8-a120-11ed-85e3-7ae18f9e916d | InvocationID=3119e7f4-a120-11ed-85e3-7ae18f9e916d | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:32:09+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ab074dc-a120-11ed-85e3-7ae18f9e916d | InvocationID=2ab078ce-a120-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:32:09+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39a4f77e-a120-11ed-85e3-7ae18f9e916d | InvocationID=39a4fc4c-a120-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:32:09+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39a4f77e-a120-11ed-85e3-7ae18f9e916d | InvocationID=39a4fc4c-a120-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:32:09+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39a4f77e-a120-11ed-85e3-7ae18f9e916d | InvocationID=39a4fc4c-a120-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:32:15+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3119e3a8-a120-11ed-85e3-7ae18f9e916d | InvocationID=3119e7f4-a120-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:32:15+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d11fd44-a120-11ed-85e3-7ae18f9e916d | InvocationID=3d11ff92-a120-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:32:15+0000 | aai_event_thread | 140390608538400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d11fd44-a120-11ed-85e3-7ae18f9e916d | InvocationID=3d11ff92-a120-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:32:15+0000 | aai_event_thread | 140390608538400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d11fd44-a120-11ed-85e3-7ae18f9e916d | InvocationID=3d11ff92-a120-11ed-85e3-7ae18f9e916d | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:32:34+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39a4f77e-a120-11ed-85e3-7ae18f9e916d | InvocationID=39a4fc4c-a120-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:32:34+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=489dd3e0-a120-11ed-85e3-7ae18f9e916d | InvocationID=489dd660-a120-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:32:34+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=489dd3e0-a120-11ed-85e3-7ae18f9e916d | InvocationID=489dd660-a120-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:32:34+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=489dd3e0-a120-11ed-85e3-7ae18f9e916d | InvocationID=489dd660-a120-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:32:35+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d11fd44-a120-11ed-85e3-7ae18f9e916d | InvocationID=3d11ff92-a120-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:32:35+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=490e6024-a120-11ed-85e3-7ae18f9e916d | InvocationID=490e622c-a120-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:32:35+0000 | aai_event_thread | 140390608538400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=490e6024-a120-11ed-85e3-7ae18f9e916d | InvocationID=490e622c-a120-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:32:35+0000 | aai_event_thread | 140390608538400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=490e6024-a120-11ed-85e3-7ae18f9e916d | InvocationID=490e622c-a120-11ed-85e3-7ae18f9e916d | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:32:55+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=490e6024-a120-11ed-85e3-7ae18f9e916d | InvocationID=490e622c-a120-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:32:55+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55092760-a120-11ed-85e3-7ae18f9e916d | InvocationID=55092968-a120-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:32:55+0000 | aai_event_thread | 140390608538400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55092760-a120-11ed-85e3-7ae18f9e916d | InvocationID=55092968-a120-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:32:55+0000 | aai_event_thread | 140390608538400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55092760-a120-11ed-85e3-7ae18f9e916d | InvocationID=55092968-a120-11ed-85e3-7ae18f9e916d | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:32:59+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=489dd3e0-a120-11ed-85e3-7ae18f9e916d | InvocationID=489dd660-a120-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:32:59+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=578df902-a120-11ed-85e3-7ae18f9e916d | InvocationID=578dfd12-a120-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:32:59+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=578df902-a120-11ed-85e3-7ae18f9e916d | InvocationID=578dfd12-a120-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:32:59+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=578df902-a120-11ed-85e3-7ae18f9e916d | InvocationID=578dfd12-a120-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:33:15+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55092760-a120-11ed-85e3-7ae18f9e916d | InvocationID=55092968-a120-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:33:15+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=610a6510-a120-11ed-85e3-7ae18f9e916d | InvocationID=610a679a-a120-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:33:15+0000 | aai_event_thread | 140390608538400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=610a6510-a120-11ed-85e3-7ae18f9e916d | InvocationID=610a679a-a120-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:33:15+0000 | aai_event_thread | 140390608538400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=610a6510-a120-11ed-85e3-7ae18f9e916d | InvocationID=610a679a-a120-11ed-85e3-7ae18f9e916d | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:33:24+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=578df902-a120-11ed-85e3-7ae18f9e916d | InvocationID=578dfd12-a120-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:33:24+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6687c4d8-a120-11ed-85e3-7ae18f9e916d | InvocationID=6687c7a8-a120-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:33:25+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6687c4d8-a120-11ed-85e3-7ae18f9e916d | InvocationID=6687c7a8-a120-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:33:25+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6687c4d8-a120-11ed-85e3-7ae18f9e916d | InvocationID=6687c7a8-a120-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:33:35+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=610a6510-a120-11ed-85e3-7ae18f9e916d | InvocationID=610a679a-a120-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:33:35+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6cfe9f4e-a120-11ed-85e3-7ae18f9e916d | InvocationID=6cfea1e2-a120-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:33:35+0000 | aai_event_thread | 140390608538400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6cfe9f4e-a120-11ed-85e3-7ae18f9e916d | InvocationID=6cfea1e2-a120-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:33:35+0000 | aai_event_thread | 140390608538400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6cfe9f4e-a120-11ed-85e3-7ae18f9e916d | InvocationID=6cfea1e2-a120-11ed-85e3-7ae18f9e916d | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:33:50+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6687c4d8-a120-11ed-85e3-7ae18f9e916d | InvocationID=6687c7a8-a120-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:33:50+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7586243e-a120-11ed-85e3-7ae18f9e916d | InvocationID=75862e7a-a120-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:33:50+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7586243e-a120-11ed-85e3-7ae18f9e916d | InvocationID=75862e7a-a120-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:33:50+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7586243e-a120-11ed-85e3-7ae18f9e916d | InvocationID=75862e7a-a120-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:33:55+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6cfe9f4e-a120-11ed-85e3-7ae18f9e916d | InvocationID=6cfea1e2-a120-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:33:55+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78f58f1a-a120-11ed-85e3-7ae18f9e916d | InvocationID=78f591a4-a120-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:33:55+0000 | aai_event_thread | 140390608538400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78f58f1a-a120-11ed-85e3-7ae18f9e916d | InvocationID=78f591a4-a120-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:33:55+0000 | aai_event_thread | 140390608538400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78f58f1a-a120-11ed-85e3-7ae18f9e916d | InvocationID=78f591a4-a120-11ed-85e3-7ae18f9e916d | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:34:15+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7586243e-a120-11ed-85e3-7ae18f9e916d | InvocationID=75862e7a-a120-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:34:15+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84816d54-a120-11ed-85e3-7ae18f9e916d | InvocationID=84817c86-a120-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:34:15+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84816d54-a120-11ed-85e3-7ae18f9e916d | InvocationID=84817c86-a120-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:34:15+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84816d54-a120-11ed-85e3-7ae18f9e916d | InvocationID=84817c86-a120-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:34:15+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78f58f1a-a120-11ed-85e3-7ae18f9e916d | InvocationID=78f591a4-a120-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:34:15+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84ee898e-a120-11ed-85e3-7ae18f9e916d | InvocationID=84ee8bd2-a120-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:34:16+0000 | aai_event_thread | 140390608538400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84ee898e-a120-11ed-85e3-7ae18f9e916d | InvocationID=84ee8bd2-a120-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:34:16+0000 | aai_event_thread | 140390608538400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=84ee898e-a120-11ed-85e3-7ae18f9e916d | InvocationID=84ee8bd2-a120-11ed-85e3-7ae18f9e916d | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:34:36+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=84ee898e-a120-11ed-85e3-7ae18f9e916d | InvocationID=84ee8bd2-a120-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:34:36+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90ebb16c-a120-11ed-85e3-7ae18f9e916d | InvocationID=90ebb46e-a120-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:34:36+0000 | aai_event_thread | 140390608538400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90ebb16c-a120-11ed-85e3-7ae18f9e916d | InvocationID=90ebb46e-a120-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:34:36+0000 | aai_event_thread | 140390608538400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90ebb16c-a120-11ed-85e3-7ae18f9e916d | InvocationID=90ebb46e-a120-11ed-85e3-7ae18f9e916d | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:34:40+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84816d54-a120-11ed-85e3-7ae18f9e916d | InvocationID=84817c86-a120-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:34:40+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93826c4a-a120-11ed-85e3-7ae18f9e916d | InvocationID=93826f10-a120-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:34:40+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93826c4a-a120-11ed-85e3-7ae18f9e916d | InvocationID=93826f10-a120-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:34:40+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93826c4a-a120-11ed-85e3-7ae18f9e916d | InvocationID=93826f10-a120-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:34:56+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90ebb16c-a120-11ed-85e3-7ae18f9e916d | InvocationID=90ebb46e-a120-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:34:56+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cfbf160-a120-11ed-85e3-7ae18f9e916d | InvocationID=9cfbf476-a120-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:34:56+0000 | aai_event_thread | 140390608538400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cfbf160-a120-11ed-85e3-7ae18f9e916d | InvocationID=9cfbf476-a120-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:34:56+0000 | aai_event_thread | 140390608538400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9cfbf160-a120-11ed-85e3-7ae18f9e916d | InvocationID=9cfbf476-a120-11ed-85e3-7ae18f9e916d | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:35:05+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93826c4a-a120-11ed-85e3-7ae18f9e916d | InvocationID=93826f10-a120-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:35:05+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a283a56a-a120-11ed-85e3-7ae18f9e916d | InvocationID=a283c3ec-a120-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:35:05+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a283a56a-a120-11ed-85e3-7ae18f9e916d | InvocationID=a283c3ec-a120-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:35:05+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a283a56a-a120-11ed-85e3-7ae18f9e916d | InvocationID=a283c3ec-a120-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:35:16+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9cfbf160-a120-11ed-85e3-7ae18f9e916d | InvocationID=9cfbf476-a120-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:35:16+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a90bf7a2-a120-11ed-85e3-7ae18f9e916d | InvocationID=a90bfd74-a120-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:35:16+0000 | aai_event_thread | 140390608538400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a90bf7a2-a120-11ed-85e3-7ae18f9e916d | InvocationID=a90bfd74-a120-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:35:16+0000 | aai_event_thread | 140390608538400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a90bf7a2-a120-11ed-85e3-7ae18f9e916d | InvocationID=a90bfd74-a120-11ed-85e3-7ae18f9e916d | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:35:30+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a283a56a-a120-11ed-85e3-7ae18f9e916d | InvocationID=a283c3ec-a120-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:35:30+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b182aa2a-a120-11ed-85e3-7ae18f9e916d | InvocationID=b182ac32-a120-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:35:30+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b182aa2a-a120-11ed-85e3-7ae18f9e916d | InvocationID=b182ac32-a120-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:35:30+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b182aa2a-a120-11ed-85e3-7ae18f9e916d | InvocationID=b182ac32-a120-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:35:36+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a90bf7a2-a120-11ed-85e3-7ae18f9e916d | InvocationID=a90bfd74-a120-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:35:36+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5070ccc-a120-11ed-85e3-7ae18f9e916d | InvocationID=b507156e-a120-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:35:36+0000 | aai_event_thread | 140390608538400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5070ccc-a120-11ed-85e3-7ae18f9e916d | InvocationID=b507156e-a120-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:35:36+0000 | aai_event_thread | 140390608538400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5070ccc-a120-11ed-85e3-7ae18f9e916d | InvocationID=b507156e-a120-11ed-85e3-7ae18f9e916d | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:35:55+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b182aa2a-a120-11ed-85e3-7ae18f9e916d | InvocationID=b182ac32-a120-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:35:55+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c07d8414-a120-11ed-85e3-7ae18f9e916d | InvocationID=c07d89a0-a120-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:35:56+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c07d8414-a120-11ed-85e3-7ae18f9e916d | InvocationID=c07d89a0-a120-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:35:56+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c07d8414-a120-11ed-85e3-7ae18f9e916d | InvocationID=c07d89a0-a120-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:35:56+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5070ccc-a120-11ed-85e3-7ae18f9e916d | InvocationID=b507156e-a120-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:35:56+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1062594-a120-11ed-85e3-7ae18f9e916d | InvocationID=c1062cf6-a120-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:35:56+0000 | aai_event_thread | 140390608538400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1062594-a120-11ed-85e3-7ae18f9e916d | InvocationID=c1062cf6-a120-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:35:56+0000 | aai_event_thread | 140390608538400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1062594-a120-11ed-85e3-7ae18f9e916d | InvocationID=c1062cf6-a120-11ed-85e3-7ae18f9e916d | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:36:16+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1062594-a120-11ed-85e3-7ae18f9e916d | InvocationID=c1062cf6-a120-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:36:16+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd0487a0-a120-11ed-85e3-7ae18f9e916d | InvocationID=cd048ae8-a120-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:36:17+0000 | aai_event_thread | 140390608538400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd0487a0-a120-11ed-85e3-7ae18f9e916d | InvocationID=cd048ae8-a120-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:36:17+0000 | aai_event_thread | 140390608538400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd0487a0-a120-11ed-85e3-7ae18f9e916d | InvocationID=cd048ae8-a120-11ed-85e3-7ae18f9e916d | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:36:21+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c07d8414-a120-11ed-85e3-7ae18f9e916d | InvocationID=c07d89a0-a120-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:36:21+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf84a924-a120-11ed-85e3-7ae18f9e916d | InvocationID=cf84ac3a-a120-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:36:21+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf84a924-a120-11ed-85e3-7ae18f9e916d | InvocationID=cf84ac3a-a120-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:36:21+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf84a924-a120-11ed-85e3-7ae18f9e916d | InvocationID=cf84ac3a-a120-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:36:37+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd0487a0-a120-11ed-85e3-7ae18f9e916d | InvocationID=cd048ae8-a120-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:36:37+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d902ab2c-a120-11ed-85e3-7ae18f9e916d | InvocationID=d902aeb0-a120-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:36:37+0000 | aai_event_thread | 140390608538400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d902ab2c-a120-11ed-85e3-7ae18f9e916d | InvocationID=d902aeb0-a120-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:36:37+0000 | aai_event_thread | 140390608538400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d902ab2c-a120-11ed-85e3-7ae18f9e916d | InvocationID=d902aeb0-a120-11ed-85e3-7ae18f9e916d | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:36:46+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf84a924-a120-11ed-85e3-7ae18f9e916d | InvocationID=cf84ac3a-a120-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:36:46+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de8ca020-a120-11ed-85e3-7ae18f9e916d | InvocationID=de8ca340-a120-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:36:46+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de8ca020-a120-11ed-85e3-7ae18f9e916d | InvocationID=de8ca340-a120-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:36:46+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de8ca020-a120-11ed-85e3-7ae18f9e916d | InvocationID=de8ca340-a120-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:36:57+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d902ab2c-a120-11ed-85e3-7ae18f9e916d | InvocationID=d902aeb0-a120-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:36:57+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4feddba-a120-11ed-85e3-7ae18f9e916d | InvocationID=e4fee012-a120-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:36:57+0000 | aai_event_thread | 140390608538400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4feddba-a120-11ed-85e3-7ae18f9e916d | InvocationID=e4fee012-a120-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:36:57+0000 | aai_event_thread | 140390608538400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4feddba-a120-11ed-85e3-7ae18f9e916d | InvocationID=e4fee012-a120-11ed-85e3-7ae18f9e916d | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:37:11+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de8ca020-a120-11ed-85e3-7ae18f9e916d | InvocationID=de8ca340-a120-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:37:11+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed7fd908-a120-11ed-85e3-7ae18f9e916d | InvocationID=ed7fdb4c-a120-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:37:11+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed7fd908-a120-11ed-85e3-7ae18f9e916d | InvocationID=ed7fdb4c-a120-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:37:11+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed7fd908-a120-11ed-85e3-7ae18f9e916d | InvocationID=ed7fdb4c-a120-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:37:17+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4feddba-a120-11ed-85e3-7ae18f9e916d | InvocationID=e4fee012-a120-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:37:17+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0f35308-a120-11ed-85e3-7ae18f9e916d | InvocationID=f0f355ec-a120-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:37:17+0000 | aai_event_thread | 140390608538400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0f35308-a120-11ed-85e3-7ae18f9e916d | InvocationID=f0f355ec-a120-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:37:17+0000 | aai_event_thread | 140390608538400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0f35308-a120-11ed-85e3-7ae18f9e916d | InvocationID=f0f355ec-a120-11ed-85e3-7ae18f9e916d | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:37:36+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed7fd908-a120-11ed-85e3-7ae18f9e916d | InvocationID=ed7fdb4c-a120-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:37:36+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc6ec88e-a120-11ed-85e3-7ae18f9e916d | InvocationID=fc6ecadc-a120-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:37:36+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc6ec88e-a120-11ed-85e3-7ae18f9e916d | InvocationID=fc6ecadc-a120-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:37:36+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc6ec88e-a120-11ed-85e3-7ae18f9e916d | InvocationID=fc6ecadc-a120-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:37:37+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0f35308-a120-11ed-85e3-7ae18f9e916d | InvocationID=f0f355ec-a120-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:37:37+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fce9a89c-a120-11ed-85e3-7ae18f9e916d | InvocationID=fce9ab3a-a120-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:37:37+0000 | aai_event_thread | 140390608538400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fce9a89c-a120-11ed-85e3-7ae18f9e916d | InvocationID=fce9ab3a-a120-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:37:37+0000 | aai_event_thread | 140390608538400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fce9a89c-a120-11ed-85e3-7ae18f9e916d | InvocationID=fce9ab3a-a120-11ed-85e3-7ae18f9e916d | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:37:57+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fce9a89c-a120-11ed-85e3-7ae18f9e916d | InvocationID=fce9ab3a-a120-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:37:57+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08ed312c-a121-11ed-85e3-7ae18f9e916d | InvocationID=08ed33c0-a121-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:37:57+0000 | aai_event_thread | 140390608538400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08ed312c-a121-11ed-85e3-7ae18f9e916d | InvocationID=08ed33c0-a121-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:37:57+0000 | aai_event_thread | 140390608538400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08ed312c-a121-11ed-85e3-7ae18f9e916d | InvocationID=08ed33c0-a121-11ed-85e3-7ae18f9e916d | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:38:01+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc6ec88e-a120-11ed-85e3-7ae18f9e916d | InvocationID=fc6ecadc-a120-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:38:01+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b682362-a121-11ed-85e3-7ae18f9e916d | InvocationID=0b68268c-a121-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:38:01+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b682362-a121-11ed-85e3-7ae18f9e916d | InvocationID=0b68268c-a121-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:38:01+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b682362-a121-11ed-85e3-7ae18f9e916d | InvocationID=0b68268c-a121-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:38:17+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08ed312c-a121-11ed-85e3-7ae18f9e916d | InvocationID=08ed33c0-a121-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:38:17+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14e58ad8-a121-11ed-85e3-7ae18f9e916d | InvocationID=14e58d4e-a121-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:38:17+0000 | aai_event_thread | 140390608538400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14e58ad8-a121-11ed-85e3-7ae18f9e916d | InvocationID=14e58d4e-a121-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:38:17+0000 | aai_event_thread | 140390608538400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=14e58ad8-a121-11ed-85e3-7ae18f9e916d | InvocationID=14e58d4e-a121-11ed-85e3-7ae18f9e916d | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:38:26+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b682362-a121-11ed-85e3-7ae18f9e916d | InvocationID=0b68268c-a121-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:38:26+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a616388-a121-11ed-85e3-7ae18f9e916d | InvocationID=1a6169f0-a121-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:38:26+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a616388-a121-11ed-85e3-7ae18f9e916d | InvocationID=1a6169f0-a121-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:38:26+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a616388-a121-11ed-85e3-7ae18f9e916d | InvocationID=1a6169f0-a121-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:38:37+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=14e58ad8-a121-11ed-85e3-7ae18f9e916d | InvocationID=14e58d4e-a121-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:38:37+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20e6287e-a121-11ed-85e3-7ae18f9e916d | InvocationID=20e6304e-a121-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:38:37+0000 | aai_event_thread | 140390608538400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20e6287e-a121-11ed-85e3-7ae18f9e916d | InvocationID=20e6304e-a121-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:38:37+0000 | aai_event_thread | 140390608538400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=20e6287e-a121-11ed-85e3-7ae18f9e916d | InvocationID=20e6304e-a121-11ed-85e3-7ae18f9e916d | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:38:51+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a616388-a121-11ed-85e3-7ae18f9e916d | InvocationID=1a6169f0-a121-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:38:51+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2959ea90-a121-11ed-85e3-7ae18f9e916d | InvocationID=295a0a3e-a121-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:38:52+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2959ea90-a121-11ed-85e3-7ae18f9e916d | InvocationID=295a0a3e-a121-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:38:52+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2959ea90-a121-11ed-85e3-7ae18f9e916d | InvocationID=295a0a3e-a121-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:38:57+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=20e6287e-a121-11ed-85e3-7ae18f9e916d | InvocationID=20e6304e-a121-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:38:57+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cfb39c4-a121-11ed-85e3-7ae18f9e916d | InvocationID=2cfb3cc6-a121-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:38:58+0000 | aai_event_thread | 140390608538400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cfb39c4-a121-11ed-85e3-7ae18f9e916d | InvocationID=2cfb3cc6-a121-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:38:58+0000 | aai_event_thread | 140390608538400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2cfb39c4-a121-11ed-85e3-7ae18f9e916d | InvocationID=2cfb3cc6-a121-11ed-85e3-7ae18f9e916d | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:39:17+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2959ea90-a121-11ed-85e3-7ae18f9e916d | InvocationID=295a0a3e-a121-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:39:17+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3860d256-a121-11ed-85e3-7ae18f9e916d | InvocationID=3860d5bc-a121-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:39:17+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3860d256-a121-11ed-85e3-7ae18f9e916d | InvocationID=3860d5bc-a121-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:39:17+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3860d256-a121-11ed-85e3-7ae18f9e916d | InvocationID=3860d5bc-a121-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:39:18+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2cfb39c4-a121-11ed-85e3-7ae18f9e916d | InvocationID=2cfb3cc6-a121-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:39:18+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39077156-a121-11ed-85e3-7ae18f9e916d | InvocationID=390773c2-a121-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:39:18+0000 | aai_event_thread | 140390608538400 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39077156-a121-11ed-85e3-7ae18f9e916d | InvocationID=390773c2-a121-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:39:18+0000 | aai_event_thread | 140390608538400 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39077156-a121-11ed-85e3-7ae18f9e916d | InvocationID=390773c2-a121-11ed-85e3-7ae18f9e916d | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-01-31T04:39:38+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39077156-a121-11ed-85e3-7ae18f9e916d | InvocationID=390773c2-a121-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:39:38+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44ff19f0-a121-11ed-85e3-7ae18f9e916d | InvocationID=44ff1cfc-a121-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:39:42+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3860d256-a121-11ed-85e3-7ae18f9e916d | InvocationID=3860d5bc-a121-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:39:42+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4753991a-a121-11ed-85e3-7ae18f9e916d | InvocationID=4753b580-a121-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:39:42+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4753991a-a121-11ed-85e3-7ae18f9e916d | InvocationID=4753b580-a121-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:39:42+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4753991a-a121-11ed-85e3-7ae18f9e916d | InvocationID=4753b580-a121-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:40:02+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=44ff19f0-a121-11ed-85e3-7ae18f9e916d | InvocationID=44ff1cfc-a121-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:40:02+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53b2fc82-a121-11ed-85e3-7ae18f9e916d | InvocationID=53b2fe94-a121-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:40:07+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4753991a-a121-11ed-85e3-7ae18f9e916d | InvocationID=4753b580-a121-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:40:07+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=565fc47e-a121-11ed-85e3-7ae18f9e916d | InvocationID=565fd91e-a121-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:40:07+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=565fc47e-a121-11ed-85e3-7ae18f9e916d | InvocationID=565fd91e-a121-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:40:07+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=565fc47e-a121-11ed-85e3-7ae18f9e916d | InvocationID=565fd91e-a121-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:40:22+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=53b2fc82-a121-11ed-85e3-7ae18f9e916d | InvocationID=53b2fe94-a121-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:40:22+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fb1b0dc-a121-11ed-85e3-7ae18f9e916d | InvocationID=5fb1b384-a121-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:40:32+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=565fc47e-a121-11ed-85e3-7ae18f9e916d | InvocationID=565fd91e-a121-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:40:32+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6587a9e4-a121-11ed-85e3-7ae18f9e916d | InvocationID=6587abec-a121-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:40:32+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6587a9e4-a121-11ed-85e3-7ae18f9e916d | InvocationID=6587abec-a121-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:40:32+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6587a9e4-a121-11ed-85e3-7ae18f9e916d | InvocationID=6587abec-a121-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:40:43+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5fb1b0dc-a121-11ed-85e3-7ae18f9e916d | InvocationID=5fb1b384-a121-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:40:43+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bbe3e9a-a121-11ed-85e3-7ae18f9e916d | InvocationID=6bbe41d8-a121-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:40:57+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6587a9e4-a121-11ed-85e3-7ae18f9e916d | InvocationID=6587abec-a121-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:40:57+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=747eb5f0-a121-11ed-85e3-7ae18f9e916d | InvocationID=747ec1d0-a121-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:40:57+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=747eb5f0-a121-11ed-85e3-7ae18f9e916d | InvocationID=747ec1d0-a121-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:40:57+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=747eb5f0-a121-11ed-85e3-7ae18f9e916d | InvocationID=747ec1d0-a121-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:41:03+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6bbe3e9a-a121-11ed-85e3-7ae18f9e916d | InvocationID=6bbe41d8-a121-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:41:03+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77ccfb4a-a121-11ed-85e3-7ae18f9e916d | InvocationID=77ccfe6a-a121-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:41:22+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=747eb5f0-a121-11ed-85e3-7ae18f9e916d | InvocationID=747ec1d0-a121-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:41:22+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8373f20a-a121-11ed-85e3-7ae18f9e916d | InvocationID=8373f534-a121-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:41:23+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8373f20a-a121-11ed-85e3-7ae18f9e916d | InvocationID=8373f534-a121-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:41:23+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8373f20a-a121-11ed-85e3-7ae18f9e916d | InvocationID=8373f534-a121-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:41:23+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=77ccfb4a-a121-11ed-85e3-7ae18f9e916d | InvocationID=77ccfe6a-a121-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:41:23+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83f3cf84-a121-11ed-85e3-7ae18f9e916d | InvocationID=83f3d272-a121-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:41:44+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83f3cf84-a121-11ed-85e3-7ae18f9e916d | InvocationID=83f3d272-a121-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:41:44+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90653488-a121-11ed-85e3-7ae18f9e916d | InvocationID=90653686-a121-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:41:48+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8373f20a-a121-11ed-85e3-7ae18f9e916d | InvocationID=8373f534-a121-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:41:48+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9284e16e-a121-11ed-85e3-7ae18f9e916d | InvocationID=9284e36c-a121-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:41:48+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9284e16e-a121-11ed-85e3-7ae18f9e916d | InvocationID=9284e36c-a121-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:41:48+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9284e16e-a121-11ed-85e3-7ae18f9e916d | InvocationID=9284e36c-a121-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:42:09+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90653488-a121-11ed-85e3-7ae18f9e916d | InvocationID=90653686-a121-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:42:09+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f33c772-a121-11ed-85e3-7ae18f9e916d | InvocationID=9f33d208-a121-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:42:13+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9284e16e-a121-11ed-85e3-7ae18f9e916d | InvocationID=9284e36c-a121-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:42:13+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a174f628-a121-11ed-85e3-7ae18f9e916d | InvocationID=a174f84e-a121-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:42:13+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a174f628-a121-11ed-85e3-7ae18f9e916d | InvocationID=a174f84e-a121-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:42:13+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a174f628-a121-11ed-85e3-7ae18f9e916d | InvocationID=a174f84e-a121-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:42:34+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f33c772-a121-11ed-85e3-7ae18f9e916d | InvocationID=9f33d208-a121-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:42:34+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae014266-a121-11ed-85e3-7ae18f9e916d | InvocationID=ae014540-a121-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:42:38+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a174f628-a121-11ed-85e3-7ae18f9e916d | InvocationID=a174f84e-a121-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:42:38+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0671e5e-a121-11ed-85e3-7ae18f9e916d | InvocationID=b067208e-a121-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:42:38+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0671e5e-a121-11ed-85e3-7ae18f9e916d | InvocationID=b067208e-a121-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:42:38+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0671e5e-a121-11ed-85e3-7ae18f9e916d | InvocationID=b067208e-a121-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:42:59+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae014266-a121-11ed-85e3-7ae18f9e916d | InvocationID=ae014540-a121-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:42:59+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bccef036-a121-11ed-85e3-7ae18f9e916d | InvocationID=bccef2b6-a121-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:43:03+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0671e5e-a121-11ed-85e3-7ae18f9e916d | InvocationID=b067208e-a121-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:43:03+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf663e4e-a121-11ed-85e3-7ae18f9e916d | InvocationID=bf66460a-a121-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:43:03+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf663e4e-a121-11ed-85e3-7ae18f9e916d | InvocationID=bf66460a-a121-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:43:03+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf663e4e-a121-11ed-85e3-7ae18f9e916d | InvocationID=bf66460a-a121-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:43:24+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bccef036-a121-11ed-85e3-7ae18f9e916d | InvocationID=bccef2b6-a121-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:43:24+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb9b3200-a121-11ed-85e3-7ae18f9e916d | InvocationID=cb9b36f6-a121-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:43:28+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf663e4e-a121-11ed-85e3-7ae18f9e916d | InvocationID=bf66460a-a121-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:43:28+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce61d638-a121-11ed-85e3-7ae18f9e916d | InvocationID=ce61d886-a121-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:43:28+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce61d638-a121-11ed-85e3-7ae18f9e916d | InvocationID=ce61d886-a121-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:43:28+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce61d638-a121-11ed-85e3-7ae18f9e916d | InvocationID=ce61d886-a121-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:43:48+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb9b3200-a121-11ed-85e3-7ae18f9e916d | InvocationID=cb9b36f6-a121-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:43:48+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da6e588e-a121-11ed-85e3-7ae18f9e916d | InvocationID=da6e5d0c-a121-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:43:53+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce61d638-a121-11ed-85e3-7ae18f9e916d | InvocationID=ce61d886-a121-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:43:53+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd5336b4-a121-11ed-85e3-7ae18f9e916d | InvocationID=dd53398e-a121-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:43:53+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd5336b4-a121-11ed-85e3-7ae18f9e916d | InvocationID=dd53398e-a121-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:43:53+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd5336b4-a121-11ed-85e3-7ae18f9e916d | InvocationID=dd53398e-a121-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:44:13+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da6e588e-a121-11ed-85e3-7ae18f9e916d | InvocationID=da6e5d0c-a121-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:44:13+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e94c253e-a121-11ed-85e3-7ae18f9e916d | InvocationID=e94c2822-a121-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:44:18+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd5336b4-a121-11ed-85e3-7ae18f9e916d | InvocationID=dd53398e-a121-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:44:18+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec466312-a121-11ed-85e3-7ae18f9e916d | InvocationID=ec4666a0-a121-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:44:19+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec466312-a121-11ed-85e3-7ae18f9e916d | InvocationID=ec4666a0-a121-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:44:19+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec466312-a121-11ed-85e3-7ae18f9e916d | InvocationID=ec4666a0-a121-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:44:38+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e94c253e-a121-11ed-85e3-7ae18f9e916d | InvocationID=e94c2822-a121-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:44:38+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f81ce968-a121-11ed-85e3-7ae18f9e916d | InvocationID=f81cecd8-a121-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:44:44+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec466312-a121-11ed-85e3-7ae18f9e916d | InvocationID=ec4666a0-a121-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:44:44+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb46e5bc-a121-11ed-85e3-7ae18f9e916d | InvocationID=fb46e86e-a121-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:44:44+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb46e5bc-a121-11ed-85e3-7ae18f9e916d | InvocationID=fb46e86e-a121-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:44:44+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb46e5bc-a121-11ed-85e3-7ae18f9e916d | InvocationID=fb46e86e-a121-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:45:03+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f81ce968-a121-11ed-85e3-7ae18f9e916d | InvocationID=f81cecd8-a121-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:45:03+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06ef947c-a122-11ed-85e3-7ae18f9e916d | InvocationID=06ef9788-a122-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:45:09+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb46e5bc-a121-11ed-85e3-7ae18f9e916d | InvocationID=fb46e86e-a121-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:45:09+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a4a6160-a122-11ed-85e3-7ae18f9e916d | InvocationID=0a4a6458-a122-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:45:09+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a4a6160-a122-11ed-85e3-7ae18f9e916d | InvocationID=0a4a6458-a122-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:45:09+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a4a6160-a122-11ed-85e3-7ae18f9e916d | InvocationID=0a4a6458-a122-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:45:28+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=06ef947c-a122-11ed-85e3-7ae18f9e916d | InvocationID=06ef9788-a122-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:45:28+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15c6cb96-a122-11ed-85e3-7ae18f9e916d | InvocationID=15c6cfba-a122-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:45:34+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a4a6160-a122-11ed-85e3-7ae18f9e916d | InvocationID=0a4a6458-a122-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:45:34+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=193c5a66-a122-11ed-85e3-7ae18f9e916d | InvocationID=193c5cdc-a122-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:45:34+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=193c5a66-a122-11ed-85e3-7ae18f9e916d | InvocationID=193c5cdc-a122-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:45:34+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=193c5a66-a122-11ed-85e3-7ae18f9e916d | InvocationID=193c5cdc-a122-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:45:53+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=15c6cb96-a122-11ed-85e3-7ae18f9e916d | InvocationID=15c6cfba-a122-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:45:53+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2491b776-a122-11ed-85e3-7ae18f9e916d | InvocationID=2491be2e-a122-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:45:59+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=193c5a66-a122-11ed-85e3-7ae18f9e916d | InvocationID=193c5cdc-a122-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:45:59+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=282c9c70-a122-11ed-85e3-7ae18f9e916d | InvocationID=282c9f54-a122-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:45:59+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=282c9c70-a122-11ed-85e3-7ae18f9e916d | InvocationID=282c9f54-a122-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:45:59+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=282c9c70-a122-11ed-85e3-7ae18f9e916d | InvocationID=282c9f54-a122-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:46:18+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2491b776-a122-11ed-85e3-7ae18f9e916d | InvocationID=2491be2e-a122-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:46:18+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=335b9aa6-a122-11ed-85e3-7ae18f9e916d | InvocationID=335b9d6c-a122-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:46:24+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=282c9c70-a122-11ed-85e3-7ae18f9e916d | InvocationID=282c9f54-a122-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:46:24+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=371b5d3e-a122-11ed-85e3-7ae18f9e916d | InvocationID=371b5f50-a122-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:46:24+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=371b5d3e-a122-11ed-85e3-7ae18f9e916d | InvocationID=371b5f50-a122-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:46:24+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=371b5d3e-a122-11ed-85e3-7ae18f9e916d | InvocationID=371b5f50-a122-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:46:43+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=335b9aa6-a122-11ed-85e3-7ae18f9e916d | InvocationID=335b9d6c-a122-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:46:43+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=424e1f34-a122-11ed-85e3-7ae18f9e916d | InvocationID=424e21dc-a122-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:46:49+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=371b5d3e-a122-11ed-85e3-7ae18f9e916d | InvocationID=371b5f50-a122-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:46:49+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=460c9ccc-a122-11ed-85e3-7ae18f9e916d | InvocationID=460ca05a-a122-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:46:49+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=460c9ccc-a122-11ed-85e3-7ae18f9e916d | InvocationID=460ca05a-a122-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:46:49+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=460c9ccc-a122-11ed-85e3-7ae18f9e916d | InvocationID=460ca05a-a122-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:47:07+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=424e1f34-a122-11ed-85e3-7ae18f9e916d | InvocationID=424e21dc-a122-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:47:07+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5115bd88-a122-11ed-85e3-7ae18f9e916d | InvocationID=5115c0d0-a122-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:47:14+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=460c9ccc-a122-11ed-85e3-7ae18f9e916d | InvocationID=460ca05a-a122-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:47:14+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55033c36-a122-11ed-85e3-7ae18f9e916d | InvocationID=55033ed4-a122-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:47:14+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55033c36-a122-11ed-85e3-7ae18f9e916d | InvocationID=55033ed4-a122-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:47:14+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55033c36-a122-11ed-85e3-7ae18f9e916d | InvocationID=55033ed4-a122-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:47:32+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5115bd88-a122-11ed-85e3-7ae18f9e916d | InvocationID=5115c0d0-a122-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:47:32+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fea521a-a122-11ed-85e3-7ae18f9e916d | InvocationID=5fea5558-a122-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:47:39+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55033c36-a122-11ed-85e3-7ae18f9e916d | InvocationID=55033ed4-a122-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:47:39+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63f25682-a122-11ed-85e3-7ae18f9e916d | InvocationID=63f258a8-a122-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:47:39+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63f25682-a122-11ed-85e3-7ae18f9e916d | InvocationID=63f258a8-a122-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:47:39+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63f25682-a122-11ed-85e3-7ae18f9e916d | InvocationID=63f258a8-a122-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:47:57+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5fea521a-a122-11ed-85e3-7ae18f9e916d | InvocationID=5fea5558-a122-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:47:57+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6eb67b0c-a122-11ed-85e3-7ae18f9e916d | InvocationID=6eb67e68-a122-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:48:04+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63f25682-a122-11ed-85e3-7ae18f9e916d | InvocationID=63f258a8-a122-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:48:04+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72ef216a-a122-11ed-85e3-7ae18f9e916d | InvocationID=72ef2354-a122-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:48:04+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72ef216a-a122-11ed-85e3-7ae18f9e916d | InvocationID=72ef2354-a122-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:48:04+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72ef216a-a122-11ed-85e3-7ae18f9e916d | InvocationID=72ef2354-a122-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:48:22+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6eb67b0c-a122-11ed-85e3-7ae18f9e916d | InvocationID=6eb67e68-a122-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:48:22+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d842350-a122-11ed-85e3-7ae18f9e916d | InvocationID=7d84265c-a122-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:48:29+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72ef216a-a122-11ed-85e3-7ae18f9e916d | InvocationID=72ef2354-a122-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:48:29+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81e7f002-a122-11ed-85e3-7ae18f9e916d | InvocationID=81e7f32c-a122-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:48:29+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81e7f002-a122-11ed-85e3-7ae18f9e916d | InvocationID=81e7f32c-a122-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:48:29+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81e7f002-a122-11ed-85e3-7ae18f9e916d | InvocationID=81e7f32c-a122-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:48:47+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d842350-a122-11ed-85e3-7ae18f9e916d | InvocationID=7d84265c-a122-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:48:47+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c52dd04-a122-11ed-85e3-7ae18f9e916d | InvocationID=8c52e11e-a122-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:48:54+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81e7f002-a122-11ed-85e3-7ae18f9e916d | InvocationID=81e7f32c-a122-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:48:55+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90e1643a-a122-11ed-85e3-7ae18f9e916d | InvocationID=90e169a8-a122-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:48:55+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90e1643a-a122-11ed-85e3-7ae18f9e916d | InvocationID=90e169a8-a122-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:48:55+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90e1643a-a122-11ed-85e3-7ae18f9e916d | InvocationID=90e169a8-a122-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:49:12+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c52dd04-a122-11ed-85e3-7ae18f9e916d | InvocationID=8c52e11e-a122-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:49:12+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b1d65ca-a122-11ed-85e3-7ae18f9e916d | InvocationID=9b1d67d2-a122-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:49:20+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90e1643a-a122-11ed-85e3-7ae18f9e916d | InvocationID=90e169a8-a122-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:49:20+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fd226c8-a122-11ed-85e3-7ae18f9e916d | InvocationID=9fd228b2-a122-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:49:20+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fd226c8-a122-11ed-85e3-7ae18f9e916d | InvocationID=9fd228b2-a122-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:49:20+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9fd226c8-a122-11ed-85e3-7ae18f9e916d | InvocationID=9fd228b2-a122-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:49:37+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b1d65ca-a122-11ed-85e3-7ae18f9e916d | InvocationID=9b1d67d2-a122-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:49:37+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9fc53c6-a122-11ed-85e3-7ae18f9e916d | InvocationID=a9fc5704-a122-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:49:45+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9fd226c8-a122-11ed-85e3-7ae18f9e916d | InvocationID=9fd228b2-a122-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:49:45+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aec3e478-a122-11ed-85e3-7ae18f9e916d | InvocationID=aec3e694-a122-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:49:45+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aec3e478-a122-11ed-85e3-7ae18f9e916d | InvocationID=aec3e694-a122-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:49:45+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aec3e478-a122-11ed-85e3-7ae18f9e916d | InvocationID=aec3e694-a122-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:50:01+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9fc53c6-a122-11ed-85e3-7ae18f9e916d | InvocationID=a9fc5704-a122-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:50:01+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8c4b506-a122-11ed-85e3-7ae18f9e916d | InvocationID=b8c4b952-a122-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:50:10+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aec3e478-a122-11ed-85e3-7ae18f9e916d | InvocationID=aec3e694-a122-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:50:10+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdb1e5c0-a122-11ed-85e3-7ae18f9e916d | InvocationID=bdb1ef5c-a122-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:50:10+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdb1e5c0-a122-11ed-85e3-7ae18f9e916d | InvocationID=bdb1ef5c-a122-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:50:10+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bdb1e5c0-a122-11ed-85e3-7ae18f9e916d | InvocationID=bdb1ef5c-a122-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:50:26+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b8c4b506-a122-11ed-85e3-7ae18f9e916d | InvocationID=b8c4b952-a122-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:50:26+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c794d6b0-a122-11ed-85e3-7ae18f9e916d | InvocationID=c794d9e4-a122-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:50:35+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bdb1e5c0-a122-11ed-85e3-7ae18f9e916d | InvocationID=bdb1ef5c-a122-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:50:35+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccbd32e0-a122-11ed-85e3-7ae18f9e916d | InvocationID=ccbd359c-a122-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:50:35+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccbd32e0-a122-11ed-85e3-7ae18f9e916d | InvocationID=ccbd359c-a122-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:50:35+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ccbd32e0-a122-11ed-85e3-7ae18f9e916d | InvocationID=ccbd359c-a122-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:50:51+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c794d6b0-a122-11ed-85e3-7ae18f9e916d | InvocationID=c794d9e4-a122-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:50:51+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6603ce8-a122-11ed-85e3-7ae18f9e916d | InvocationID=d6604274-a122-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:51:00+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ccbd32e0-a122-11ed-85e3-7ae18f9e916d | InvocationID=ccbd359c-a122-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:51:00+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbaf44f0-a122-11ed-85e3-7ae18f9e916d | InvocationID=dbaf4716-a122-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:51:00+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbaf44f0-a122-11ed-85e3-7ae18f9e916d | InvocationID=dbaf4716-a122-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:51:00+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dbaf44f0-a122-11ed-85e3-7ae18f9e916d | InvocationID=dbaf4716-a122-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:51:16+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6603ce8-a122-11ed-85e3-7ae18f9e916d | InvocationID=d6604274-a122-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:51:16+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5365658-a122-11ed-85e3-7ae18f9e916d | InvocationID=e53658a6-a122-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:51:25+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dbaf44f0-a122-11ed-85e3-7ae18f9e916d | InvocationID=dbaf4716-a122-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:51:25+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea9faed2-a122-11ed-85e3-7ae18f9e916d | InvocationID=ea9fb12a-a122-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:51:25+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea9faed2-a122-11ed-85e3-7ae18f9e916d | InvocationID=ea9fb12a-a122-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:51:25+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea9faed2-a122-11ed-85e3-7ae18f9e916d | InvocationID=ea9fb12a-a122-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:51:41+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e5365658-a122-11ed-85e3-7ae18f9e916d | InvocationID=e53658a6-a122-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:51:41+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4121a54-a122-11ed-85e3-7ae18f9e916d | InvocationID=f4121c5c-a122-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:51:50+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea9faed2-a122-11ed-85e3-7ae18f9e916d | InvocationID=ea9fb12a-a122-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:51:50+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f98f15b8-a122-11ed-85e3-7ae18f9e916d | InvocationID=f98f25d0-a122-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:51:50+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f98f15b8-a122-11ed-85e3-7ae18f9e916d | InvocationID=f98f25d0-a122-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:51:50+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f98f15b8-a122-11ed-85e3-7ae18f9e916d | InvocationID=f98f25d0-a122-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:52:06+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f4121a54-a122-11ed-85e3-7ae18f9e916d | InvocationID=f4121c5c-a122-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:52:06+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02fcde0a-a123-11ed-85e3-7ae18f9e916d | InvocationID=02fce3be-a123-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:52:15+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f98f15b8-a122-11ed-85e3-7ae18f9e916d | InvocationID=f98f25d0-a122-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:52:15+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08829108-a123-11ed-85e3-7ae18f9e916d | InvocationID=088293c4-a123-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:52:15+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08829108-a123-11ed-85e3-7ae18f9e916d | InvocationID=088293c4-a123-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:52:15+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08829108-a123-11ed-85e3-7ae18f9e916d | InvocationID=088293c4-a123-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:52:31+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=02fcde0a-a123-11ed-85e3-7ae18f9e916d | InvocationID=02fce3be-a123-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:52:31+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11d1c1f2-a123-11ed-85e3-7ae18f9e916d | InvocationID=11d1c85a-a123-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:52:40+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08829108-a123-11ed-85e3-7ae18f9e916d | InvocationID=088293c4-a123-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:52:40+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=177525f4-a123-11ed-85e3-7ae18f9e916d | InvocationID=17752aea-a123-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:52:40+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=177525f4-a123-11ed-85e3-7ae18f9e916d | InvocationID=17752aea-a123-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:52:40+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=177525f4-a123-11ed-85e3-7ae18f9e916d | InvocationID=17752aea-a123-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:52:56+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=11d1c1f2-a123-11ed-85e3-7ae18f9e916d | InvocationID=11d1c85a-a123-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:52:56+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20b041b2-a123-11ed-85e3-7ae18f9e916d | InvocationID=20b043ec-a123-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:53:05+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=177525f4-a123-11ed-85e3-7ae18f9e916d | InvocationID=17752aea-a123-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:53:05+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=266e6a8e-a123-11ed-85e3-7ae18f9e916d | InvocationID=266e6ce6-a123-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:53:05+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=266e6a8e-a123-11ed-85e3-7ae18f9e916d | InvocationID=266e6ce6-a123-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:53:05+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=266e6a8e-a123-11ed-85e3-7ae18f9e916d | InvocationID=266e6ce6-a123-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:53:21+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=20b041b2-a123-11ed-85e3-7ae18f9e916d | InvocationID=20b043ec-a123-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:53:21+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f99060a-a123-11ed-85e3-7ae18f9e916d | InvocationID=2f990984-a123-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:53:30+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=266e6a8e-a123-11ed-85e3-7ae18f9e916d | InvocationID=266e6ce6-a123-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:53:30+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=356313f0-a123-11ed-85e3-7ae18f9e916d | InvocationID=3563168e-a123-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:53:31+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=356313f0-a123-11ed-85e3-7ae18f9e916d | InvocationID=3563168e-a123-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:53:31+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=356313f0-a123-11ed-85e3-7ae18f9e916d | InvocationID=3563168e-a123-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:53:46+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2f99060a-a123-11ed-85e3-7ae18f9e916d | InvocationID=2f990984-a123-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:53:46+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e89206e-a123-11ed-85e3-7ae18f9e916d | InvocationID=3e89232a-a123-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:53:56+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=356313f0-a123-11ed-85e3-7ae18f9e916d | InvocationID=3563168e-a123-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:53:56+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4457871a-a123-11ed-85e3-7ae18f9e916d | InvocationID=4457899a-a123-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:53:56+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4457871a-a123-11ed-85e3-7ae18f9e916d | InvocationID=4457899a-a123-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:53:56+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4457871a-a123-11ed-85e3-7ae18f9e916d | InvocationID=4457899a-a123-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:54:11+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3e89206e-a123-11ed-85e3-7ae18f9e916d | InvocationID=3e89232a-a123-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:54:11+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d7c5d02-a123-11ed-85e3-7ae18f9e916d | InvocationID=4d7c5fa0-a123-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:54:21+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4457871a-a123-11ed-85e3-7ae18f9e916d | InvocationID=4457899a-a123-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:54:21+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=534c49f4-a123-11ed-85e3-7ae18f9e916d | InvocationID=534c4c74-a123-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:54:21+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=534c49f4-a123-11ed-85e3-7ae18f9e916d | InvocationID=534c4c74-a123-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:54:21+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=534c49f4-a123-11ed-85e3-7ae18f9e916d | InvocationID=534c4c74-a123-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:54:36+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d7c5d02-a123-11ed-85e3-7ae18f9e916d | InvocationID=4d7c5fa0-a123-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:54:36+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c60d438-a123-11ed-85e3-7ae18f9e916d | InvocationID=5c60d762-a123-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:54:46+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=534c49f4-a123-11ed-85e3-7ae18f9e916d | InvocationID=534c4c74-a123-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:54:46+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62401756-a123-11ed-85e3-7ae18f9e916d | InvocationID=62401a4e-a123-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:54:46+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62401756-a123-11ed-85e3-7ae18f9e916d | InvocationID=62401a4e-a123-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:54:46+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62401756-a123-11ed-85e3-7ae18f9e916d | InvocationID=62401a4e-a123-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:55:01+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c60d438-a123-11ed-85e3-7ae18f9e916d | InvocationID=5c60d762-a123-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:55:01+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b73ebd6-a123-11ed-85e3-7ae18f9e916d | InvocationID=6b73edde-a123-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:55:11+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62401756-a123-11ed-85e3-7ae18f9e916d | InvocationID=62401a4e-a123-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:55:11+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7138e26a-a123-11ed-85e3-7ae18f9e916d | InvocationID=7138e59e-a123-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:55:11+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7138e26a-a123-11ed-85e3-7ae18f9e916d | InvocationID=7138e59e-a123-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:55:11+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7138e26a-a123-11ed-85e3-7ae18f9e916d | InvocationID=7138e59e-a123-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:55:26+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b73ebd6-a123-11ed-85e3-7ae18f9e916d | InvocationID=6b73edde-a123-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:55:26+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a473a32-a123-11ed-85e3-7ae18f9e916d | InvocationID=7a473eba-a123-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:55:36+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7138e26a-a123-11ed-85e3-7ae18f9e916d | InvocationID=7138e59e-a123-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:55:36+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8032e8ce-a123-11ed-85e3-7ae18f9e916d | InvocationID=8032ec70-a123-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:55:36+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8032e8ce-a123-11ed-85e3-7ae18f9e916d | InvocationID=8032ec70-a123-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:55:36+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8032e8ce-a123-11ed-85e3-7ae18f9e916d | InvocationID=8032ec70-a123-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:55:51+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7a473a32-a123-11ed-85e3-7ae18f9e916d | InvocationID=7a473eba-a123-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:55:51+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=890bf634-a123-11ed-85e3-7ae18f9e916d | InvocationID=890bf846-a123-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:56:01+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8032e8ce-a123-11ed-85e3-7ae18f9e916d | InvocationID=8032ec70-a123-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:56:01+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f214db2-a123-11ed-85e3-7ae18f9e916d | InvocationID=8f21500a-a123-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:56:01+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f214db2-a123-11ed-85e3-7ae18f9e916d | InvocationID=8f21500a-a123-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:56:01+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f214db2-a123-11ed-85e3-7ae18f9e916d | InvocationID=8f21500a-a123-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:56:16+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=890bf634-a123-11ed-85e3-7ae18f9e916d | InvocationID=890bf846-a123-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:56:16+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97dc37a0-a123-11ed-85e3-7ae18f9e916d | InvocationID=97dc3a20-a123-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:56:26+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f214db2-a123-11ed-85e3-7ae18f9e916d | InvocationID=8f21500a-a123-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:56:26+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e14bab6-a123-11ed-85e3-7ae18f9e916d | InvocationID=9e14bcbe-a123-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:56:26+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e14bab6-a123-11ed-85e3-7ae18f9e916d | InvocationID=9e14bcbe-a123-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:56:26+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e14bab6-a123-11ed-85e3-7ae18f9e916d | InvocationID=9e14bcbe-a123-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:56:41+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=97dc37a0-a123-11ed-85e3-7ae18f9e916d | InvocationID=97dc3a20-a123-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:56:41+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6b06f12-a123-11ed-85e3-7ae18f9e916d | InvocationID=a6b071ba-a123-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:56:51+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e14bab6-a123-11ed-85e3-7ae18f9e916d | InvocationID=9e14bcbe-a123-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:56:51+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad04953c-a123-11ed-85e3-7ae18f9e916d | InvocationID=ad049e6a-a123-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:56:51+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad04953c-a123-11ed-85e3-7ae18f9e916d | InvocationID=ad049e6a-a123-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:56:51+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad04953c-a123-11ed-85e3-7ae18f9e916d | InvocationID=ad049e6a-a123-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:57:05+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a6b06f12-a123-11ed-85e3-7ae18f9e916d | InvocationID=a6b071ba-a123-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:57:05+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5806402-a123-11ed-85e3-7ae18f9e916d | InvocationID=b580670e-a123-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:57:16+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad04953c-a123-11ed-85e3-7ae18f9e916d | InvocationID=ad049e6a-a123-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:57:16+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbf4af82-a123-11ed-85e3-7ae18f9e916d | InvocationID=bbf4b23e-a123-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:57:16+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbf4af82-a123-11ed-85e3-7ae18f9e916d | InvocationID=bbf4b23e-a123-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:57:16+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bbf4af82-a123-11ed-85e3-7ae18f9e916d | InvocationID=bbf4b23e-a123-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:57:30+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5806402-a123-11ed-85e3-7ae18f9e916d | InvocationID=b580670e-a123-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:57:30+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c44882b2-a123-11ed-85e3-7ae18f9e916d | InvocationID=c44884ba-a123-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:57:41+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bbf4af82-a123-11ed-85e3-7ae18f9e916d | InvocationID=bbf4b23e-a123-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:57:41+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cae6ddee-a123-11ed-85e3-7ae18f9e916d | InvocationID=cae6e050-a123-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:57:41+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cae6ddee-a123-11ed-85e3-7ae18f9e916d | InvocationID=cae6e050-a123-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:57:41+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cae6ddee-a123-11ed-85e3-7ae18f9e916d | InvocationID=cae6e050-a123-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:57:55+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c44882b2-a123-11ed-85e3-7ae18f9e916d | InvocationID=c44884ba-a123-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:57:55+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3114e32-a123-11ed-85e3-7ae18f9e916d | InvocationID=d3116160-a123-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:58:06+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cae6ddee-a123-11ed-85e3-7ae18f9e916d | InvocationID=cae6e050-a123-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:58:06+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9dc1a30-a123-11ed-85e3-7ae18f9e916d | InvocationID=d9dc1c42-a123-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:58:06+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9dc1a30-a123-11ed-85e3-7ae18f9e916d | InvocationID=d9dc1c42-a123-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:58:07+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9dc1a30-a123-11ed-85e3-7ae18f9e916d | InvocationID=d9dc1c42-a123-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:58:20+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d3114e32-a123-11ed-85e3-7ae18f9e916d | InvocationID=d3116160-a123-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:58:20+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1e199bc-a123-11ed-85e3-7ae18f9e916d | InvocationID=e1e19c0a-a123-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:58:32+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9dc1a30-a123-11ed-85e3-7ae18f9e916d | InvocationID=d9dc1c42-a123-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:58:32+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8cd29f8-a123-11ed-85e3-7ae18f9e916d | InvocationID=e8cd2d5e-a123-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:58:32+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8cd29f8-a123-11ed-85e3-7ae18f9e916d | InvocationID=e8cd2d5e-a123-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:58:32+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8cd29f8-a123-11ed-85e3-7ae18f9e916d | InvocationID=e8cd2d5e-a123-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:58:45+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e1e199bc-a123-11ed-85e3-7ae18f9e916d | InvocationID=e1e19c0a-a123-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:58:45+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0add564-a123-11ed-85e3-7ae18f9e916d | InvocationID=f0add80c-a123-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:58:57+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8cd29f8-a123-11ed-85e3-7ae18f9e916d | InvocationID=e8cd2d5e-a123-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:58:57+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7c13d78-a123-11ed-85e3-7ae18f9e916d | InvocationID=f7c141ba-a123-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:58:57+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7c13d78-a123-11ed-85e3-7ae18f9e916d | InvocationID=f7c141ba-a123-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:58:57+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7c13d78-a123-11ed-85e3-7ae18f9e916d | InvocationID=f7c141ba-a123-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:59:10+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0add564-a123-11ed-85e3-7ae18f9e916d | InvocationID=f0add80c-a123-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:59:10+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff761e26-a123-11ed-85e3-7ae18f9e916d | InvocationID=ff7623bc-a123-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:59:22+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7c13d78-a123-11ed-85e3-7ae18f9e916d | InvocationID=f7c141ba-a123-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:59:22+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06b0198a-a124-11ed-85e3-7ae18f9e916d | InvocationID=06b01d18-a124-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:59:22+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06b0198a-a124-11ed-85e3-7ae18f9e916d | InvocationID=06b01d18-a124-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:59:22+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06b0198a-a124-11ed-85e3-7ae18f9e916d | InvocationID=06b01d18-a124-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:59:34+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ff761e26-a123-11ed-85e3-7ae18f9e916d | InvocationID=ff7623bc-a123-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:59:34+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e4b7d7e-a124-11ed-85e3-7ae18f9e916d | InvocationID=0e4b8044-a124-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T04:59:47+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06b0198a-a124-11ed-85e3-7ae18f9e916d | InvocationID=06b01d18-a124-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T04:59:47+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15a4997a-a124-11ed-85e3-7ae18f9e916d | InvocationID=15a49c36-a124-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T04:59:47+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15a4997a-a124-11ed-85e3-7ae18f9e916d | InvocationID=15a49c36-a124-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:59:47+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15a4997a-a124-11ed-85e3-7ae18f9e916d | InvocationID=15a49c36-a124-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T04:59:59+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e4b7d7e-a124-11ed-85e3-7ae18f9e916d | InvocationID=0e4b8044-a124-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T04:59:59+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d1d1b0a-a124-11ed-85e3-7ae18f9e916d | InvocationID=1d1d1d26-a124-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:00:12+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15a4997a-a124-11ed-85e3-7ae18f9e916d | InvocationID=15a49c36-a124-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:00:12+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=249bad6a-a124-11ed-85e3-7ae18f9e916d | InvocationID=249baff4-a124-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:00:12+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=249bad6a-a124-11ed-85e3-7ae18f9e916d | InvocationID=249baff4-a124-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:00:12+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=249bad6a-a124-11ed-85e3-7ae18f9e916d | InvocationID=249baff4-a124-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:00:24+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1d1d1b0a-a124-11ed-85e3-7ae18f9e916d | InvocationID=1d1d1d26-a124-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:00:24+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2bf19638-a124-11ed-85e3-7ae18f9e916d | InvocationID=2bf19872-a124-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:00:37+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=249bad6a-a124-11ed-85e3-7ae18f9e916d | InvocationID=249baff4-a124-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:00:37+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33937ed8-a124-11ed-85e3-7ae18f9e916d | InvocationID=33938220-a124-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:00:37+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33937ed8-a124-11ed-85e3-7ae18f9e916d | InvocationID=33938220-a124-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:00:37+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33937ed8-a124-11ed-85e3-7ae18f9e916d | InvocationID=33938220-a124-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:00:49+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2bf19638-a124-11ed-85e3-7ae18f9e916d | InvocationID=2bf19872-a124-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:00:49+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ac418ca-a124-11ed-85e3-7ae18f9e916d | InvocationID=3ac41b7c-a124-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:01:02+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33937ed8-a124-11ed-85e3-7ae18f9e916d | InvocationID=33938220-a124-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:01:02+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4284af0c-a124-11ed-85e3-7ae18f9e916d | InvocationID=4284b128-a124-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:01:02+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4284af0c-a124-11ed-85e3-7ae18f9e916d | InvocationID=4284b128-a124-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:01:02+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4284af0c-a124-11ed-85e3-7ae18f9e916d | InvocationID=4284b128-a124-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:01:14+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3ac418ca-a124-11ed-85e3-7ae18f9e916d | InvocationID=3ac41b7c-a124-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:01:14+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=498e1734-a124-11ed-85e3-7ae18f9e916d | InvocationID=498e1964-a124-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:01:27+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4284af0c-a124-11ed-85e3-7ae18f9e916d | InvocationID=4284b128-a124-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:01:27+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5173ed7a-a124-11ed-85e3-7ae18f9e916d | InvocationID=5173f090-a124-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:01:27+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5173ed7a-a124-11ed-85e3-7ae18f9e916d | InvocationID=5173f090-a124-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:01:27+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5173ed7a-a124-11ed-85e3-7ae18f9e916d | InvocationID=5173f090-a124-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:01:39+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=498e1734-a124-11ed-85e3-7ae18f9e916d | InvocationID=498e1964-a124-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:01:39+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=585db062-a124-11ed-85e3-7ae18f9e916d | InvocationID=585db2d8-a124-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:01:52+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5173ed7a-a124-11ed-85e3-7ae18f9e916d | InvocationID=5173f090-a124-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:01:52+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6065eb9e-a124-11ed-85e3-7ae18f9e916d | InvocationID=6065ee64-a124-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:01:52+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6065eb9e-a124-11ed-85e3-7ae18f9e916d | InvocationID=6065ee64-a124-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:01:52+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6065eb9e-a124-11ed-85e3-7ae18f9e916d | InvocationID=6065ee64-a124-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:02:04+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=585db062-a124-11ed-85e3-7ae18f9e916d | InvocationID=585db2d8-a124-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:02:04+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=672bf63a-a124-11ed-85e3-7ae18f9e916d | InvocationID=672bf8ba-a124-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:02:17+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6065eb9e-a124-11ed-85e3-7ae18f9e916d | InvocationID=6065ee64-a124-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:02:17+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f559596-a124-11ed-85e3-7ae18f9e916d | InvocationID=6f559834-a124-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:02:17+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f559596-a124-11ed-85e3-7ae18f9e916d | InvocationID=6f559834-a124-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:02:17+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f559596-a124-11ed-85e3-7ae18f9e916d | InvocationID=6f559834-a124-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:02:28+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=672bf63a-a124-11ed-85e3-7ae18f9e916d | InvocationID=672bf8ba-a124-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:02:28+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75f815c2-a124-11ed-85e3-7ae18f9e916d | InvocationID=75f8184c-a124-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:02:42+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f559596-a124-11ed-85e3-7ae18f9e916d | InvocationID=6f559834-a124-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:02:42+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e4430b2-a124-11ed-85e3-7ae18f9e916d | InvocationID=7e4432ec-a124-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:02:42+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e4430b2-a124-11ed-85e3-7ae18f9e916d | InvocationID=7e4432ec-a124-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:02:42+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e4430b2-a124-11ed-85e3-7ae18f9e916d | InvocationID=7e4432ec-a124-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:02:53+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=75f815c2-a124-11ed-85e3-7ae18f9e916d | InvocationID=75f8184c-a124-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:02:53+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84c15a46-a124-11ed-85e3-7ae18f9e916d | InvocationID=84c15c58-a124-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:03:07+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e4430b2-a124-11ed-85e3-7ae18f9e916d | InvocationID=7e4432ec-a124-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:03:07+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d32fcac-a124-11ed-85e3-7ae18f9e916d | InvocationID=8d32ffc2-a124-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:03:07+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d32fcac-a124-11ed-85e3-7ae18f9e916d | InvocationID=8d32ffc2-a124-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:03:07+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d32fcac-a124-11ed-85e3-7ae18f9e916d | InvocationID=8d32ffc2-a124-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:03:18+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=84c15a46-a124-11ed-85e3-7ae18f9e916d | InvocationID=84c15c58-a124-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:03:18+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93895fc4-a124-11ed-85e3-7ae18f9e916d | InvocationID=938961f4-a124-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:03:32+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d32fcac-a124-11ed-85e3-7ae18f9e916d | InvocationID=8d32ffc2-a124-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:03:32+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c26ddbe-a124-11ed-85e3-7ae18f9e916d | InvocationID=9c26e264-a124-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:03:32+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c26ddbe-a124-11ed-85e3-7ae18f9e916d | InvocationID=9c26e264-a124-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:03:32+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c26ddbe-a124-11ed-85e3-7ae18f9e916d | InvocationID=9c26e264-a124-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:03:43+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=93895fc4-a124-11ed-85e3-7ae18f9e916d | InvocationID=938961f4-a124-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:03:43+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a25acd80-a124-11ed-85e3-7ae18f9e916d | InvocationID=a25ad00a-a124-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:03:57+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c26ddbe-a124-11ed-85e3-7ae18f9e916d | InvocationID=9c26e264-a124-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:03:57+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab1a0148-a124-11ed-85e3-7ae18f9e916d | InvocationID=ab1a03aa-a124-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:03:58+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab1a0148-a124-11ed-85e3-7ae18f9e916d | InvocationID=ab1a03aa-a124-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:03:58+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab1a0148-a124-11ed-85e3-7ae18f9e916d | InvocationID=ab1a03aa-a124-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:04:08+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a25acd80-a124-11ed-85e3-7ae18f9e916d | InvocationID=a25ad00a-a124-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:04:08+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1252d4c-a124-11ed-85e3-7ae18f9e916d | InvocationID=b1252fc2-a124-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:04:23+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab1a0148-a124-11ed-85e3-7ae18f9e916d | InvocationID=ab1a03aa-a124-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:04:23+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba090dca-a124-11ed-85e3-7ae18f9e916d | InvocationID=ba0910c2-a124-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:04:23+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba090dca-a124-11ed-85e3-7ae18f9e916d | InvocationID=ba0910c2-a124-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:04:23+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba090dca-a124-11ed-85e3-7ae18f9e916d | InvocationID=ba0910c2-a124-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:04:32+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b1252d4c-a124-11ed-85e3-7ae18f9e916d | InvocationID=b1252fc2-a124-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:04:32+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bff29260-a124-11ed-85e3-7ae18f9e916d | InvocationID=bff29576-a124-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:04:48+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba090dca-a124-11ed-85e3-7ae18f9e916d | InvocationID=ba0910c2-a124-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:04:48+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8f84742-a124-11ed-85e3-7ae18f9e916d | InvocationID=c8f84986-a124-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:04:48+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8f84742-a124-11ed-85e3-7ae18f9e916d | InvocationID=c8f84986-a124-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:04:48+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8f84742-a124-11ed-85e3-7ae18f9e916d | InvocationID=c8f84986-a124-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:04:57+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bff29260-a124-11ed-85e3-7ae18f9e916d | InvocationID=bff29576-a124-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:04:57+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cebb503e-a124-11ed-85e3-7ae18f9e916d | InvocationID=cebb52b4-a124-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:05:13+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8f84742-a124-11ed-85e3-7ae18f9e916d | InvocationID=c8f84986-a124-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:05:13+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7e7104e-a124-11ed-85e3-7ae18f9e916d | InvocationID=d7e71274-a124-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:05:13+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7e7104e-a124-11ed-85e3-7ae18f9e916d | InvocationID=d7e71274-a124-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:05:13+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7e7104e-a124-11ed-85e3-7ae18f9e916d | InvocationID=d7e71274-a124-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:05:22+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cebb503e-a124-11ed-85e3-7ae18f9e916d | InvocationID=cebb52b4-a124-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:05:22+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd856320-a124-11ed-85e3-7ae18f9e916d | InvocationID=dd8566fe-a124-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:05:38+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7e7104e-a124-11ed-85e3-7ae18f9e916d | InvocationID=d7e71274-a124-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:05:38+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6d44ed2-a124-11ed-85e3-7ae18f9e916d | InvocationID=e6d4526a-a124-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:05:38+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6d44ed2-a124-11ed-85e3-7ae18f9e916d | InvocationID=e6d4526a-a124-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:05:38+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6d44ed2-a124-11ed-85e3-7ae18f9e916d | InvocationID=e6d4526a-a124-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:05:47+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dd856320-a124-11ed-85e3-7ae18f9e916d | InvocationID=dd8566fe-a124-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:05:47+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec568078-a124-11ed-85e3-7ae18f9e916d | InvocationID=ec5683d4-a124-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:06:03+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6d44ed2-a124-11ed-85e3-7ae18f9e916d | InvocationID=e6d4526a-a124-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:06:03+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5d1ce96-a124-11ed-85e3-7ae18f9e916d | InvocationID=f5d1d094-a124-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:06:03+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5d1ce96-a124-11ed-85e3-7ae18f9e916d | InvocationID=f5d1d094-a124-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:06:03+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5d1ce96-a124-11ed-85e3-7ae18f9e916d | InvocationID=f5d1d094-a124-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:06:12+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec568078-a124-11ed-85e3-7ae18f9e916d | InvocationID=ec5683d4-a124-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:06:12+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb225910-a124-11ed-85e3-7ae18f9e916d | InvocationID=fb225c44-a124-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:06:28+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5d1ce96-a124-11ed-85e3-7ae18f9e916d | InvocationID=f5d1d094-a124-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:06:28+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04bf4190-a125-11ed-85e3-7ae18f9e916d | InvocationID=04bf44a6-a125-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:06:28+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04bf4190-a125-11ed-85e3-7ae18f9e916d | InvocationID=04bf44a6-a125-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:06:28+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04bf4190-a125-11ed-85e3-7ae18f9e916d | InvocationID=04bf44a6-a125-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:06:37+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fb225910-a124-11ed-85e3-7ae18f9e916d | InvocationID=fb225c44-a124-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:06:37+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09f2db40-a125-11ed-85e3-7ae18f9e916d | InvocationID=09f2dffa-a125-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:06:53+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04bf4190-a125-11ed-85e3-7ae18f9e916d | InvocationID=04bf44a6-a125-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:06:53+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13af9c0e-a125-11ed-85e3-7ae18f9e916d | InvocationID=13af9fc4-a125-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:06:53+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13af9c0e-a125-11ed-85e3-7ae18f9e916d | InvocationID=13af9fc4-a125-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:06:53+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13af9c0e-a125-11ed-85e3-7ae18f9e916d | InvocationID=13af9fc4-a125-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:07:01+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09f2db40-a125-11ed-85e3-7ae18f9e916d | InvocationID=09f2dffa-a125-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:07:01+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18bf1882-a125-11ed-85e3-7ae18f9e916d | InvocationID=18bf1bd4-a125-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:07:18+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13af9c0e-a125-11ed-85e3-7ae18f9e916d | InvocationID=13af9fc4-a125-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:07:18+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22a089bc-a125-11ed-85e3-7ae18f9e916d | InvocationID=22a08d2c-a125-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:07:18+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22a089bc-a125-11ed-85e3-7ae18f9e916d | InvocationID=22a08d2c-a125-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:07:18+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22a089bc-a125-11ed-85e3-7ae18f9e916d | InvocationID=22a08d2c-a125-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:07:26+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=18bf1882-a125-11ed-85e3-7ae18f9e916d | InvocationID=18bf1bd4-a125-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:07:26+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27885248-a125-11ed-85e3-7ae18f9e916d | InvocationID=278854b4-a125-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:07:43+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22a089bc-a125-11ed-85e3-7ae18f9e916d | InvocationID=22a08d2c-a125-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:07:43+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3190dfda-a125-11ed-85e3-7ae18f9e916d | InvocationID=3190e214-a125-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:07:43+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3190dfda-a125-11ed-85e3-7ae18f9e916d | InvocationID=3190e214-a125-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:07:43+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3190dfda-a125-11ed-85e3-7ae18f9e916d | InvocationID=3190e214-a125-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:07:51+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=27885248-a125-11ed-85e3-7ae18f9e916d | InvocationID=278854b4-a125-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:07:51+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3654ca36-a125-11ed-85e3-7ae18f9e916d | InvocationID=3654cd56-a125-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:08:08+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3190dfda-a125-11ed-85e3-7ae18f9e916d | InvocationID=3190e214-a125-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:08:08+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4089dd98-a125-11ed-85e3-7ae18f9e916d | InvocationID=4089e036-a125-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:08:08+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4089dd98-a125-11ed-85e3-7ae18f9e916d | InvocationID=4089e036-a125-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:08:08+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4089dd98-a125-11ed-85e3-7ae18f9e916d | InvocationID=4089e036-a125-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:08:16+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3654ca36-a125-11ed-85e3-7ae18f9e916d | InvocationID=3654cd56-a125-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:08:16+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4524a554-a125-11ed-85e3-7ae18f9e916d | InvocationID=4524aafe-a125-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:08:33+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4089dd98-a125-11ed-85e3-7ae18f9e916d | InvocationID=4089e036-a125-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:08:33+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f795f7c-a125-11ed-85e3-7ae18f9e916d | InvocationID=4f796210-a125-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:08:33+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f795f7c-a125-11ed-85e3-7ae18f9e916d | InvocationID=4f796210-a125-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:08:33+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f795f7c-a125-11ed-85e3-7ae18f9e916d | InvocationID=4f796210-a125-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:08:41+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4524a554-a125-11ed-85e3-7ae18f9e916d | InvocationID=4524aafe-a125-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:08:41+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53f29e42-a125-11ed-85e3-7ae18f9e916d | InvocationID=53f2a054-a125-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:08:58+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f795f7c-a125-11ed-85e3-7ae18f9e916d | InvocationID=4f796210-a125-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:08:58+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e690f64-a125-11ed-85e3-7ae18f9e916d | InvocationID=5e691568-a125-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:08:58+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e690f64-a125-11ed-85e3-7ae18f9e916d | InvocationID=5e691568-a125-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:08:58+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e690f64-a125-11ed-85e3-7ae18f9e916d | InvocationID=5e691568-a125-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:09:06+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=53f29e42-a125-11ed-85e3-7ae18f9e916d | InvocationID=53f2a054-a125-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:09:06+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62c7a3fe-a125-11ed-85e3-7ae18f9e916d | InvocationID=62c7a796-a125-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:09:23+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e690f64-a125-11ed-85e3-7ae18f9e916d | InvocationID=5e691568-a125-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:09:23+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d58be5c-a125-11ed-85e3-7ae18f9e916d | InvocationID=6d58c2b2-a125-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:09:23+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d58be5c-a125-11ed-85e3-7ae18f9e916d | InvocationID=6d58c2b2-a125-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:09:23+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d58be5c-a125-11ed-85e3-7ae18f9e916d | InvocationID=6d58c2b2-a125-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:09:30+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=62c7a3fe-a125-11ed-85e3-7ae18f9e916d | InvocationID=62c7a796-a125-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:09:30+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71936b20-a125-11ed-85e3-7ae18f9e916d | InvocationID=71936db4-a125-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:09:48+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d58be5c-a125-11ed-85e3-7ae18f9e916d | InvocationID=6d58c2b2-a125-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:09:48+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c48e8ba-a125-11ed-85e3-7ae18f9e916d | InvocationID=7c48eb30-a125-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:09:49+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c48e8ba-a125-11ed-85e3-7ae18f9e916d | InvocationID=7c48eb30-a125-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:09:49+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c48e8ba-a125-11ed-85e3-7ae18f9e916d | InvocationID=7c48eb30-a125-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:09:55+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=71936b20-a125-11ed-85e3-7ae18f9e916d | InvocationID=71936db4-a125-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:09:55+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=805f8f76-a125-11ed-85e3-7ae18f9e916d | InvocationID=805f9278-a125-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:10:14+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c48e8ba-a125-11ed-85e3-7ae18f9e916d | InvocationID=7c48eb30-a125-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:10:14+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b3b5074-a125-11ed-85e3-7ae18f9e916d | InvocationID=8b3b52ea-a125-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:10:14+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b3b5074-a125-11ed-85e3-7ae18f9e916d | InvocationID=8b3b52ea-a125-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:10:14+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b3b5074-a125-11ed-85e3-7ae18f9e916d | InvocationID=8b3b52ea-a125-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:10:20+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=805f8f76-a125-11ed-85e3-7ae18f9e916d | InvocationID=805f9278-a125-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:10:20+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f2c8356-a125-11ed-85e3-7ae18f9e916d | InvocationID=8f2c8644-a125-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:10:39+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b3b5074-a125-11ed-85e3-7ae18f9e916d | InvocationID=8b3b52ea-a125-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:10:39+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a30b182-a125-11ed-85e3-7ae18f9e916d | InvocationID=9a30b3bc-a125-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:10:39+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a30b182-a125-11ed-85e3-7ae18f9e916d | InvocationID=9a30b3bc-a125-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:10:39+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a30b182-a125-11ed-85e3-7ae18f9e916d | InvocationID=9a30b3bc-a125-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:10:45+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8f2c8356-a125-11ed-85e3-7ae18f9e916d | InvocationID=8f2c8644-a125-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:10:45+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9dfbc18a-a125-11ed-85e3-7ae18f9e916d | InvocationID=9dfbc626-a125-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:11:04+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a30b182-a125-11ed-85e3-7ae18f9e916d | InvocationID=9a30b3bc-a125-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:11:04+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9212668-a125-11ed-85e3-7ae18f9e916d | InvocationID=a9212a28-a125-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:11:04+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9212668-a125-11ed-85e3-7ae18f9e916d | InvocationID=a9212a28-a125-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:11:04+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9212668-a125-11ed-85e3-7ae18f9e916d | InvocationID=a9212a28-a125-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:11:10+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9dfbc18a-a125-11ed-85e3-7ae18f9e916d | InvocationID=9dfbc626-a125-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:11:10+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=accadca0-a125-11ed-85e3-7ae18f9e916d | InvocationID=accadeda-a125-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:11:29+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9212668-a125-11ed-85e3-7ae18f9e916d | InvocationID=a9212a28-a125-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:11:29+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b81338fa-a125-11ed-85e3-7ae18f9e916d | InvocationID=b8133b20-a125-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:11:29+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b81338fa-a125-11ed-85e3-7ae18f9e916d | InvocationID=b8133b20-a125-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:11:29+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b81338fa-a125-11ed-85e3-7ae18f9e916d | InvocationID=b8133b20-a125-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:11:35+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=accadca0-a125-11ed-85e3-7ae18f9e916d | InvocationID=accadeda-a125-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:11:35+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb9d28dc-a125-11ed-85e3-7ae18f9e916d | InvocationID=bb9d2b3e-a125-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:11:54+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b81338fa-a125-11ed-85e3-7ae18f9e916d | InvocationID=b8133b20-a125-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:11:54+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7044520-a125-11ed-85e3-7ae18f9e916d | InvocationID=c7044818-a125-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:11:54+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7044520-a125-11ed-85e3-7ae18f9e916d | InvocationID=c7044818-a125-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:11:54+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7044520-a125-11ed-85e3-7ae18f9e916d | InvocationID=c7044818-a125-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:12:00+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bb9d28dc-a125-11ed-85e3-7ae18f9e916d | InvocationID=bb9d2b3e-a125-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:12:00+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca6d887a-a125-11ed-85e3-7ae18f9e916d | InvocationID=ca6d8bb8-a125-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:12:19+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7044520-a125-11ed-85e3-7ae18f9e916d | InvocationID=c7044818-a125-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:12:19+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5f5de72-a125-11ed-85e3-7ae18f9e916d | InvocationID=d5f5e11a-a125-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:12:19+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5f5de72-a125-11ed-85e3-7ae18f9e916d | InvocationID=d5f5e11a-a125-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:12:19+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5f5de72-a125-11ed-85e3-7ae18f9e916d | InvocationID=d5f5e11a-a125-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:12:24+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ca6d887a-a125-11ed-85e3-7ae18f9e916d | InvocationID=ca6d8bb8-a125-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:12:24+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9378662-a125-11ed-85e3-7ae18f9e916d | InvocationID=d937898c-a125-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:12:44+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5f5de72-a125-11ed-85e3-7ae18f9e916d | InvocationID=d5f5e11a-a125-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:12:44+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4e97b6e-a125-11ed-85e3-7ae18f9e916d | InvocationID=e4e98082-a125-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:12:44+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4e97b6e-a125-11ed-85e3-7ae18f9e916d | InvocationID=e4e98082-a125-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:12:44+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4e97b6e-a125-11ed-85e3-7ae18f9e916d | InvocationID=e4e98082-a125-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:12:49+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d9378662-a125-11ed-85e3-7ae18f9e916d | InvocationID=d937898c-a125-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:12:49+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8064e62-a125-11ed-85e3-7ae18f9e916d | InvocationID=e8065128-a125-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:13:09+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4e97b6e-a125-11ed-85e3-7ae18f9e916d | InvocationID=e4e98082-a125-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:13:09+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3db0f3e-a125-11ed-85e3-7ae18f9e916d | InvocationID=f3db1218-a125-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:13:09+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3db0f3e-a125-11ed-85e3-7ae18f9e916d | InvocationID=f3db1218-a125-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:13:09+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3db0f3e-a125-11ed-85e3-7ae18f9e916d | InvocationID=f3db1218-a125-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:13:14+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e8064e62-a125-11ed-85e3-7ae18f9e916d | InvocationID=e8065128-a125-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:13:14+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6d69320-a125-11ed-85e3-7ae18f9e916d | InvocationID=f6d69528-a125-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:13:34+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3db0f3e-a125-11ed-85e3-7ae18f9e916d | InvocationID=f3db1218-a125-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:13:34+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02caf964-a126-11ed-85e3-7ae18f9e916d | InvocationID=02cafbee-a126-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:13:34+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02caf964-a126-11ed-85e3-7ae18f9e916d | InvocationID=02cafbee-a126-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:13:34+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02caf964-a126-11ed-85e3-7ae18f9e916d | InvocationID=02cafbee-a126-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:13:39+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f6d69320-a125-11ed-85e3-7ae18f9e916d | InvocationID=f6d69528-a125-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:13:39+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05a40c34-a126-11ed-85e3-7ae18f9e916d | InvocationID=05a40e50-a126-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:13:59+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02caf964-a126-11ed-85e3-7ae18f9e916d | InvocationID=02cafbee-a126-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:13:59+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11bf2cba-a126-11ed-85e3-7ae18f9e916d | InvocationID=11bf35ca-a126-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:13:59+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11bf2cba-a126-11ed-85e3-7ae18f9e916d | InvocationID=11bf35ca-a126-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:13:59+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11bf2cba-a126-11ed-85e3-7ae18f9e916d | InvocationID=11bf35ca-a126-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:14:04+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=05a40c34-a126-11ed-85e3-7ae18f9e916d | InvocationID=05a40e50-a126-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:14:04+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=146d2ff2-a126-11ed-85e3-7ae18f9e916d | InvocationID=146d343e-a126-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:14:24+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11bf2cba-a126-11ed-85e3-7ae18f9e916d | InvocationID=11bf35ca-a126-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:14:24+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20c2ccc6-a126-11ed-85e3-7ae18f9e916d | InvocationID=20c2d7ac-a126-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:14:24+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20c2ccc6-a126-11ed-85e3-7ae18f9e916d | InvocationID=20c2d7ac-a126-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:14:24+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20c2ccc6-a126-11ed-85e3-7ae18f9e916d | InvocationID=20c2d7ac-a126-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:14:29+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=146d2ff2-a126-11ed-85e3-7ae18f9e916d | InvocationID=146d343e-a126-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:14:29+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23382654-a126-11ed-85e3-7ae18f9e916d | InvocationID=2338389c-a126-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:14:49+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20c2ccc6-a126-11ed-85e3-7ae18f9e916d | InvocationID=20c2d7ac-a126-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:14:49+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fbad9b2-a126-11ed-85e3-7ae18f9e916d | InvocationID=2fbadfb6-a126-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:14:50+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fbad9b2-a126-11ed-85e3-7ae18f9e916d | InvocationID=2fbadfb6-a126-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:14:50+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2fbad9b2-a126-11ed-85e3-7ae18f9e916d | InvocationID=2fbadfb6-a126-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:14:53+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23382654-a126-11ed-85e3-7ae18f9e916d | InvocationID=2338389c-a126-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:14:53+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=320912b0-a126-11ed-85e3-7ae18f9e916d | InvocationID=320916f2-a126-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:15:15+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2fbad9b2-a126-11ed-85e3-7ae18f9e916d | InvocationID=2fbadfb6-a126-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:15:15+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3eaeea62-a126-11ed-85e3-7ae18f9e916d | InvocationID=3eaeed8c-a126-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:15:15+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3eaeea62-a126-11ed-85e3-7ae18f9e916d | InvocationID=3eaeed8c-a126-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:15:15+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3eaeea62-a126-11ed-85e3-7ae18f9e916d | InvocationID=3eaeed8c-a126-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:15:18+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=320912b0-a126-11ed-85e3-7ae18f9e916d | InvocationID=320916f2-a126-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:15:18+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40d40638-a126-11ed-85e3-7ae18f9e916d | InvocationID=40d40a84-a126-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:15:40+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3eaeea62-a126-11ed-85e3-7ae18f9e916d | InvocationID=3eaeed8c-a126-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:15:40+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d9ff516-a126-11ed-85e3-7ae18f9e916d | InvocationID=4d9ff7f0-a126-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:15:40+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d9ff516-a126-11ed-85e3-7ae18f9e916d | InvocationID=4d9ff7f0-a126-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:15:40+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d9ff516-a126-11ed-85e3-7ae18f9e916d | InvocationID=4d9ff7f0-a126-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:15:43+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=40d40638-a126-11ed-85e3-7ae18f9e916d | InvocationID=40d40a84-a126-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:15:43+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f9c7b5a-a126-11ed-85e3-7ae18f9e916d | InvocationID=4f9c7d58-a126-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:16:05+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d9ff516-a126-11ed-85e3-7ae18f9e916d | InvocationID=4d9ff7f0-a126-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:16:05+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c9498f6-a126-11ed-85e3-7ae18f9e916d | InvocationID=5c949ca2-a126-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:16:05+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c9498f6-a126-11ed-85e3-7ae18f9e916d | InvocationID=5c949ca2-a126-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:16:05+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c9498f6-a126-11ed-85e3-7ae18f9e916d | InvocationID=5c949ca2-a126-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:16:08+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4f9c7b5a-a126-11ed-85e3-7ae18f9e916d | InvocationID=4f9c7d58-a126-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:16:08+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e68c1a2-a126-11ed-85e3-7ae18f9e916d | InvocationID=5e68c45e-a126-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:16:30+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c9498f6-a126-11ed-85e3-7ae18f9e916d | InvocationID=5c949ca2-a126-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:16:30+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b8327e2-a126-11ed-85e3-7ae18f9e916d | InvocationID=6b832a76-a126-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:16:30+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b8327e2-a126-11ed-85e3-7ae18f9e916d | InvocationID=6b832a76-a126-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:16:30+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b8327e2-a126-11ed-85e3-7ae18f9e916d | InvocationID=6b832a76-a126-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:16:33+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5e68c1a2-a126-11ed-85e3-7ae18f9e916d | InvocationID=5e68c45e-a126-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:16:33+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d3309e0-a126-11ed-85e3-7ae18f9e916d | InvocationID=6d330c4c-a126-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:16:55+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b8327e2-a126-11ed-85e3-7ae18f9e916d | InvocationID=6b832a76-a126-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:16:55+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a74783c-a126-11ed-85e3-7ae18f9e916d | InvocationID=7a747ae4-a126-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:16:55+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a74783c-a126-11ed-85e3-7ae18f9e916d | InvocationID=7a747ae4-a126-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:16:55+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a74783c-a126-11ed-85e3-7ae18f9e916d | InvocationID=7a747ae4-a126-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:16:57+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d3309e0-a126-11ed-85e3-7ae18f9e916d | InvocationID=6d330c4c-a126-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:16:57+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7bffe222-a126-11ed-85e3-7ae18f9e916d | InvocationID=7bffe45c-a126-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:17:20+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a74783c-a126-11ed-85e3-7ae18f9e916d | InvocationID=7a747ae4-a126-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:17:20+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8969047a-a126-11ed-85e3-7ae18f9e916d | InvocationID=896906aa-a126-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:17:20+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8969047a-a126-11ed-85e3-7ae18f9e916d | InvocationID=896906aa-a126-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:17:20+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8969047a-a126-11ed-85e3-7ae18f9e916d | InvocationID=896906aa-a126-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:17:22+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7bffe222-a126-11ed-85e3-7ae18f9e916d | InvocationID=7bffe45c-a126-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:17:22+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ac9a608-a126-11ed-85e3-7ae18f9e916d | InvocationID=8ac9a93c-a126-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:17:45+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8969047a-a126-11ed-85e3-7ae18f9e916d | InvocationID=896906aa-a126-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:17:45+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9859129a-a126-11ed-85e3-7ae18f9e916d | InvocationID=9859152e-a126-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:17:45+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9859129a-a126-11ed-85e3-7ae18f9e916d | InvocationID=9859152e-a126-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:17:45+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9859129a-a126-11ed-85e3-7ae18f9e916d | InvocationID=9859152e-a126-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:17:47+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8ac9a608-a126-11ed-85e3-7ae18f9e916d | InvocationID=8ac9a93c-a126-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:17:47+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99906cee-a126-11ed-85e3-7ae18f9e916d | InvocationID=99906f14-a126-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:18:10+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9859129a-a126-11ed-85e3-7ae18f9e916d | InvocationID=9859152e-a126-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:18:10+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a754332e-a126-11ed-85e3-7ae18f9e916d | InvocationID=a7543586-a126-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:18:10+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a754332e-a126-11ed-85e3-7ae18f9e916d | InvocationID=a7543586-a126-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:18:10+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a754332e-a126-11ed-85e3-7ae18f9e916d | InvocationID=a7543586-a126-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:18:12+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=99906cee-a126-11ed-85e3-7ae18f9e916d | InvocationID=99906f14-a126-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:18:12+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a85b5a7c-a126-11ed-85e3-7ae18f9e916d | InvocationID=a85b5d88-a126-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:18:35+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a754332e-a126-11ed-85e3-7ae18f9e916d | InvocationID=a7543586-a126-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:18:35+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b64604de-a126-11ed-85e3-7ae18f9e916d | InvocationID=b6460826-a126-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:18:35+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b64604de-a126-11ed-85e3-7ae18f9e916d | InvocationID=b6460826-a126-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:18:35+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b64604de-a126-11ed-85e3-7ae18f9e916d | InvocationID=b6460826-a126-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:18:37+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a85b5a7c-a126-11ed-85e3-7ae18f9e916d | InvocationID=a85b5d88-a126-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:18:37+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b734b1a6-a126-11ed-85e3-7ae18f9e916d | InvocationID=b734b390-a126-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:19:00+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b64604de-a126-11ed-85e3-7ae18f9e916d | InvocationID=b6460826-a126-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:19:00+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c535b156-a126-11ed-85e3-7ae18f9e916d | InvocationID=c535b50c-a126-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:19:00+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c535b156-a126-11ed-85e3-7ae18f9e916d | InvocationID=c535b50c-a126-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:19:00+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c535b156-a126-11ed-85e3-7ae18f9e916d | InvocationID=c535b50c-a126-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:19:02+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b734b1a6-a126-11ed-85e3-7ae18f9e916d | InvocationID=b734b390-a126-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:19:02+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5fc1f3a-a126-11ed-85e3-7ae18f9e916d | InvocationID=c5fc2232-a126-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:19:25+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c535b156-a126-11ed-85e3-7ae18f9e916d | InvocationID=c535b50c-a126-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:19:25+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4253470-a126-11ed-85e3-7ae18f9e916d | InvocationID=d4253704-a126-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:19:25+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4253470-a126-11ed-85e3-7ae18f9e916d | InvocationID=d4253704-a126-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:19:25+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4253470-a126-11ed-85e3-7ae18f9e916d | InvocationID=d4253704-a126-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:19:26+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c5fc1f3a-a126-11ed-85e3-7ae18f9e916d | InvocationID=c5fc2232-a126-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:19:26+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4c1e78e-a126-11ed-85e3-7ae18f9e916d | InvocationID=d4c1e9d2-a126-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:19:50+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4253470-a126-11ed-85e3-7ae18f9e916d | InvocationID=d4253704-a126-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:19:50+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e317e1f8-a126-11ed-85e3-7ae18f9e916d | InvocationID=e317e428-a126-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:19:50+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e317e1f8-a126-11ed-85e3-7ae18f9e916d | InvocationID=e317e428-a126-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:19:50+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e317e1f8-a126-11ed-85e3-7ae18f9e916d | InvocationID=e317e428-a126-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:19:51+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d4c1e78e-a126-11ed-85e3-7ae18f9e916d | InvocationID=d4c1e9d2-a126-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:19:51+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e38b1524-a126-11ed-85e3-7ae18f9e916d | InvocationID=e38b17e0-a126-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:20:15+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e317e1f8-a126-11ed-85e3-7ae18f9e916d | InvocationID=e317e428-a126-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:20:16+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f20b1fea-a126-11ed-85e3-7ae18f9e916d | InvocationID=f20b2210-a126-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:20:16+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f20b1fea-a126-11ed-85e3-7ae18f9e916d | InvocationID=f20b2210-a126-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:20:16+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f20b1fea-a126-11ed-85e3-7ae18f9e916d | InvocationID=f20b2210-a126-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:20:16+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e38b1524-a126-11ed-85e3-7ae18f9e916d | InvocationID=e38b17e0-a126-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:20:16+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2503c06-a126-11ed-85e3-7ae18f9e916d | InvocationID=f2503df0-a126-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:20:41+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f20b1fea-a126-11ed-85e3-7ae18f9e916d | InvocationID=f20b2210-a126-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:20:41+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00ff271c-a127-11ed-85e3-7ae18f9e916d | InvocationID=00ff3388-a127-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:20:41+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00ff271c-a127-11ed-85e3-7ae18f9e916d | InvocationID=00ff3388-a127-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:20:41+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00ff271c-a127-11ed-85e3-7ae18f9e916d | InvocationID=00ff3388-a127-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:20:41+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f2503c06-a126-11ed-85e3-7ae18f9e916d | InvocationID=f2503df0-a126-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:20:41+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=012eb37e-a127-11ed-85e3-7ae18f9e916d | InvocationID=012eb5f4-a127-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:21:06+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00ff271c-a127-11ed-85e3-7ae18f9e916d | InvocationID=00ff3388-a127-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:21:06+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ff7a05a-a127-11ed-85e3-7ae18f9e916d | InvocationID=0ff7a28a-a127-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:21:06+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=012eb37e-a127-11ed-85e3-7ae18f9e916d | InvocationID=012eb5f4-a127-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:21:06+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ffd33bc-a127-11ed-85e3-7ae18f9e916d | InvocationID=0ffd351a-a127-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:21:06+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ff7a05a-a127-11ed-85e3-7ae18f9e916d | InvocationID=0ff7a28a-a127-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:21:06+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ff7a05a-a127-11ed-85e3-7ae18f9e916d | InvocationID=0ff7a28a-a127-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:21:31+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ffd33bc-a127-11ed-85e3-7ae18f9e916d | InvocationID=0ffd351a-a127-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:21:31+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ec82c26-a127-11ed-85e3-7ae18f9e916d | InvocationID=1ec8319e-a127-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:21:31+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ff7a05a-a127-11ed-85e3-7ae18f9e916d | InvocationID=0ff7a28a-a127-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:21:31+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ee93d58-a127-11ed-85e3-7ae18f9e916d | InvocationID=1ee93f92-a127-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:21:31+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ee93d58-a127-11ed-85e3-7ae18f9e916d | InvocationID=1ee93f92-a127-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:21:31+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ee93d58-a127-11ed-85e3-7ae18f9e916d | InvocationID=1ee93f92-a127-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:21:55+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ec82c26-a127-11ed-85e3-7ae18f9e916d | InvocationID=1ec8319e-a127-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:21:55+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d8ced82-a127-11ed-85e3-7ae18f9e916d | InvocationID=2d8cf12e-a127-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:21:56+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ee93d58-a127-11ed-85e3-7ae18f9e916d | InvocationID=1ee93f92-a127-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:21:56+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2df9a878-a127-11ed-85e3-7ae18f9e916d | InvocationID=2df9aa8a-a127-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:21:56+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2df9a878-a127-11ed-85e3-7ae18f9e916d | InvocationID=2df9aa8a-a127-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:21:56+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2df9a878-a127-11ed-85e3-7ae18f9e916d | InvocationID=2df9aa8a-a127-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:22:20+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d8ced82-a127-11ed-85e3-7ae18f9e916d | InvocationID=2d8cf12e-a127-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:22:20+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c594ee6-a127-11ed-85e3-7ae18f9e916d | InvocationID=3c595210-a127-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:22:21+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2df9a878-a127-11ed-85e3-7ae18f9e916d | InvocationID=2df9aa8a-a127-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:22:21+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ced63d8-a127-11ed-85e3-7ae18f9e916d | InvocationID=3ced65fe-a127-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:22:21+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ced63d8-a127-11ed-85e3-7ae18f9e916d | InvocationID=3ced65fe-a127-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:22:21+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ced63d8-a127-11ed-85e3-7ae18f9e916d | InvocationID=3ced65fe-a127-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:22:45+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3c594ee6-a127-11ed-85e3-7ae18f9e916d | InvocationID=3c595210-a127-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:22:45+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b2222b8-a127-11ed-85e3-7ae18f9e916d | InvocationID=4b222c86-a127-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:22:46+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ced63d8-a127-11ed-85e3-7ae18f9e916d | InvocationID=3ced65fe-a127-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:22:46+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bdf5054-a127-11ed-85e3-7ae18f9e916d | InvocationID=4bdf5284-a127-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:22:46+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bdf5054-a127-11ed-85e3-7ae18f9e916d | InvocationID=4bdf5284-a127-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:22:46+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4bdf5054-a127-11ed-85e3-7ae18f9e916d | InvocationID=4bdf5284-a127-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:23:10+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4b2222b8-a127-11ed-85e3-7ae18f9e916d | InvocationID=4b222c86-a127-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:23:10+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59ea234a-a127-11ed-85e3-7ae18f9e916d | InvocationID=59ea25f2-a127-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:23:11+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4bdf5054-a127-11ed-85e3-7ae18f9e916d | InvocationID=4bdf5284-a127-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:23:11+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ad2e526-a127-11ed-85e3-7ae18f9e916d | InvocationID=5ad2ea30-a127-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:23:11+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ad2e526-a127-11ed-85e3-7ae18f9e916d | InvocationID=5ad2ea30-a127-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:23:11+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ad2e526-a127-11ed-85e3-7ae18f9e916d | InvocationID=5ad2ea30-a127-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:23:35+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=59ea234a-a127-11ed-85e3-7ae18f9e916d | InvocationID=59ea25f2-a127-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:23:35+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68b09d28-a127-11ed-85e3-7ae18f9e916d | InvocationID=68b0a106-a127-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:23:36+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ad2e526-a127-11ed-85e3-7ae18f9e916d | InvocationID=5ad2ea30-a127-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:23:36+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69c28672-a127-11ed-85e3-7ae18f9e916d | InvocationID=69c288ca-a127-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:23:36+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69c28672-a127-11ed-85e3-7ae18f9e916d | InvocationID=69c288ca-a127-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:23:36+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69c28672-a127-11ed-85e3-7ae18f9e916d | InvocationID=69c288ca-a127-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:23:59+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=68b09d28-a127-11ed-85e3-7ae18f9e916d | InvocationID=68b0a106-a127-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:23:59+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77796fec-a127-11ed-85e3-7ae18f9e916d | InvocationID=7779723a-a127-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:24:01+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69c28672-a127-11ed-85e3-7ae18f9e916d | InvocationID=69c288ca-a127-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:24:01+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78b4b010-a127-11ed-85e3-7ae18f9e916d | InvocationID=78b4b240-a127-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:24:01+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78b4b010-a127-11ed-85e3-7ae18f9e916d | InvocationID=78b4b240-a127-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:24:01+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78b4b010-a127-11ed-85e3-7ae18f9e916d | InvocationID=78b4b240-a127-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:24:24+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=77796fec-a127-11ed-85e3-7ae18f9e916d | InvocationID=7779723a-a127-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:24:24+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8644e178-a127-11ed-85e3-7ae18f9e916d | InvocationID=8644e830-a127-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:24:26+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78b4b010-a127-11ed-85e3-7ae18f9e916d | InvocationID=78b4b240-a127-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:24:26+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87a42092-a127-11ed-85e3-7ae18f9e916d | InvocationID=87a422a4-a127-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:24:27+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87a42092-a127-11ed-85e3-7ae18f9e916d | InvocationID=87a422a4-a127-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:24:27+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87a42092-a127-11ed-85e3-7ae18f9e916d | InvocationID=87a422a4-a127-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:24:49+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8644e178-a127-11ed-85e3-7ae18f9e916d | InvocationID=8644e830-a127-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:24:49+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9510aa0c-a127-11ed-85e3-7ae18f9e916d | InvocationID=9510ac50-a127-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:24:52+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87a42092-a127-11ed-85e3-7ae18f9e916d | InvocationID=87a422a4-a127-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:24:52+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9694dc90-a127-11ed-85e3-7ae18f9e916d | InvocationID=9694ec3a-a127-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:24:52+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9694dc90-a127-11ed-85e3-7ae18f9e916d | InvocationID=9694ec3a-a127-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:24:52+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9694dc90-a127-11ed-85e3-7ae18f9e916d | InvocationID=9694ec3a-a127-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:25:14+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9510aa0c-a127-11ed-85e3-7ae18f9e916d | InvocationID=9510ac50-a127-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:25:14+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3d7d326-a127-11ed-85e3-7ae18f9e916d | InvocationID=a3d7d59c-a127-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:25:17+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9694dc90-a127-11ed-85e3-7ae18f9e916d | InvocationID=9694ec3a-a127-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:25:17+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5837bb2-a127-11ed-85e3-7ae18f9e916d | InvocationID=a5837edc-a127-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:25:17+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5837bb2-a127-11ed-85e3-7ae18f9e916d | InvocationID=a5837edc-a127-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:25:17+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5837bb2-a127-11ed-85e3-7ae18f9e916d | InvocationID=a5837edc-a127-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:25:39+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a3d7d326-a127-11ed-85e3-7ae18f9e916d | InvocationID=a3d7d59c-a127-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:25:39+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2a30100-a127-11ed-85e3-7ae18f9e916d | InvocationID=b2a304ca-a127-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:25:42+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5837bb2-a127-11ed-85e3-7ae18f9e916d | InvocationID=a5837edc-a127-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:25:42+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4760eb4-a127-11ed-85e3-7ae18f9e916d | InvocationID=b476117a-a127-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:25:42+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4760eb4-a127-11ed-85e3-7ae18f9e916d | InvocationID=b476117a-a127-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:25:42+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4760eb4-a127-11ed-85e3-7ae18f9e916d | InvocationID=b476117a-a127-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:26:03+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b2a30100-a127-11ed-85e3-7ae18f9e916d | InvocationID=b2a304ca-a127-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:26:03+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c16d6b9e-a127-11ed-85e3-7ae18f9e916d | InvocationID=c16d6dce-a127-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-01-31T05:26:07+0000 | policy_event_thread | 140390609599264 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4760eb4-a127-11ed-85e3-7ae18f9e916d | InvocationID=b476117a-a127-11ed-85e3-7ae18f9e916d | Polling MR for XNF activation/deactivation policy response events.[0m 2023-01-31T05:26:07+0000 | policy_event_thread | 140390609599264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3668ef8-a127-11ed-85e3-7ae18f9e916d | InvocationID=c366915a-a127-11ed-85e3-7ae18f9e916d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-01-31T05:26:07+0000 | policy_event_thread | 140390609599264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3668ef8-a127-11ed-85e3-7ae18f9e916d | InvocationID=c366915a-a127-11ed-85e3-7ae18f9e916d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:26:07+0000 | policy_event_thread | 140390609599264 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3668ef8-a127-11ed-85e3-7ae18f9e916d | InvocationID=c366915a-a127-11ed-85e3-7ae18f9e916d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-01-31T05:26:28+0000 | aai_event_thread | 140390608538400 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c16d6b9e-a127-11ed-85e3-7ae18f9e916d | InvocationID=c16d6dce-a127-11ed-85e3-7ae18f9e916d | Polling MR for XNF AAI events.[0m 2023-01-31T05:26:28+0000 | aai_event_thread | 140390608538400 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d034ee86-a127-1