/opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. return yaml.load(f.read()) 2022-10-29T23:06:25+0000 | MainThread | 140253909175624 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS. 2022-10-29T23:06:25+0000 | MainThread | 140253909175624 | 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'}}}} 2022-10-29T23:06:25+0000 | MainThread | 140253909175624 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR. 2022-10-29T23:06:25+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:06:25+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fee97b4-57de-11ed-aa9b-76e0f3230c50 | InvocationID=4fee9a5c-57de-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:06:25+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events. 2022-10-29T23:06:25+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ff0735e-57de-11ed-aa9b-76e0f3230c50 | InvocationID=4ff07480-57de-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:06:25+0000 | MainThread | 140253909175624 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server 2022-10-29T23:06:26+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fee97b4-57de-11ed-aa9b-76e0f3230c50 | InvocationID=4fee9a5c-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:06:26+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4fee97b4-57de-11ed-aa9b-76e0f3230c50 | InvocationID=4fee9a5c-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:06:26+0000 | aai_event_thread | 140253858437920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ff0735e-57de-11ed-aa9b-76e0f3230c50 | InvocationID=4ff07480-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:06:26+0000 | aai_event_thread | 140253858437920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4ff0735e-57de-11ed-aa9b-76e0f3230c50 | InvocationID=4ff07480-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:06:46+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4ff0735e-57de-11ed-aa9b-76e0f3230c50 | InvocationID=4ff07480-57de-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:06:46+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c78f4de-57de-11ed-aa9b-76e0f3230c50 | InvocationID=5c78f704-57de-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:06:46+0000 | aai_event_thread | 140253858437920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c78f4de-57de-11ed-aa9b-76e0f3230c50 | InvocationID=5c78f704-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:06:46+0000 | aai_event_thread | 140253858437920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c78f4de-57de-11ed-aa9b-76e0f3230c50 | InvocationID=5c78f704-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:06:51+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4fee97b4-57de-11ed-aa9b-76e0f3230c50 | InvocationID=4fee9a5c-57de-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:06:51+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f725496-57de-11ed-aa9b-76e0f3230c50 | InvocationID=5f725630-57de-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:06:51+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f725496-57de-11ed-aa9b-76e0f3230c50 | InvocationID=5f725630-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:06:51+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f725496-57de-11ed-aa9b-76e0f3230c50 | InvocationID=5f725630-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:07:06+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c78f4de-57de-11ed-aa9b-76e0f3230c50 | InvocationID=5c78f704-57de-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:07:06+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6880ed0e-57de-11ed-aa9b-76e0f3230c50 | InvocationID=6880f0ec-57de-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:07:06+0000 | aai_event_thread | 140253858437920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6880ed0e-57de-11ed-aa9b-76e0f3230c50 | InvocationID=6880f0ec-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:07:06+0000 | aai_event_thread | 140253858437920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6880ed0e-57de-11ed-aa9b-76e0f3230c50 | InvocationID=6880f0ec-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:07:16+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f725496-57de-11ed-aa9b-76e0f3230c50 | InvocationID=5f725630-57de-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:07:16+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e620bea-57de-11ed-aa9b-76e0f3230c50 | InvocationID=6e620da2-57de-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:07:16+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e620bea-57de-11ed-aa9b-76e0f3230c50 | InvocationID=6e620da2-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:07:16+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e620bea-57de-11ed-aa9b-76e0f3230c50 | InvocationID=6e620da2-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:07:26+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6880ed0e-57de-11ed-aa9b-76e0f3230c50 | InvocationID=6880f0ec-57de-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:07:26+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74726bba-57de-11ed-aa9b-76e0f3230c50 | InvocationID=74726d36-57de-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:07:26+0000 | aai_event_thread | 140253858437920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74726bba-57de-11ed-aa9b-76e0f3230c50 | InvocationID=74726d36-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:07:26+0000 | aai_event_thread | 140253858437920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=74726bba-57de-11ed-aa9b-76e0f3230c50 | InvocationID=74726d36-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:07:41+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e620bea-57de-11ed-aa9b-76e0f3230c50 | InvocationID=6e620da2-57de-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:07:41+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d4e3066-57de-11ed-aa9b-76e0f3230c50 | InvocationID=7d4e326e-57de-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:07:41+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d4e3066-57de-11ed-aa9b-76e0f3230c50 | InvocationID=7d4e326e-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:07:41+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d4e3066-57de-11ed-aa9b-76e0f3230c50 | InvocationID=7d4e326e-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:07:46+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=74726bba-57de-11ed-aa9b-76e0f3230c50 | InvocationID=74726d36-57de-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:07:46+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=806663fe-57de-11ed-aa9b-76e0f3230c50 | InvocationID=80666610-57de-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:07:46+0000 | aai_event_thread | 140253858437920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=806663fe-57de-11ed-aa9b-76e0f3230c50 | InvocationID=80666610-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:07:46+0000 | aai_event_thread | 140253858437920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=806663fe-57de-11ed-aa9b-76e0f3230c50 | InvocationID=80666610-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:08:06+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d4e3066-57de-11ed-aa9b-76e0f3230c50 | InvocationID=7d4e326e-57de-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:08:06+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c3b6dd2-57de-11ed-aa9b-76e0f3230c50 | InvocationID=8c3b6f58-57de-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:08:06+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c3b6dd2-57de-11ed-aa9b-76e0f3230c50 | InvocationID=8c3b6f58-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:08:06+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c3b6dd2-57de-11ed-aa9b-76e0f3230c50 | InvocationID=8c3b6f58-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:08:06+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=806663fe-57de-11ed-aa9b-76e0f3230c50 | InvocationID=80666610-57de-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:08:06+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c581928-57de-11ed-aa9b-76e0f3230c50 | InvocationID=8c58215c-57de-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:08:06+0000 | aai_event_thread | 140253858437920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c581928-57de-11ed-aa9b-76e0f3230c50 | InvocationID=8c58215c-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:08:06+0000 | aai_event_thread | 140253858437920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c581928-57de-11ed-aa9b-76e0f3230c50 | InvocationID=8c58215c-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:08:26+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c581928-57de-11ed-aa9b-76e0f3230c50 | InvocationID=8c58215c-57de-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:08:26+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=984a7e4c-57de-11ed-aa9b-76e0f3230c50 | InvocationID=984a8022-57de-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:08:26+0000 | aai_event_thread | 140253858437920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=984a7e4c-57de-11ed-aa9b-76e0f3230c50 | InvocationID=984a8022-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:08:26+0000 | aai_event_thread | 140253858437920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=984a7e4c-57de-11ed-aa9b-76e0f3230c50 | InvocationID=984a8022-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:08:31+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c3b6dd2-57de-11ed-aa9b-76e0f3230c50 | InvocationID=8c3b6f58-57de-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:08:31+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b269f88-57de-11ed-aa9b-76e0f3230c50 | InvocationID=9b26a910-57de-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:08:31+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b269f88-57de-11ed-aa9b-76e0f3230c50 | InvocationID=9b26a910-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:08:31+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b269f88-57de-11ed-aa9b-76e0f3230c50 | InvocationID=9b26a910-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:08:46+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=984a7e4c-57de-11ed-aa9b-76e0f3230c50 | InvocationID=984a8022-57de-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:08:46+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a43c44f6-57de-11ed-aa9b-76e0f3230c50 | InvocationID=a43c54b4-57de-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:08:46+0000 | aai_event_thread | 140253858437920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a43c44f6-57de-11ed-aa9b-76e0f3230c50 | InvocationID=a43c54b4-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:08:46+0000 | aai_event_thread | 140253858437920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a43c44f6-57de-11ed-aa9b-76e0f3230c50 | InvocationID=a43c54b4-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:08:56+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b269f88-57de-11ed-aa9b-76e0f3230c50 | InvocationID=9b26a910-57de-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:08:56+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa146322-57de-11ed-aa9b-76e0f3230c50 | InvocationID=aa1464f8-57de-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:08:56+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa146322-57de-11ed-aa9b-76e0f3230c50 | InvocationID=aa1464f8-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:08:56+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa146322-57de-11ed-aa9b-76e0f3230c50 | InvocationID=aa1464f8-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:09:06+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a43c44f6-57de-11ed-aa9b-76e0f3230c50 | InvocationID=a43c54b4-57de-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:09:06+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b02df2fa-57de-11ed-aa9b-76e0f3230c50 | InvocationID=b02df4d0-57de-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:09:06+0000 | aai_event_thread | 140253858437920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b02df2fa-57de-11ed-aa9b-76e0f3230c50 | InvocationID=b02df4d0-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:09:06+0000 | aai_event_thread | 140253858437920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b02df2fa-57de-11ed-aa9b-76e0f3230c50 | InvocationID=b02df4d0-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:09:21+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa146322-57de-11ed-aa9b-76e0f3230c50 | InvocationID=aa1464f8-57de-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:09:21+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8ffe8d4-57de-11ed-aa9b-76e0f3230c50 | InvocationID=b8ffeae6-57de-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:09:21+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8ffe8d4-57de-11ed-aa9b-76e0f3230c50 | InvocationID=b8ffeae6-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:09:21+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8ffe8d4-57de-11ed-aa9b-76e0f3230c50 | InvocationID=b8ffeae6-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:09:26+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b02df2fa-57de-11ed-aa9b-76e0f3230c50 | InvocationID=b02df4d0-57de-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:09:26+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc270718-57de-11ed-aa9b-76e0f3230c50 | InvocationID=bc270920-57de-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:09:26+0000 | aai_event_thread | 140253858437920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc270718-57de-11ed-aa9b-76e0f3230c50 | InvocationID=bc270920-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:09:26+0000 | aai_event_thread | 140253858437920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc270718-57de-11ed-aa9b-76e0f3230c50 | InvocationID=bc270920-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:09:46+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8ffe8d4-57de-11ed-aa9b-76e0f3230c50 | InvocationID=b8ffeae6-57de-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:09:46+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7ebb378-57de-11ed-aa9b-76e0f3230c50 | InvocationID=c7ebb51c-57de-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:09:46+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7ebb378-57de-11ed-aa9b-76e0f3230c50 | InvocationID=c7ebb51c-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:09:46+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7ebb378-57de-11ed-aa9b-76e0f3230c50 | InvocationID=c7ebb51c-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:09:46+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc270718-57de-11ed-aa9b-76e0f3230c50 | InvocationID=bc270920-57de-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:09:46+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8170db6-57de-11ed-aa9b-76e0f3230c50 | InvocationID=c8170f96-57de-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:09:46+0000 | aai_event_thread | 140253858437920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8170db6-57de-11ed-aa9b-76e0f3230c50 | InvocationID=c8170f96-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:09:46+0000 | aai_event_thread | 140253858437920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c8170db6-57de-11ed-aa9b-76e0f3230c50 | InvocationID=c8170f96-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:10:06+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c8170db6-57de-11ed-aa9b-76e0f3230c50 | InvocationID=c8170f96-57de-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:10:06+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4069bdc-57de-11ed-aa9b-76e0f3230c50 | InvocationID=d4069dbc-57de-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:10:07+0000 | aai_event_thread | 140253858437920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4069bdc-57de-11ed-aa9b-76e0f3230c50 | InvocationID=d4069dbc-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:10:07+0000 | aai_event_thread | 140253858437920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d4069bdc-57de-11ed-aa9b-76e0f3230c50 | InvocationID=d4069dbc-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:10:11+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7ebb378-57de-11ed-aa9b-76e0f3230c50 | InvocationID=c7ebb51c-57de-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:10:11+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6d664aa-57de-11ed-aa9b-76e0f3230c50 | InvocationID=d6d66694-57de-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:10:11+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6d664aa-57de-11ed-aa9b-76e0f3230c50 | InvocationID=d6d66694-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:10:11+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6d664aa-57de-11ed-aa9b-76e0f3230c50 | InvocationID=d6d66694-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:10:27+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d4069bdc-57de-11ed-aa9b-76e0f3230c50 | InvocationID=d4069dbc-57de-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:10:27+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dff6b03a-57de-11ed-aa9b-76e0f3230c50 | InvocationID=dff6b206-57de-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:10:27+0000 | aai_event_thread | 140253858437920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dff6b03a-57de-11ed-aa9b-76e0f3230c50 | InvocationID=dff6b206-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:10:27+0000 | aai_event_thread | 140253858437920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dff6b03a-57de-11ed-aa9b-76e0f3230c50 | InvocationID=dff6b206-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:10:36+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6d664aa-57de-11ed-aa9b-76e0f3230c50 | InvocationID=d6d66694-57de-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:10:36+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5c10740-57de-11ed-aa9b-76e0f3230c50 | InvocationID=e5c108c6-57de-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:10:36+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5c10740-57de-11ed-aa9b-76e0f3230c50 | InvocationID=e5c108c6-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:10:36+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e5c10740-57de-11ed-aa9b-76e0f3230c50 | InvocationID=e5c108c6-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:10:47+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dff6b03a-57de-11ed-aa9b-76e0f3230c50 | InvocationID=dff6b206-57de-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:10:47+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebe71074-57de-11ed-aa9b-76e0f3230c50 | InvocationID=ebe711f0-57de-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:10:47+0000 | aai_event_thread | 140253858437920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebe71074-57de-11ed-aa9b-76e0f3230c50 | InvocationID=ebe711f0-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:10:47+0000 | aai_event_thread | 140253858437920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ebe71074-57de-11ed-aa9b-76e0f3230c50 | InvocationID=ebe711f0-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:11:01+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e5c10740-57de-11ed-aa9b-76e0f3230c50 | InvocationID=e5c108c6-57de-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:11:01+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4abd9ec-57de-11ed-aa9b-76e0f3230c50 | InvocationID=f4abdb9a-57de-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:11:01+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4abd9ec-57de-11ed-aa9b-76e0f3230c50 | InvocationID=f4abdb9a-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:11:01+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4abd9ec-57de-11ed-aa9b-76e0f3230c50 | InvocationID=f4abdb9a-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:11:07+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ebe71074-57de-11ed-aa9b-76e0f3230c50 | InvocationID=ebe711f0-57de-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:11:07+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7d6ed6e-57de-11ed-aa9b-76e0f3230c50 | InvocationID=f7d6eef4-57de-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:11:07+0000 | aai_event_thread | 140253858437920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7d6ed6e-57de-11ed-aa9b-76e0f3230c50 | InvocationID=f7d6eef4-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:11:07+0000 | aai_event_thread | 140253858437920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f7d6ed6e-57de-11ed-aa9b-76e0f3230c50 | InvocationID=f7d6eef4-57de-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:11:26+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4abd9ec-57de-11ed-aa9b-76e0f3230c50 | InvocationID=f4abdb9a-57de-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:11:26+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03973046-57df-11ed-aa9b-76e0f3230c50 | InvocationID=03973276-57df-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:11:26+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03973046-57df-11ed-aa9b-76e0f3230c50 | InvocationID=03973276-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:11:26+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03973046-57df-11ed-aa9b-76e0f3230c50 | InvocationID=03973276-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:11:27+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f7d6ed6e-57de-11ed-aa9b-76e0f3230c50 | InvocationID=f7d6eef4-57de-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:11:27+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03c834a2-57df-11ed-aa9b-76e0f3230c50 | InvocationID=03c83628-57df-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:11:27+0000 | aai_event_thread | 140253858437920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03c834a2-57df-11ed-aa9b-76e0f3230c50 | InvocationID=03c83628-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:11:27+0000 | aai_event_thread | 140253858437920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=03c834a2-57df-11ed-aa9b-76e0f3230c50 | InvocationID=03c83628-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:11:47+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=03c834a2-57df-11ed-aa9b-76e0f3230c50 | InvocationID=03c83628-57df-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:11:47+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fb876a0-57df-11ed-aa9b-76e0f3230c50 | InvocationID=0fb87830-57df-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:11:47+0000 | aai_event_thread | 140253858437920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fb876a0-57df-11ed-aa9b-76e0f3230c50 | InvocationID=0fb87830-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:11:47+0000 | aai_event_thread | 140253858437920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0fb876a0-57df-11ed-aa9b-76e0f3230c50 | InvocationID=0fb87830-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:11:51+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03973046-57df-11ed-aa9b-76e0f3230c50 | InvocationID=03973276-57df-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:11:51+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1282ea3c-57df-11ed-aa9b-76e0f3230c50 | InvocationID=1282ebb8-57df-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:11:51+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1282ea3c-57df-11ed-aa9b-76e0f3230c50 | InvocationID=1282ebb8-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:11:51+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1282ea3c-57df-11ed-aa9b-76e0f3230c50 | InvocationID=1282ebb8-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:12:07+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0fb876a0-57df-11ed-aa9b-76e0f3230c50 | InvocationID=0fb87830-57df-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:12:07+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ba9c374-57df-11ed-aa9b-76e0f3230c50 | InvocationID=1ba9c504-57df-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:12:07+0000 | aai_event_thread | 140253858437920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ba9c374-57df-11ed-aa9b-76e0f3230c50 | InvocationID=1ba9c504-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:12:07+0000 | aai_event_thread | 140253858437920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ba9c374-57df-11ed-aa9b-76e0f3230c50 | InvocationID=1ba9c504-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:12:16+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1282ea3c-57df-11ed-aa9b-76e0f3230c50 | InvocationID=1282ebb8-57df-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:12:16+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=216dcdd2-57df-11ed-aa9b-76e0f3230c50 | InvocationID=216dcf6c-57df-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:12:16+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=216dcdd2-57df-11ed-aa9b-76e0f3230c50 | InvocationID=216dcf6c-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:12:16+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=216dcdd2-57df-11ed-aa9b-76e0f3230c50 | InvocationID=216dcf6c-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:12:27+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ba9c374-57df-11ed-aa9b-76e0f3230c50 | InvocationID=1ba9c504-57df-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:12:27+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=279a2160-57df-11ed-aa9b-76e0f3230c50 | InvocationID=279a2368-57df-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:12:27+0000 | aai_event_thread | 140253858437920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=279a2160-57df-11ed-aa9b-76e0f3230c50 | InvocationID=279a2368-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:12:27+0000 | aai_event_thread | 140253858437920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=279a2160-57df-11ed-aa9b-76e0f3230c50 | InvocationID=279a2368-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:12:41+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=216dcdd2-57df-11ed-aa9b-76e0f3230c50 | InvocationID=216dcf6c-57df-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:12:41+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30594a38-57df-11ed-aa9b-76e0f3230c50 | InvocationID=30594ede-57df-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:12:41+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30594a38-57df-11ed-aa9b-76e0f3230c50 | InvocationID=30594ede-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:12:41+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30594a38-57df-11ed-aa9b-76e0f3230c50 | InvocationID=30594ede-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:12:47+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=279a2160-57df-11ed-aa9b-76e0f3230c50 | InvocationID=279a2368-57df-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:12:47+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=338dfd48-57df-11ed-aa9b-76e0f3230c50 | InvocationID=338dffa0-57df-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:12:47+0000 | aai_event_thread | 140253858437920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=338dfd48-57df-11ed-aa9b-76e0f3230c50 | InvocationID=338dffa0-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:12:47+0000 | aai_event_thread | 140253858437920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=338dfd48-57df-11ed-aa9b-76e0f3230c50 | InvocationID=338dffa0-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:13:06+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30594a38-57df-11ed-aa9b-76e0f3230c50 | InvocationID=30594ede-57df-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:13:06+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f44713a-57df-11ed-aa9b-76e0f3230c50 | InvocationID=3f4472d4-57df-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:13:06+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f44713a-57df-11ed-aa9b-76e0f3230c50 | InvocationID=3f4472d4-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:13:06+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f44713a-57df-11ed-aa9b-76e0f3230c50 | InvocationID=3f4472d4-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:13:07+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=338dfd48-57df-11ed-aa9b-76e0f3230c50 | InvocationID=338dffa0-57df-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:13:07+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f7df8b0-57df-11ed-aa9b-76e0f3230c50 | InvocationID=3f7dfa4a-57df-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:13:07+0000 | aai_event_thread | 140253858437920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f7df8b0-57df-11ed-aa9b-76e0f3230c50 | InvocationID=3f7dfa4a-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:13:07+0000 | aai_event_thread | 140253858437920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3f7df8b0-57df-11ed-aa9b-76e0f3230c50 | InvocationID=3f7dfa4a-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:13:27+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3f7df8b0-57df-11ed-aa9b-76e0f3230c50 | InvocationID=3f7dfa4a-57df-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:13:27+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b6f777a-57df-11ed-aa9b-76e0f3230c50 | InvocationID=4b6f7964-57df-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:13:27+0000 | aai_event_thread | 140253858437920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b6f777a-57df-11ed-aa9b-76e0f3230c50 | InvocationID=4b6f7964-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:13:27+0000 | aai_event_thread | 140253858437920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4b6f777a-57df-11ed-aa9b-76e0f3230c50 | InvocationID=4b6f7964-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:13:31+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f44713a-57df-11ed-aa9b-76e0f3230c50 | InvocationID=3f4472d4-57df-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:13:31+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e310474-57df-11ed-aa9b-76e0f3230c50 | InvocationID=4e310604-57df-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:13:31+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e310474-57df-11ed-aa9b-76e0f3230c50 | InvocationID=4e310604-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:13:31+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e310474-57df-11ed-aa9b-76e0f3230c50 | InvocationID=4e310604-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:13:47+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4b6f777a-57df-11ed-aa9b-76e0f3230c50 | InvocationID=4b6f7964-57df-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:13:47+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=575fb1f8-57df-11ed-aa9b-76e0f3230c50 | InvocationID=575fb388-57df-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:13:47+0000 | aai_event_thread | 140253858437920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=575fb1f8-57df-11ed-aa9b-76e0f3230c50 | InvocationID=575fb388-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:13:47+0000 | aai_event_thread | 140253858437920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=575fb1f8-57df-11ed-aa9b-76e0f3230c50 | InvocationID=575fb388-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:13:56+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e310474-57df-11ed-aa9b-76e0f3230c50 | InvocationID=4e310604-57df-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:13:56+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d1c0aa6-57df-11ed-aa9b-76e0f3230c50 | InvocationID=5d1c0c36-57df-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:13:57+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d1c0aa6-57df-11ed-aa9b-76e0f3230c50 | InvocationID=5d1c0c36-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:13:57+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d1c0aa6-57df-11ed-aa9b-76e0f3230c50 | InvocationID=5d1c0c36-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:14:07+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=575fb1f8-57df-11ed-aa9b-76e0f3230c50 | InvocationID=575fb388-57df-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:14:07+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63505918-57df-11ed-aa9b-76e0f3230c50 | InvocationID=63505aa8-57df-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:14:07+0000 | aai_event_thread | 140253858437920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63505918-57df-11ed-aa9b-76e0f3230c50 | InvocationID=63505aa8-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:14:07+0000 | aai_event_thread | 140253858437920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=63505918-57df-11ed-aa9b-76e0f3230c50 | InvocationID=63505aa8-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:14:22+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d1c0aa6-57df-11ed-aa9b-76e0f3230c50 | InvocationID=5d1c0c36-57df-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:14:22+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c094ae2-57df-11ed-aa9b-76e0f3230c50 | InvocationID=6c094d26-57df-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:14:22+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c094ae2-57df-11ed-aa9b-76e0f3230c50 | InvocationID=6c094d26-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:14:22+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c094ae2-57df-11ed-aa9b-76e0f3230c50 | InvocationID=6c094d26-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:14:27+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=63505918-57df-11ed-aa9b-76e0f3230c50 | InvocationID=63505aa8-57df-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:14:27+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f3fe306-57df-11ed-aa9b-76e0f3230c50 | InvocationID=6f3fe522-57df-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:14:27+0000 | aai_event_thread | 140253858437920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f3fe306-57df-11ed-aa9b-76e0f3230c50 | InvocationID=6f3fe522-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:14:27+0000 | aai_event_thread | 140253858437920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6f3fe306-57df-11ed-aa9b-76e0f3230c50 | InvocationID=6f3fe522-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:14:47+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c094ae2-57df-11ed-aa9b-76e0f3230c50 | InvocationID=6c094d26-57df-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:14:47+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7afaba04-57df-11ed-aa9b-76e0f3230c50 | InvocationID=7afabc98-57df-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:14:47+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7afaba04-57df-11ed-aa9b-76e0f3230c50 | InvocationID=7afabc98-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:14:47+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7afaba04-57df-11ed-aa9b-76e0f3230c50 | InvocationID=7afabc98-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:14:47+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6f3fe306-57df-11ed-aa9b-76e0f3230c50 | InvocationID=6f3fe522-57df-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:14:47+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b31533e-57df-11ed-aa9b-76e0f3230c50 | InvocationID=7b31551e-57df-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:14:47+0000 | aai_event_thread | 140253858437920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b31533e-57df-11ed-aa9b-76e0f3230c50 | InvocationID=7b31551e-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:14:47+0000 | aai_event_thread | 140253858437920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7b31533e-57df-11ed-aa9b-76e0f3230c50 | InvocationID=7b31551e-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:15:07+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7b31533e-57df-11ed-aa9b-76e0f3230c50 | InvocationID=7b31551e-57df-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:15:07+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87214dfc-57df-11ed-aa9b-76e0f3230c50 | InvocationID=87214f8c-57df-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:15:07+0000 | aai_event_thread | 140253858437920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87214dfc-57df-11ed-aa9b-76e0f3230c50 | InvocationID=87214f8c-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:15:07+0000 | aai_event_thread | 140253858437920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=87214dfc-57df-11ed-aa9b-76e0f3230c50 | InvocationID=87214f8c-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:15:12+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7afaba04-57df-11ed-aa9b-76e0f3230c50 | InvocationID=7afabc98-57df-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:15:12+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89e7b0c6-57df-11ed-aa9b-76e0f3230c50 | InvocationID=89e7c6a6-57df-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:15:12+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89e7b0c6-57df-11ed-aa9b-76e0f3230c50 | InvocationID=89e7c6a6-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:15:12+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89e7b0c6-57df-11ed-aa9b-76e0f3230c50 | InvocationID=89e7c6a6-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:15:27+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=87214dfc-57df-11ed-aa9b-76e0f3230c50 | InvocationID=87214f8c-57df-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:15:27+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93113262-57df-11ed-aa9b-76e0f3230c50 | InvocationID=93113410-57df-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:15:27+0000 | aai_event_thread | 140253858437920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93113262-57df-11ed-aa9b-76e0f3230c50 | InvocationID=93113410-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:15:27+0000 | aai_event_thread | 140253858437920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=93113262-57df-11ed-aa9b-76e0f3230c50 | InvocationID=93113410-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:15:37+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89e7b0c6-57df-11ed-aa9b-76e0f3230c50 | InvocationID=89e7c6a6-57df-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:15:37+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98d44ae0-57df-11ed-aa9b-76e0f3230c50 | InvocationID=98d44c70-57df-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:15:37+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98d44ae0-57df-11ed-aa9b-76e0f3230c50 | InvocationID=98d44c70-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:15:37+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98d44ae0-57df-11ed-aa9b-76e0f3230c50 | InvocationID=98d44c70-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:15:47+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=93113262-57df-11ed-aa9b-76e0f3230c50 | InvocationID=93113410-57df-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:15:47+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f0118c6-57df-11ed-aa9b-76e0f3230c50 | InvocationID=9f011a4c-57df-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:15:47+0000 | aai_event_thread | 140253858437920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f0118c6-57df-11ed-aa9b-76e0f3230c50 | InvocationID=9f011a4c-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:15:47+0000 | aai_event_thread | 140253858437920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f0118c6-57df-11ed-aa9b-76e0f3230c50 | InvocationID=9f011a4c-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:16:02+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98d44ae0-57df-11ed-aa9b-76e0f3230c50 | InvocationID=98d44c70-57df-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:16:02+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7bf6eea-57df-11ed-aa9b-76e0f3230c50 | InvocationID=a7bf70e8-57df-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:16:02+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7bf6eea-57df-11ed-aa9b-76e0f3230c50 | InvocationID=a7bf70e8-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:16:02+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7bf6eea-57df-11ed-aa9b-76e0f3230c50 | InvocationID=a7bf70e8-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:16:07+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f0118c6-57df-11ed-aa9b-76e0f3230c50 | InvocationID=9f011a4c-57df-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:16:07+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aaf222e2-57df-11ed-aa9b-76e0f3230c50 | InvocationID=aaf22526-57df-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:16:07+0000 | aai_event_thread | 140253858437920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aaf222e2-57df-11ed-aa9b-76e0f3230c50 | InvocationID=aaf22526-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:16:07+0000 | aai_event_thread | 140253858437920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aaf222e2-57df-11ed-aa9b-76e0f3230c50 | InvocationID=aaf22526-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:16:27+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7bf6eea-57df-11ed-aa9b-76e0f3230c50 | InvocationID=a7bf70e8-57df-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:16:27+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6aa6496-57df-11ed-aa9b-76e0f3230c50 | InvocationID=b6aa672a-57df-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:16:27+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6aa6496-57df-11ed-aa9b-76e0f3230c50 | InvocationID=b6aa672a-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:16:27+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6aa6496-57df-11ed-aa9b-76e0f3230c50 | InvocationID=b6aa672a-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:16:27+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aaf222e2-57df-11ed-aa9b-76e0f3230c50 | InvocationID=aaf22526-57df-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:16:27+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6e39b1c-57df-11ed-aa9b-76e0f3230c50 | InvocationID=b6e39ca2-57df-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:16:27+0000 | aai_event_thread | 140253858437920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6e39b1c-57df-11ed-aa9b-76e0f3230c50 | InvocationID=b6e39ca2-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:16:27+0000 | aai_event_thread | 140253858437920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b6e39b1c-57df-11ed-aa9b-76e0f3230c50 | InvocationID=b6e39ca2-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:16:47+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b6e39b1c-57df-11ed-aa9b-76e0f3230c50 | InvocationID=b6e39ca2-57df-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:16:47+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2d3e0d0-57df-11ed-aa9b-76e0f3230c50 | InvocationID=c2d3e698-57df-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:16:47+0000 | aai_event_thread | 140253858437920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2d3e0d0-57df-11ed-aa9b-76e0f3230c50 | InvocationID=c2d3e698-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:16:47+0000 | aai_event_thread | 140253858437920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c2d3e0d0-57df-11ed-aa9b-76e0f3230c50 | InvocationID=c2d3e698-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:16:52+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6aa6496-57df-11ed-aa9b-76e0f3230c50 | InvocationID=b6aa672a-57df-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:16:52+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c59856e8-57df-11ed-aa9b-76e0f3230c50 | InvocationID=c59859ea-57df-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:16:52+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c59856e8-57df-11ed-aa9b-76e0f3230c50 | InvocationID=c59859ea-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:16:52+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c59856e8-57df-11ed-aa9b-76e0f3230c50 | InvocationID=c59859ea-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:17:07+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c2d3e0d0-57df-11ed-aa9b-76e0f3230c50 | InvocationID=c2d3e698-57df-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:17:07+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cec40884-57df-11ed-aa9b-76e0f3230c50 | InvocationID=cec40a1e-57df-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:17:07+0000 | aai_event_thread | 140253858437920 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cec40884-57df-11ed-aa9b-76e0f3230c50 | InvocationID=cec40a1e-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:17:07+0000 | aai_event_thread | 140253858437920 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cec40884-57df-11ed-aa9b-76e0f3230c50 | InvocationID=cec40a1e-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:17:17+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c59856e8-57df-11ed-aa9b-76e0f3230c50 | InvocationID=c59859ea-57df-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:17:17+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d48313d2-57df-11ed-aa9b-76e0f3230c50 | InvocationID=d483159e-57df-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:17:17+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d48313d2-57df-11ed-aa9b-76e0f3230c50 | InvocationID=d483159e-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:17:17+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d48313d2-57df-11ed-aa9b-76e0f3230c50 | InvocationID=d483159e-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:17:27+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cec40884-57df-11ed-aa9b-76e0f3230c50 | InvocationID=cec40a1e-57df-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:17:27+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dab41030-57df-11ed-aa9b-76e0f3230c50 | InvocationID=dab41210-57df-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:17:42+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d48313d2-57df-11ed-aa9b-76e0f3230c50 | InvocationID=d483159e-57df-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:17:42+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e36da240-57df-11ed-aa9b-76e0f3230c50 | InvocationID=e36da416-57df-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:17:42+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e36da240-57df-11ed-aa9b-76e0f3230c50 | InvocationID=e36da416-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:17:42+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e36da240-57df-11ed-aa9b-76e0f3230c50 | InvocationID=e36da416-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:17:52+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dab41030-57df-11ed-aa9b-76e0f3230c50 | InvocationID=dab41210-57df-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:17:52+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e98a345e-57df-11ed-aa9b-76e0f3230c50 | InvocationID=e98a3634-57df-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:18:07+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e36da240-57df-11ed-aa9b-76e0f3230c50 | InvocationID=e36da416-57df-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:18:07+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2589cba-57df-11ed-aa9b-76e0f3230c50 | InvocationID=f2589e54-57df-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:18:07+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2589cba-57df-11ed-aa9b-76e0f3230c50 | InvocationID=f2589e54-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:18:07+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2589cba-57df-11ed-aa9b-76e0f3230c50 | InvocationID=f2589e54-57df-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:18:12+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e98a345e-57df-11ed-aa9b-76e0f3230c50 | InvocationID=e98a3634-57df-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:18:12+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f57fb68a-57df-11ed-aa9b-76e0f3230c50 | InvocationID=f57fb888-57df-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:18:32+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2589cba-57df-11ed-aa9b-76e0f3230c50 | InvocationID=f2589e54-57df-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:18:32+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0143a2e2-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=0143a580-57e0-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:18:32+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0143a2e2-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=0143a580-57e0-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:18:32+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0143a2e2-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=0143a580-57e0-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:18:32+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f57fb68a-57df-11ed-aa9b-76e0f3230c50 | InvocationID=f57fb888-57df-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:18:32+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01775a6a-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=01775d12-57e0-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:18:52+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01775a6a-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=01775d12-57e0-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:18:52+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d7aa02e-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=0d7aa1c8-57e0-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:18:57+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0143a2e2-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=0143a580-57e0-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:18:57+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=102e9230-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=102e955a-57e0-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:18:57+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=102e9230-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=102e955a-57e0-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:18:57+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=102e9230-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=102e955a-57e0-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:19:13+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d7aa02e-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=0d7aa1c8-57e0-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:19:13+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19bb1db4-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=19bb1f4e-57e0-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:19:22+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=102e9230-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=102e955a-57e0-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:19:22+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f1936f6-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=1f193af2-57e0-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:19:22+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f1936f6-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=1f193af2-57e0-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:19:22+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f1936f6-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=1f193af2-57e0-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:19:38+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=19bb1db4-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=19bb1f4e-57e0-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:19:38+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=287b9144-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=287b93ec-57e0-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:19:47+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f1936f6-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=1f193af2-57e0-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:19:47+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e04232e-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=2e0424c8-57e0-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:19:47+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e04232e-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=2e0424c8-57e0-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:19:47+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e04232e-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=2e0424c8-57e0-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:20:02+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=287b9144-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=287b93ec-57e0-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:20:02+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37405188-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=37405304-57e0-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:20:12+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e04232e-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=2e0424c8-57e0-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:20:12+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cee8dfc-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=3cee8f8c-57e0-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:20:12+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cee8dfc-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=3cee8f8c-57e0-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:20:12+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3cee8dfc-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=3cee8f8c-57e0-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:20:27+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=37405188-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=37405304-57e0-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:20:27+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=460293a2-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=46029654-57e0-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:20:37+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3cee8dfc-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=3cee8f8c-57e0-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:20:37+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bd967ce-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=4bd969f4-57e0-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:20:37+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bd967ce-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=4bd969f4-57e0-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:20:37+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4bd967ce-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=4bd969f4-57e0-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:20:52+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=460293a2-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=46029654-57e0-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:20:52+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54c9d576-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=54c9d6fc-57e0-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:21:02+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4bd967ce-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=4bd969f4-57e0-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:21:02+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ac4227e-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=5ac42404-57e0-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:21:02+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ac4227e-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=5ac42404-57e0-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:21:02+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ac4227e-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=5ac42404-57e0-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:21:17+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=54c9d576-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=54c9d6fc-57e0-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:21:17+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=638c27a8-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=638c2988-57e0-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:21:27+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ac4227e-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=5ac42404-57e0-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:21:27+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69aee1f2-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=69aee378-57e0-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:21:27+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69aee1f2-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=69aee378-57e0-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:21:27+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69aee1f2-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=69aee378-57e0-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:21:42+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=638c27a8-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=638c2988-57e0-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:21:42+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=724d159a-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=724d1734-57e0-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:21:52+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69aee1f2-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=69aee378-57e0-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:21:52+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=789979f2-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=78997b82-57e0-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:21:52+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=789979f2-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=78997b82-57e0-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:21:52+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=789979f2-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=78997b82-57e0-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:22:06+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=724d159a-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=724d1734-57e0-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:22:06+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=811096f6-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=8110987c-57e0-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:22:17+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=789979f2-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=78997b82-57e0-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:22:17+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87847002-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=87847214-57e0-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:22:17+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87847002-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=87847214-57e0-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:22:17+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87847002-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=87847214-57e0-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:22:31+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=811096f6-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=8110987c-57e0-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:22:31+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fd3562e-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=8fd357b4-57e0-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:22:42+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87847002-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=87847214-57e0-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:22:42+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=966f1ba8-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=966f1d88-57e0-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:22:42+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=966f1ba8-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=966f1d88-57e0-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:22:42+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=966f1ba8-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=966f1d88-57e0-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:22:56+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8fd3562e-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=8fd357b4-57e0-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:22:56+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e94326e-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=9e94349e-57e0-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:23:07+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=966f1ba8-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=966f1d88-57e0-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:23:07+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a55a2644-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=a55a2d06-57e0-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:23:07+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a55a2644-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=a55a2d06-57e0-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:23:07+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a55a2644-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=a55a2d06-57e0-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:23:21+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9e94326e-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=9e94349e-57e0-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:23:21+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad566970-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=ad566c72-57e0-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:23:32+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a55a2644-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=a55a2d06-57e0-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:23:32+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4464dc2-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=b4464fd4-57e0-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:23:32+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4464dc2-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=b4464fd4-57e0-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:23:32+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4464dc2-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=b4464fd4-57e0-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:23:45+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad566970-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=ad566c72-57e0-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:23:45+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc1a499a-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=bc1a4b2a-57e0-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:23:57+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4464dc2-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=b4464fd4-57e0-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:23:57+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c331873e-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=c33188ce-57e0-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:23:57+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c331873e-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=c33188ce-57e0-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:23:57+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c331873e-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=c33188ce-57e0-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:24:10+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc1a499a-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=bc1a4b2a-57e0-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:24:10+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cadd3e10-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=cadd40a4-57e0-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:24:22+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c331873e-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=c33188ce-57e0-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:24:22+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d21dccc6-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=d21dd73e-57e0-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:24:22+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d21dccc6-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=d21dd73e-57e0-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:24:22+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d21dccc6-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=d21dd73e-57e0-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:24:35+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cadd3e10-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=cadd40a4-57e0-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:24:35+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d99e23ce-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=d99e25b8-57e0-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:24:47+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d21dccc6-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=d21dd73e-57e0-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:24:47+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1099814-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=e10999a4-57e0-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:24:47+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1099814-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=e10999a4-57e0-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:24:47+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1099814-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=e10999a4-57e0-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:25:00+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d99e23ce-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=d99e25b8-57e0-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:25:00+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e86302f8-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=e8630a64-57e0-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:25:12+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1099814-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=e10999a4-57e0-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:25:12+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eff9a486-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=eff9a602-57e0-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:25:12+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eff9a486-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=eff9a602-57e0-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:25:12+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eff9a486-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=eff9a602-57e0-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:25:24+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e86302f8-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=e8630a64-57e0-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:25:24+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f732cd4a-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=f732d7c2-57e0-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:25:37+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eff9a486-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=eff9a602-57e0-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:25:37+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fee5ef40-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=fee5f0d0-57e0-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:25:37+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fee5ef40-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=fee5f0d0-57e0-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:25:37+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fee5ef40-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=fee5f0d0-57e0-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:25:49+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f732cd4a-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=f732d7c2-57e0-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:25:49+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05ff25e4-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=05ff2774-57e1-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:26:02+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fee5ef40-57e0-11ed-aa9b-76e0f3230c50 | InvocationID=fee5f0d0-57e0-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:26:02+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0dd22ca8-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=0dd22e38-57e1-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:26:02+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0dd22ca8-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=0dd22e38-57e1-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:26:02+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0dd22ca8-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=0dd22e38-57e1-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:26:14+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=05ff25e4-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=05ff2774-57e1-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:26:14+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14c3715c-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=14c37436-57e1-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:26:27+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0dd22ca8-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=0dd22e38-57e1-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:26:27+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cbf17a8-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=1cbf1bae-57e1-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:26:28+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cbf17a8-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=1cbf1bae-57e1-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:26:28+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1cbf17a8-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=1cbf1bae-57e1-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:26:39+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=14c3715c-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=14c37436-57e1-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:26:39+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2388f9dc-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=2388fb9e-57e1-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:26:53+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1cbf17a8-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=1cbf1bae-57e1-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:26:53+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2baf6b50-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=2baf6d76-57e1-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:26:53+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2baf6b50-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=2baf6d76-57e1-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:26:53+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2baf6b50-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=2baf6d76-57e1-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:27:04+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2388f9dc-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=2388fb9e-57e1-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:27:04+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=324b68ec-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=324b6eb4-57e1-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:27:18+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2baf6b50-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=2baf6d76-57e1-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:27:18+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a9b5b4c-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=3a9b5da4-57e1-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:27:18+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a9b5b4c-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=3a9b5da4-57e1-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:27:18+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a9b5b4c-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=3a9b5da4-57e1-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:27:28+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=324b68ec-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=324b6eb4-57e1-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:27:28+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=410c1070-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=410c1264-57e1-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:27:43+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a9b5b4c-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=3a9b5da4-57e1-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:27:43+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=498ba2d8-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=498ba4ae-57e1-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:27:43+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=498ba2d8-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=498ba4ae-57e1-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:27:43+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=498ba2d8-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=498ba4ae-57e1-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:27:53+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=410c1070-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=410c1264-57e1-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:27:53+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fcd8b66-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=4fcd8d32-57e1-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:28:08+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=498ba2d8-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=498ba4ae-57e1-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:28:08+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=587781c2-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=5877835c-57e1-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:28:08+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=587781c2-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=5877835c-57e1-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:28:08+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=587781c2-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=5877835c-57e1-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:28:18+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4fcd8b66-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=4fcd8d32-57e1-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:28:18+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e8f83fc-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=5e8f8938-57e1-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:28:33+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=587781c2-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=5877835c-57e1-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:28:33+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67630a44-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=67630da0-57e1-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:28:33+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67630a44-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=67630da0-57e1-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:28:33+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67630a44-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=67630da0-57e1-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:28:43+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5e8f83fc-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=5e8f8938-57e1-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:28:43+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d5006fa-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=6d5008d0-57e1-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:28:58+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67630a44-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=67630da0-57e1-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:28:58+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=764e5766-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=764e58f6-57e1-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:28:58+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=764e5766-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=764e58f6-57e1-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:28:58+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=764e5766-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=764e58f6-57e1-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:29:07+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d5006fa-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=6d5008d0-57e1-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:29:07+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c132938-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=7c132abe-57e1-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:29:23+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=764e5766-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=764e58f6-57e1-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:29:23+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8539ef4c-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=8539f0e6-57e1-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:29:23+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8539ef4c-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=8539f0e6-57e1-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:29:23+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8539ef4c-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=8539f0e6-57e1-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:29:32+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c132938-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=7c132abe-57e1-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:29:32+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ad55702-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=8ad5589c-57e1-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:29:48+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8539ef4c-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=8539f0e6-57e1-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:29:48+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9425889a-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=94258a2a-57e1-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:29:48+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9425889a-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=94258a2a-57e1-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:29:48+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9425889a-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=94258a2a-57e1-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:29:57+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8ad55702-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=8ad5589c-57e1-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:29:57+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99960d68-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=99960f48-57e1-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:30:13+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9425889a-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=94258a2a-57e1-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:30:13+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a31088b4-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=a3108a94-57e1-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:30:13+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a31088b4-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=a3108a94-57e1-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:30:13+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a31088b4-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=a3108a94-57e1-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:30:22+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=99960d68-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=99960f48-57e1-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:30:22+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a857e9fc-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=a857eb78-57e1-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:30:38+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a31088b4-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=a3108a94-57e1-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:30:38+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1fb9774-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=b1fb9954-57e1-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:30:38+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1fb9774-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=b1fb9954-57e1-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:30:38+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1fb9774-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=b1fb9954-57e1-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:30:46+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a857e9fc-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=a857eb78-57e1-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:30:46+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b71c0dce-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=b71c0f4a-57e1-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:31:03+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1fb9774-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=b1fb9954-57e1-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:31:03+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0e6d3a2-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=c0e6d5fa-57e1-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:31:03+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0e6d3a2-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=c0e6d5fa-57e1-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:31:03+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0e6d3a2-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=c0e6d5fa-57e1-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:31:11+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b71c0dce-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=b71c0f4a-57e1-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:31:11+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5dc7d80-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=c5dc7f60-57e1-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:31:28+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0e6d3a2-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=c0e6d5fa-57e1-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:31:28+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfd197c6-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=cfd1994c-57e1-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:31:28+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfd197c6-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=cfd1994c-57e1-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:31:28+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cfd197c6-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=cfd1994c-57e1-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:31:36+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c5dc7d80-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=c5dc7f60-57e1-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:31:36+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d49d6d20-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=d49d6eb0-57e1-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:31:53+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cfd197c6-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=cfd1994c-57e1-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:31:53+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=debcdcfa-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=debce47a-57e1-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:31:53+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=debcdcfa-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=debce47a-57e1-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:31:53+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=debcdcfa-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=debce47a-57e1-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:32:01+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d49d6d20-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=d49d6eb0-57e1-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:32:01+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e35df7b2-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=e35df9c4-57e1-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:32:18+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=debcdcfa-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=debce47a-57e1-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:32:18+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eda8551e-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=eda857c6-57e1-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:32:18+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eda8551e-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=eda857c6-57e1-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:32:18+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eda8551e-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=eda857c6-57e1-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:32:25+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e35df7b2-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=e35df9c4-57e1-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:32:25+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f220d2e2-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=f220d4d6-57e1-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:32:43+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eda8551e-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=eda857c6-57e1-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:32:43+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc93978c-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=fc939926-57e1-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:32:43+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc93978c-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=fc939926-57e1-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:32:43+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc93978c-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=fc939926-57e1-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:32:50+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f220d2e2-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=f220d4d6-57e1-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:32:50+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00e34a8a-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=00e352d2-57e2-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:33:08+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc93978c-57e1-11ed-aa9b-76e0f3230c50 | InvocationID=fc939926-57e1-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:33:08+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b80d6b0-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=0b80d8c2-57e2-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:33:08+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b80d6b0-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=0b80d8c2-57e2-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:33:08+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b80d6b0-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=0b80d8c2-57e2-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:33:15+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=00e34a8a-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=00e352d2-57e2-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:33:15+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fa3ecdc-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=0fa3ef20-57e2-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:33:33+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b80d6b0-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=0b80d8c2-57e2-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:33:33+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a6c21e8-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=1a6c2382-57e2-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:33:33+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a6c21e8-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=1a6c2382-57e2-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:33:33+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a6c21e8-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=1a6c2382-57e2-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:33:40+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0fa3ecdc-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=0fa3ef20-57e2-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:33:40+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e674b9c-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=1e674e26-57e2-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:33:58+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a6c21e8-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=1a6c2382-57e2-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:33:58+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29576b04-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=29576dc0-57e2-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:33:58+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29576b04-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=29576dc0-57e2-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:33:58+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29576b04-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=29576dc0-57e2-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:34:05+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1e674b9c-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=1e674e26-57e2-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:34:05+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d2ad3d8-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=2d2ad5b8-57e2-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:34:23+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29576b04-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=29576dc0-57e2-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:34:23+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38431316-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=3843149c-57e2-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:34:23+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38431316-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=3843149c-57e2-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:34:23+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38431316-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=3843149c-57e2-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:34:29+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d2ad3d8-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=2d2ad5b8-57e2-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:34:29+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bebb838-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=3bebb9b4-57e2-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:34:48+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38431316-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=3843149c-57e2-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:34:48+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=472dfe36-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=472e008e-57e2-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:34:48+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=472dfe36-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=472e008e-57e2-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:34:48+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=472dfe36-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=472e008e-57e2-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:34:54+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3bebb838-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=3bebb9b4-57e2-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:34:54+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4aaf4d94-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=4aaf4f2e-57e2-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:35:13+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=472dfe36-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=472e008e-57e2-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:35:13+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56192772-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=5619293e-57e2-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:35:13+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56192772-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=5619293e-57e2-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:35:13+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56192772-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=5619293e-57e2-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:35:19+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4aaf4d94-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=4aaf4f2e-57e2-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:35:19+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=597039a6-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=59703b36-57e2-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:35:38+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56192772-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=5619293e-57e2-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:35:38+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6503ff82-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=65040176-57e2-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:35:38+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6503ff82-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=65040176-57e2-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:35:38+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6503ff82-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=65040176-57e2-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:35:44+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=597039a6-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=59703b36-57e2-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:35:44+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6830d19e-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=6830d32e-57e2-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:36:03+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6503ff82-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=65040176-57e2-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:36:03+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73eeea52-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=73eeebd8-57e2-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:36:03+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73eeea52-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=73eeebd8-57e2-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:36:03+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73eeea52-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=73eeebd8-57e2-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:36:08+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6830d19e-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=6830d32e-57e2-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:36:08+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76f8810e-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=76f882a8-57e2-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:36:28+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73eeea52-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=73eeebd8-57e2-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:36:28+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82da263a-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=82da27ca-57e2-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:36:28+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82da263a-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=82da27ca-57e2-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:36:28+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82da263a-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=82da27ca-57e2-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:36:33+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=76f8810e-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=76f882a8-57e2-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:36:33+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85ba172a-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=85ba18ce-57e2-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:36:53+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82da263a-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=82da27ca-57e2-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:36:53+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91c94ee6-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=91c95080-57e2-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:36:53+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91c94ee6-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=91c95080-57e2-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:36:53+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91c94ee6-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=91c95080-57e2-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:36:58+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=85ba172a-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=85ba18ce-57e2-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:36:58+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=947afa68-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=947afbe4-57e2-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:37:18+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91c94ee6-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=91c95080-57e2-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:37:18+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0b45766-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=a0b45932-57e2-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:37:18+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0b45766-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=a0b45932-57e2-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:37:18+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0b45766-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=a0b45932-57e2-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:37:23+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=947afa68-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=947afbe4-57e2-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:37:23+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a33c15aa-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=a33c173a-57e2-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:37:43+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0b45766-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=a0b45932-57e2-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:37:43+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af9f1be4-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=af9f1dba-57e2-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:37:43+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af9f1be4-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=af9f1dba-57e2-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:37:43+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af9f1be4-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=af9f1dba-57e2-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:37:47+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a33c15aa-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=a33c173a-57e2-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:37:47+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1fca230-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=b1fca3d4-57e2-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:38:08+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af9f1be4-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=af9f1dba-57e2-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:38:08+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be8a85bc-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=be8a8fbc-57e2-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:38:08+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be8a85bc-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=be8a8fbc-57e2-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:38:08+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be8a85bc-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=be8a8fbc-57e2-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:38:12+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b1fca230-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=b1fca3d4-57e2-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:38:12+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0beb92a-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=c0bebaba-57e2-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:38:33+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be8a85bc-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=be8a8fbc-57e2-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:38:33+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd78b8fa-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=cd78baa8-57e2-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:38:34+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd78b8fa-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=cd78baa8-57e2-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:38:34+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd78b8fa-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=cd78baa8-57e2-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:38:37+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c0beb92a-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=c0bebaba-57e2-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:38:37+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf7f8778-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=cf7f8a5c-57e2-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:38:59+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd78b8fa-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=cd78baa8-57e2-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:38:59+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc63689c-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=dc636a4a-57e2-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:38:59+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc63689c-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=dc636a4a-57e2-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:38:59+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc63689c-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=dc636a4a-57e2-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:39:02+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cf7f8778-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=cf7f8a5c-57e2-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:39:02+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de41d824-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=de41d9b4-57e2-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:39:24+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc63689c-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=dc636a4a-57e2-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:39:24+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb4e428c-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=eb4e4cdc-57e2-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:39:24+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb4e428c-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=eb4e4cdc-57e2-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:39:24+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb4e428c-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=eb4e4cdc-57e2-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:39:26+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de41d824-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=de41d9b4-57e2-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:39:26+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed01b76c-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=ed01b956-57e2-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:39:49+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb4e428c-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=eb4e4cdc-57e2-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:39:49+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa3938a6-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=fa393b44-57e2-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:39:49+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa3938a6-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=fa393b44-57e2-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:39:49+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa3938a6-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=fa393b44-57e2-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:39:51+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ed01b76c-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=ed01b956-57e2-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:39:51+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbc2566c-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=fbc2581a-57e2-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:40:14+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa3938a6-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=fa393b44-57e2-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:40:14+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09265088-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=0926527c-57e3-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:40:14+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09265088-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=0926527c-57e3-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:40:14+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09265088-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=0926527c-57e3-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:40:16+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fbc2566c-57e2-11ed-aa9b-76e0f3230c50 | InvocationID=fbc2581a-57e2-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:40:16+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a825d64-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=0a825efe-57e3-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:40:39+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09265088-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=0926527c-57e3-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:40:39+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=181180c2-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=1811823e-57e3-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:40:39+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=181180c2-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=1811823e-57e3-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:40:39+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=181180c2-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=1811823e-57e3-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:40:41+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0a825d64-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=0a825efe-57e3-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:40:41+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19467678-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=19467916-57e3-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:41:04+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=181180c2-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=1811823e-57e3-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:41:04+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26fc46a8-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=26fc4892-57e3-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:41:04+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26fc46a8-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=26fc4892-57e3-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:41:04+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26fc46a8-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=26fc4892-57e3-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:41:05+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=19467678-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=19467916-57e3-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:41:05+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2808e114-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=2808e308-57e3-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:41:29+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26fc46a8-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=26fc4892-57e3-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:41:29+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35e72908-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=35e72af2-57e3-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:41:29+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35e72908-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=35e72af2-57e3-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:41:29+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35e72908-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=35e72af2-57e3-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:41:30+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2808e114-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=2808e308-57e3-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:41:30+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36caf7fa-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=36caf98a-57e3-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:41:54+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35e72908-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=35e72af2-57e3-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:41:54+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44d24df8-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=44d24f6a-57e3-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:41:54+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44d24df8-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=44d24f6a-57e3-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:41:54+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44d24df8-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=44d24f6a-57e3-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:41:55+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=36caf7fa-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=36caf98a-57e3-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:41:55+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=458d475c-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=458d48d8-57e3-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:42:19+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44d24df8-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=44d24f6a-57e3-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:42:19+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53bcfd0e-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=53bcff48-57e3-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:42:19+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53bcfd0e-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=53bcff48-57e3-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:42:19+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53bcfd0e-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=53bcff48-57e3-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:42:20+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=458d475c-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=458d48d8-57e3-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:42:20+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=544d7a8c-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=544d7c26-57e3-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:42:44+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53bcfd0e-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=53bcff48-57e3-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:42:44+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62a8260e-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=62a827e4-57e3-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:42:44+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62a8260e-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=62a827e4-57e3-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:42:44+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62a8260e-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=62a827e4-57e3-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:42:44+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=544d7a8c-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=544d7c26-57e3-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:42:44+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6312f150-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=6312f38a-57e3-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:43:09+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62a8260e-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=62a827e4-57e3-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:43:09+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7192d0e2-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=7192d268-57e3-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:43:09+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7192d0e2-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=7192d268-57e3-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:43:09+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7192d0e2-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=7192d268-57e3-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:43:09+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6312f150-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=6312f38a-57e3-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:43:09+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71d35a90-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=71d35c20-57e3-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:43:34+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7192d0e2-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=7192d268-57e3-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:43:34+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80800d86-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=80801038-57e3-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:43:34+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80800d86-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=80801038-57e3-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:43:34+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80800d86-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=80801038-57e3-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:43:34+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=71d35a90-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=71d35c20-57e3-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:43:34+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=809334e2-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=809337c6-57e3-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:43:59+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=809334e2-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=809337c6-57e3-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:43:59+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f55a4e2-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=8f55a6c2-57e3-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:43:59+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80800d86-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=80801038-57e3-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:43:59+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f6b1b92-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=8f6b1d18-57e3-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:43:59+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f6b1b92-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=8f6b1d18-57e3-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:43:59+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f6b1b92-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=8f6b1d18-57e3-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:44:23+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8f55a4e2-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=8f55a6c2-57e3-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:44:23+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e15fb1c-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=9e15fca2-57e3-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:44:24+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f6b1b92-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=8f6b1d18-57e3-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:44:24+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e58110a-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=9e5812a4-57e3-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:44:24+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e58110a-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=9e5812a4-57e3-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:44:24+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e58110a-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=9e5812a4-57e3-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:44:48+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9e15fb1c-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=9e15fca2-57e3-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:44:48+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=acd6a106-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=acd6a296-57e3-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:44:49+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e58110a-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=9e5812a4-57e3-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:44:49+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad431b24-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=ad43240c-57e3-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:44:49+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad431b24-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=ad43240c-57e3-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:44:49+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad431b24-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=ad43240c-57e3-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:45:13+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=acd6a106-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=acd6a296-57e3-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:45:13+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb96e912-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=bb96ea98-57e3-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:45:14+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad431b24-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=ad43240c-57e3-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:45:14+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc2e0536-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=bc2e06c6-57e3-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:45:14+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc2e0536-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=bc2e06c6-57e3-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:45:14+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc2e0536-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=bc2e06c6-57e3-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:45:38+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bb96e912-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=bb96ea98-57e3-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:45:38+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca575f54-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=ca576544-57e3-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:45:39+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc2e0536-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=bc2e06c6-57e3-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:45:39+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb18a150-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=cb18a39e-57e3-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:45:39+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb18a150-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=cb18a39e-57e3-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:45:39+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb18a150-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=cb18a39e-57e3-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:46:02+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ca575f54-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=ca576544-57e3-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:46:02+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d918785c-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=d9187a28-57e3-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:46:04+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb18a150-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=cb18a39e-57e3-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:46:04+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da03a14c-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=da03a34a-57e3-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:46:04+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da03a14c-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=da03a34a-57e3-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:46:04+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da03a14c-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=da03a34a-57e3-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:46:27+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d918785c-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=d9187a28-57e3-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:46:27+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7db3b54-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=e7db3ce4-57e3-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:46:29+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da03a14c-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=da03a34a-57e3-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:46:29+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8eeef22-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=e8eef102-57e3-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:46:29+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8eeef22-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=e8eef102-57e3-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:46:29+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8eeef22-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=e8eef102-57e3-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:46:52+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e7db3b54-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=e7db3ce4-57e3-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:46:52+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f69ba034-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=f69ba44e-57e3-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:46:54+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8eeef22-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=e8eef102-57e3-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:46:54+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7de266a-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=f7de27fa-57e3-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:46:54+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7de266a-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=f7de27fa-57e3-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:46:54+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7de266a-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=f7de27fa-57e3-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:47:17+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f69ba034-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=f69ba44e-57e3-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:47:17+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=055c1fc2-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=055c217a-57e4-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:47:19+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7de266a-57e3-11ed-aa9b-76e0f3230c50 | InvocationID=f7de27fa-57e3-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:47:19+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06c91cac-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=06c91efa-57e4-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:47:19+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06c91cac-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=06c91efa-57e4-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:47:19+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06c91cac-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=06c91efa-57e4-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:47:41+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=055c1fc2-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=055c217a-57e4-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:47:41+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=141c2016-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=141c2246-57e4-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:47:44+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06c91cac-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=06c91efa-57e4-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:47:44+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15b43cec-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=15b43ed6-57e4-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:47:44+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15b43cec-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=15b43ed6-57e4-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:47:44+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15b43cec-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=15b43ed6-57e4-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:48:06+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=141c2016-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=141c2246-57e4-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:48:06+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22dd8e50-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=22dd90e4-57e4-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:48:09+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15b43cec-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=15b43ed6-57e4-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:48:09+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=249f020a-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=249f03a4-57e4-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:48:09+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=249f020a-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=249f03a4-57e4-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:48:09+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=249f020a-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=249f03a4-57e4-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:48:31+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=22dd8e50-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=22dd90e4-57e4-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:48:31+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31a20380-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=31a205ba-57e4-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:48:34+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=249f020a-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=249f03a4-57e4-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:48:34+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3389b03a-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=3389b24c-57e4-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:48:34+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3389b03a-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=3389b24c-57e4-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:48:34+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3389b03a-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=3389b24c-57e4-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:48:56+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=31a20380-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=31a205ba-57e4-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:48:56+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4062cc7e-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=4062ce54-57e4-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:48:59+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3389b03a-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=3389b24c-57e4-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:48:59+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42767d4e-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=42767eca-57e4-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:48:59+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42767d4e-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=42767eca-57e4-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:48:59+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42767d4e-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=42767eca-57e4-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:49:21+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4062cc7e-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=4062ce54-57e4-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:49:21+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f23337a-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=4f23358c-57e4-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:49:24+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42767d4e-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=42767eca-57e4-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:49:24+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5161126a-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=516113f0-57e4-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:49:24+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5161126a-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=516113f0-57e4-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:49:24+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5161126a-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=516113f0-57e4-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:49:45+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4f23337a-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=4f23358c-57e4-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:49:45+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5de566b2-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=5de5687e-57e4-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:49:49+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5161126a-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=516113f0-57e4-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:49:49+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=604c64e6-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=604c666c-57e4-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:49:49+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=604c64e6-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=604c666c-57e4-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:49:49+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=604c64e6-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=604c666c-57e4-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:50:10+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5de566b2-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=5de5687e-57e4-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:50:10+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ca92b48-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=6ca92ce2-57e4-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:50:14+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=604c64e6-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=604c666c-57e4-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:50:14+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f36e2d8-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=6f36e4b8-57e4-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:50:14+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f36e2d8-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=6f36e4b8-57e4-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:50:14+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f36e2d8-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=6f36e4b8-57e4-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:50:35+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6ca92b48-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=6ca92ce2-57e4-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:50:35+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b692d90-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=7b692f98-57e4-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:50:39+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f36e2d8-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=6f36e4b8-57e4-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:50:39+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e21c0a6-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=7e21c22c-57e4-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:50:39+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e21c0a6-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=7e21c22c-57e4-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:50:39+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e21c0a6-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=7e21c22c-57e4-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:51:00+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7b692d90-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=7b692f98-57e4-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:51:00+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a2a861c-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=8a2a886a-57e4-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:51:04+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e21c0a6-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=7e21c22c-57e4-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:51:04+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d0cb29c-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=8d0cb436-57e4-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:51:04+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d0cb29c-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=8d0cb436-57e4-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:51:04+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d0cb29c-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=8d0cb436-57e4-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:51:24+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8a2a861c-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=8a2a886a-57e4-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:51:24+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98eafaba-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=98eafdb2-57e4-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:51:29+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d0cb29c-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=8d0cb436-57e4-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:51:29+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9bfacce4-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=9bface74-57e4-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:51:29+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9bfacce4-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=9bface74-57e4-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:51:29+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9bfacce4-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=9bface74-57e4-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:51:49+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98eafaba-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=98eafdb2-57e4-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:51:49+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7abd682-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=a7abd894-57e4-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:51:54+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9bfacce4-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=9bface74-57e4-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:51:54+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aae59fae-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=aae5a22e-57e4-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:51:54+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aae59fae-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=aae5a22e-57e4-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:51:54+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aae59fae-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=aae5a22e-57e4-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:52:14+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a7abd682-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=a7abd894-57e4-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:52:14+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b66c89d2-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=b66c8b58-57e4-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:52:19+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aae59fae-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=aae5a22e-57e4-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:52:19+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9d075d4-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=b9d080ba-57e4-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:52:20+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9d075d4-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=b9d080ba-57e4-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:52:20+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9d075d4-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=b9d080ba-57e4-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:52:39+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b66c89d2-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=b66c8b58-57e4-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:52:39+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c52d0474-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=c52d08ac-57e4-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:52:45+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9d075d4-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=b9d080ba-57e4-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:52:45+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8bbc90e-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=c8bbcb48-57e4-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:52:45+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8bbc90e-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=c8bbcb48-57e4-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:52:45+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8bbc90e-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=c8bbcb48-57e4-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:53:03+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c52d0474-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=c52d08ac-57e4-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:53:03+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3ef92d8-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=d3ef9454-57e4-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:53:10+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8bbc90e-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=c8bbcb48-57e4-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:53:10+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7a81238-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=d7a81454-57e4-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:53:10+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7a81238-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=d7a81454-57e4-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:53:10+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7a81238-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=d7a81454-57e4-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:53:28+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d3ef92d8-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=d3ef9454-57e4-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:53:28+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2b03250-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=e2b033d6-57e4-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:53:35+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7a81238-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=d7a81454-57e4-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:53:35+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e693394e-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=e6933ad4-57e4-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:53:35+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e693394e-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=e6933ad4-57e4-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:53:35+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e693394e-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=e6933ad4-57e4-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:53:53+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2b03250-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=e2b033d6-57e4-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:53:53+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1703d4e-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=f1704780-57e4-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:54:00+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e693394e-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=e6933ad4-57e4-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:54:00+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f57dc834-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=f57dca5a-57e4-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:54:00+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f57dc834-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=f57dca5a-57e4-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:54:00+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f57dc834-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=f57dca5a-57e4-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:54:18+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f1703d4e-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=f1704780-57e4-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:54:18+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=003461e8-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=003466ca-57e5-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:54:25+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f57dc834-57e4-11ed-aa9b-76e0f3230c50 | InvocationID=f57dca5a-57e4-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:54:25+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0468a814-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=0468aa08-57e5-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:54:25+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0468a814-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=0468aa08-57e5-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:54:25+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0468a814-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=0468aa08-57e5-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:54:42+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=003461e8-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=003466ca-57e5-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:54:42+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ef4eb9e-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=0ef4ed24-57e5-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:54:50+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0468a814-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=0468aa08-57e5-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:54:50+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=135376ba-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=13537890-57e5-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:54:50+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=135376ba-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=13537890-57e5-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:54:50+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=135376ba-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=13537890-57e5-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:55:07+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ef4eb9e-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=0ef4ed24-57e5-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:55:07+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1db8597c-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=1db85b98-57e5-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:55:15+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=135376ba-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=13537890-57e5-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:55:15+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=223f62b0-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=223f64e0-57e5-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:55:15+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=223f62b0-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=223f64e0-57e5-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:55:15+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=223f62b0-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=223f64e0-57e5-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:55:32+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1db8597c-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=1db85b98-57e5-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:55:32+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c798c88-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=2c798e36-57e5-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:55:40+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=223f62b0-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=223f64e0-57e5-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:55:40+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=312a12ca-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=312a14dc-57e5-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:55:40+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=312a12ca-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=312a14dc-57e5-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:55:40+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=312a12ca-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=312a14dc-57e5-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:55:57+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c798c88-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=2c798e36-57e5-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:55:57+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b3a3c86-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=3b3a3e66-57e5-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:56:05+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=312a12ca-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=312a14dc-57e5-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:56:05+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4014c7b2-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=4014d11c-57e5-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:56:05+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4014c7b2-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=4014d11c-57e5-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:56:05+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4014c7b2-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=4014d11c-57e5-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:56:21+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3b3a3c86-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=3b3a3e66-57e5-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:56:21+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49fab66a-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=49fab886-57e5-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:56:30+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4014c7b2-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=4014d11c-57e5-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:56:30+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f0038f6-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=4f003ac2-57e5-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:56:30+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f0038f6-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=4f003ac2-57e5-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:56:30+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f0038f6-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=4f003ac2-57e5-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:56:46+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=49fab66a-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=49fab886-57e5-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:56:46+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58bca56e-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=58bca74e-57e5-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:56:55+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f0038f6-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=4f003ac2-57e5-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:56:55+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5dee43ee-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=5dee45f6-57e5-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:56:55+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5dee43ee-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=5dee45f6-57e5-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:56:55+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5dee43ee-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=5dee45f6-57e5-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:57:11+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=58bca56e-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=58bca74e-57e5-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:57:11+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=677cab26-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=677cad24-57e5-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:57:20+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5dee43ee-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=5dee45f6-57e5-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:57:20+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6cd9b2da-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=6cd9b4c4-57e5-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:57:20+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6cd9b2da-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=6cd9b4c4-57e5-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:57:20+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6cd9b2da-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=6cd9b4c4-57e5-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:57:36+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=677cab26-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=677cad24-57e5-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:57:36+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=763ce69e-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=763ce8ec-57e5-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:57:45+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6cd9b2da-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=6cd9b4c4-57e5-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:57:45+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7bc478fc-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=7bc47a82-57e5-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:57:45+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7bc478fc-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=7bc47a82-57e5-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:57:45+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7bc478fc-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=7bc47a82-57e5-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:58:00+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=763ce69e-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=763ce8ec-57e5-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:58:00+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84fd0358-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=84fd0538-57e5-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:58:10+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7bc478fc-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=7bc47a82-57e5-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:58:10+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8aaf6ee4-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=8aaf707e-57e5-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:58:10+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8aaf6ee4-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=8aaf707e-57e5-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:58:10+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8aaf6ee4-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=8aaf707e-57e5-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:58:25+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=84fd0358-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=84fd0538-57e5-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:58:25+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93bd837c-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=93bd85a2-57e5-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:58:35+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8aaf6ee4-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=8aaf707e-57e5-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:58:35+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=999a40a0-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=999a4244-57e5-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:58:35+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=999a40a0-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=999a4244-57e5-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:58:35+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=999a40a0-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=999a4244-57e5-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:58:50+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=93bd837c-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=93bd85a2-57e5-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:58:50+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a280464c-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=a2804926-57e5-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:59:00+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=999a40a0-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=999a4244-57e5-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:59:00+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a885150e-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=a8851694-57e5-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:59:00+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a885150e-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=a8851694-57e5-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:59:00+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a885150e-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=a8851694-57e5-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:59:15+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a280464c-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=a2804926-57e5-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:59:15+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b140300c-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=b1403246-57e5-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:59:25+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a885150e-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=a8851694-57e5-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:59:25+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b770a79a-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=b770abd2-57e5-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:59:25+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b770a79a-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=b770abd2-57e5-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:59:25+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b770a79a-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=b770abd2-57e5-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:59:39+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b140300c-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=b1403246-57e5-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-29T23:59:39+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c000744e-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=c0007e1c-57e5-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-29T23:59:50+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b770a79a-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=b770abd2-57e5-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-29T23:59:50+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c65db144-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=c65db3b0-57e5-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-29T23:59:50+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c65db144-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=c65db3b0-57e5-11ed-aa9b-76e0f3230c50 | 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 2022-10-29T23:59:50+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c65db144-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=c65db3b0-57e5-11ed-aa9b-76e0f3230c50 | 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 2022-10-30T00:00:04+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c000744e-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=c0007e1c-57e5-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-30T00:00:04+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cec0f4cc-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=cec0f652-57e5-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-30T00:00:15+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c65db144-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=c65db3b0-57e5-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-30T00:00:15+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d54b50a8-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=d54b529c-57e5-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-30T00:00:15+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d54b50a8-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=d54b529c-57e5-11ed-aa9b-76e0f3230c50 | 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 2022-10-30T00:00:15+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d54b50a8-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=d54b529c-57e5-11ed-aa9b-76e0f3230c50 | 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 2022-10-30T00:00:29+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cec0f4cc-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=cec0f652-57e5-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-30T00:00:29+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd8242ea-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=dd824484-57e5-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-30T00:00:40+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d54b50a8-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=d54b529c-57e5-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-30T00:00:40+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e436746c-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=e4367638-57e5-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-30T00:00:40+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e436746c-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=e4367638-57e5-11ed-aa9b-76e0f3230c50 | 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 2022-10-30T00:00:40+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e436746c-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=e4367638-57e5-11ed-aa9b-76e0f3230c50 | 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 2022-10-30T00:00:54+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dd8242ea-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=dd824484-57e5-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-30T00:00:54+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec42e4ec-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=ec42e898-57e5-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-30T00:01:05+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e436746c-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=e4367638-57e5-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-30T00:01:05+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3214cb8-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=f3214ec0-57e5-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-30T00:01:05+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3214cb8-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=f3214ec0-57e5-11ed-aa9b-76e0f3230c50 | 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 2022-10-30T00:01:05+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3214cb8-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=f3214ec0-57e5-11ed-aa9b-76e0f3230c50 | 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 2022-10-30T00:01:18+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec42e4ec-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=ec42e898-57e5-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-30T00:01:18+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb02f076-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=fb02f210-57e5-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-30T00:01:30+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3214cb8-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=f3214ec0-57e5-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-30T00:01:30+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=020c838c-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=020c8d32-57e6-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-30T00:01:30+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=020c838c-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=020c8d32-57e6-11ed-aa9b-76e0f3230c50 | 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 2022-10-30T00:01:30+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=020c838c-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=020c8d32-57e6-11ed-aa9b-76e0f3230c50 | 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 2022-10-30T00:01:43+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fb02f076-57e5-11ed-aa9b-76e0f3230c50 | InvocationID=fb02f210-57e5-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-30T00:01:43+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09c32b1c-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=09c32dce-57e6-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-30T00:01:55+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=020c838c-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=020c8d32-57e6-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-30T00:01:55+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10f74274-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=10f743fa-57e6-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-30T00:01:55+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10f74274-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=10f743fa-57e6-11ed-aa9b-76e0f3230c50 | 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 2022-10-30T00:01:55+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10f74274-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=10f743fa-57e6-11ed-aa9b-76e0f3230c50 | 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 2022-10-30T00:02:08+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09c32b1c-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=09c32dce-57e6-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-30T00:02:08+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18844500-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=18844690-57e6-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-30T00:02:20+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10f74274-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=10f743fa-57e6-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-30T00:02:20+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fe2f198-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=1fe2f45e-57e6-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-30T00:02:20+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fe2f198-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=1fe2f45e-57e6-11ed-aa9b-76e0f3230c50 | 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 2022-10-30T00:02:20+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1fe2f198-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=1fe2f45e-57e6-11ed-aa9b-76e0f3230c50 | 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 2022-10-30T00:02:33+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=18844500-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=18844690-57e6-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-30T00:02:33+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=274486f4-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=27448884-57e6-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-30T00:02:45+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1fe2f198-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=1fe2f45e-57e6-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-30T00:02:45+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ecde5f0-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=2ecdef82-57e6-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-30T00:02:45+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ecde5f0-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=2ecdef82-57e6-11ed-aa9b-76e0f3230c50 | 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 2022-10-30T00:02:45+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ecde5f0-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=2ecdef82-57e6-11ed-aa9b-76e0f3230c50 | 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 2022-10-30T00:02:57+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=274486f4-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=27448884-57e6-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-30T00:02:57+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=360830a0-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=36083244-57e6-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-30T00:03:10+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ecde5f0-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=2ecdef82-57e6-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-30T00:03:10+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3db8b41e-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=3db8b5ae-57e6-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-30T00:03:10+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3db8b41e-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=3db8b5ae-57e6-11ed-aa9b-76e0f3230c50 | 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 2022-10-30T00:03:10+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3db8b41e-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=3db8b5ae-57e6-11ed-aa9b-76e0f3230c50 | 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 2022-10-30T00:03:22+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=360830a0-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=36083244-57e6-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-30T00:03:22+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44c95948-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=44c95b3c-57e6-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-30T00:03:35+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3db8b41e-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=3db8b5ae-57e6-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-30T00:03:35+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ca3d13e-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=4ca3d454-57e6-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-30T00:03:35+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ca3d13e-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=4ca3d454-57e6-11ed-aa9b-76e0f3230c50 | 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 2022-10-30T00:03:35+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ca3d13e-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=4ca3d454-57e6-11ed-aa9b-76e0f3230c50 | 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 2022-10-30T00:03:47+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=44c95948-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=44c95b3c-57e6-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-30T00:03:47+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=538d6a00-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=538d6fe6-57e6-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-30T00:04:00+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ca3d13e-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=4ca3d454-57e6-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-30T00:04:00+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b8ecac8-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=5b8ecee2-57e6-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-30T00:04:00+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b8ecac8-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=5b8ecee2-57e6-11ed-aa9b-76e0f3230c50 | 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 2022-10-30T00:04:00+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b8ecac8-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=5b8ecee2-57e6-11ed-aa9b-76e0f3230c50 | 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 2022-10-30T00:04:12+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=538d6a00-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=538d6fe6-57e6-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-30T00:04:12+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=624ee5d2-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=624ee848-57e6-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-30T00:04:25+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b8ecac8-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=5b8ecee2-57e6-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-30T00:04:25+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a79d244-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=6a79d3f2-57e6-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-30T00:04:25+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a79d244-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=6a79d3f2-57e6-11ed-aa9b-76e0f3230c50 | 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 2022-10-30T00:04:25+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a79d244-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=6a79d3f2-57e6-11ed-aa9b-76e0f3230c50 | 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 2022-10-30T00:04:36+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=624ee5d2-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=624ee848-57e6-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-30T00:04:36+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=710f8932-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=710f8acc-57e6-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-30T00:04:50+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a79d244-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=6a79d3f2-57e6-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-30T00:04:50+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7966f73c-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=7966f8cc-57e6-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-30T00:04:50+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7966f73c-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=7966f8cc-57e6-11ed-aa9b-76e0f3230c50 | 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 2022-10-30T00:04:50+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7966f73c-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=7966f8cc-57e6-11ed-aa9b-76e0f3230c50 | 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 2022-10-30T00:05:01+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=710f8932-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=710f8acc-57e6-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-30T00:05:01+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fd25828-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=7fd259ae-57e6-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-30T00:05:15+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7966f73c-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=7966f8cc-57e6-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-30T00:05:15+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=885288ba-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=88528af4-57e6-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-30T00:05:15+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=885288ba-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=88528af4-57e6-11ed-aa9b-76e0f3230c50 | 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 2022-10-30T00:05:15+0000 | policy_event_thread | 140253859498784 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=885288ba-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=88528af4-57e6-11ed-aa9b-76e0f3230c50 | 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 2022-10-30T00:05:26+0000 | aai_event_thread | 140253858437920 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7fd25828-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=7fd259ae-57e6-11ed-aa9b-76e0f3230c50 | Polling MR for XNF AAI events. 2022-10-30T00:05:26+0000 | aai_event_thread | 140253858437920 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e975cbe-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=8e97604c-57e6-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-30T00:05:40+0000 | policy_event_thread | 140253859498784 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=885288ba-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=88528af4-57e6-11ed-aa9b-76e0f3230c50 | Polling MR for XNF activation/deactivation policy response events. 2022-10-30T00:05:40+0000 | policy_event_thread | 140253859498784 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=973ebb00-57e6-11ed-aa9b-76e0f3230c50 | InvocationID=973ebdb2-57e6-11ed-aa9b-76e0f3230c50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-30T00:05:41+0000 | policy_event_thread | 140253859498784 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=973ebb00-57e6-11ed-aa9b-76e0f3230c50 | InvocationI