/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-12-06T08:53:49+0000 | MainThread | 140516128632136 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS. 2022-12-06T08:53:49+0000 | MainThread | 140516128632136 | 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-12-06T08:53:49+0000 | MainThread | 140516128632136 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR. 2022-12-06T08:53:49+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T08:53:49+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80253ca8-7543-11ed-a4be-02e38914ad63 | InvocationID=80253ea6-7543-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T08:53:49+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events. 2022-12-06T08:53:49+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8027bcbc-7543-11ed-a4be-02e38914ad63 | InvocationID=8027bdc0-7543-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T08:53:49+0000 | MainThread | 140516128632136 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server 2022-12-06T08:53:49+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80253ca8-7543-11ed-a4be-02e38914ad63 | InvocationID=80253ea6-7543-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T08:53:49+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80253ca8-7543-11ed-a4be-02e38914ad63 | InvocationID=80253ea6-7543-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T08:53:49+0000 | aai_event_thread | 140516077894432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8027bcbc-7543-11ed-a4be-02e38914ad63 | InvocationID=8027bdc0-7543-11ed-a4be-02e38914ad63 | 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-12-06T08:53:49+0000 | aai_event_thread | 140516077894432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8027bcbc-7543-11ed-a4be-02e38914ad63 | InvocationID=8027bdc0-7543-11ed-a4be-02e38914ad63 | 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-12-06T08:54:09+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8027bcbc-7543-11ed-a4be-02e38914ad63 | InvocationID=8027bdc0-7543-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T08:54:09+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c4e1e00-7543-11ed-a4be-02e38914ad63 | InvocationID=8c4e20ee-7543-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T08:54:09+0000 | aai_event_thread | 140516077894432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c4e1e00-7543-11ed-a4be-02e38914ad63 | InvocationID=8c4e20ee-7543-11ed-a4be-02e38914ad63 | 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-12-06T08:54:09+0000 | aai_event_thread | 140516077894432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c4e1e00-7543-11ed-a4be-02e38914ad63 | InvocationID=8c4e20ee-7543-11ed-a4be-02e38914ad63 | 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-12-06T08:54:14+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80253ca8-7543-11ed-a4be-02e38914ad63 | InvocationID=80253ea6-7543-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T08:54:14+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f42393e-7543-11ed-a4be-02e38914ad63 | InvocationID=8f423ad8-7543-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T08:54:14+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f42393e-7543-11ed-a4be-02e38914ad63 | InvocationID=8f423ad8-7543-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T08:54:14+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f42393e-7543-11ed-a4be-02e38914ad63 | InvocationID=8f423ad8-7543-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T08:54:29+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c4e1e00-7543-11ed-a4be-02e38914ad63 | InvocationID=8c4e20ee-7543-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T08:54:29+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98400b38-7543-11ed-a4be-02e38914ad63 | InvocationID=98400d54-7543-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T08:54:29+0000 | aai_event_thread | 140516077894432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98400b38-7543-11ed-a4be-02e38914ad63 | InvocationID=98400d54-7543-11ed-a4be-02e38914ad63 | 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-12-06T08:54:29+0000 | aai_event_thread | 140516077894432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98400b38-7543-11ed-a4be-02e38914ad63 | InvocationID=98400d54-7543-11ed-a4be-02e38914ad63 | 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-12-06T08:54:39+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f42393e-7543-11ed-a4be-02e38914ad63 | InvocationID=8f423ad8-7543-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T08:54:39+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e301948-7543-11ed-a4be-02e38914ad63 | InvocationID=9e301b82-7543-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T08:54:39+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e301948-7543-11ed-a4be-02e38914ad63 | InvocationID=9e301b82-7543-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T08:54:39+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e301948-7543-11ed-a4be-02e38914ad63 | InvocationID=9e301b82-7543-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T08:54:49+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98400b38-7543-11ed-a4be-02e38914ad63 | InvocationID=98400d54-7543-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T08:54:49+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a43270d4-7543-11ed-a4be-02e38914ad63 | InvocationID=a4327278-7543-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T08:54:49+0000 | aai_event_thread | 140516077894432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a43270d4-7543-11ed-a4be-02e38914ad63 | InvocationID=a4327278-7543-11ed-a4be-02e38914ad63 | 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-12-06T08:54:49+0000 | aai_event_thread | 140516077894432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a43270d4-7543-11ed-a4be-02e38914ad63 | InvocationID=a4327278-7543-11ed-a4be-02e38914ad63 | 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-12-06T08:55:04+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e301948-7543-11ed-a4be-02e38914ad63 | InvocationID=9e301b82-7543-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T08:55:04+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad1c53fe-7543-11ed-a4be-02e38914ad63 | InvocationID=ad1c5642-7543-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T08:55:04+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad1c53fe-7543-11ed-a4be-02e38914ad63 | InvocationID=ad1c5642-7543-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T08:55:04+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad1c53fe-7543-11ed-a4be-02e38914ad63 | InvocationID=ad1c5642-7543-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T08:55:09+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a43270d4-7543-11ed-a4be-02e38914ad63 | InvocationID=a4327278-7543-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T08:55:09+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b02460a0-7543-11ed-a4be-02e38914ad63 | InvocationID=b02462ee-7543-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T08:55:09+0000 | aai_event_thread | 140516077894432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b02460a0-7543-11ed-a4be-02e38914ad63 | InvocationID=b02462ee-7543-11ed-a4be-02e38914ad63 | 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-12-06T08:55:09+0000 | aai_event_thread | 140516077894432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b02460a0-7543-11ed-a4be-02e38914ad63 | InvocationID=b02462ee-7543-11ed-a4be-02e38914ad63 | 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-12-06T08:55:29+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad1c53fe-7543-11ed-a4be-02e38914ad63 | InvocationID=ad1c5642-7543-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T08:55:29+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc072a7e-7543-11ed-a4be-02e38914ad63 | InvocationID=bc072c36-7543-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T08:55:29+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc072a7e-7543-11ed-a4be-02e38914ad63 | InvocationID=bc072c36-7543-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T08:55:29+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc072a7e-7543-11ed-a4be-02e38914ad63 | InvocationID=bc072c36-7543-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T08:55:29+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b02460a0-7543-11ed-a4be-02e38914ad63 | InvocationID=b02462ee-7543-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T08:55:29+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc14e718-7543-11ed-a4be-02e38914ad63 | InvocationID=bc14e934-7543-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T08:55:29+0000 | aai_event_thread | 140516077894432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc14e718-7543-11ed-a4be-02e38914ad63 | InvocationID=bc14e934-7543-11ed-a4be-02e38914ad63 | 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-12-06T08:55:29+0000 | aai_event_thread | 140516077894432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc14e718-7543-11ed-a4be-02e38914ad63 | InvocationID=bc14e934-7543-11ed-a4be-02e38914ad63 | 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-12-06T08:55:49+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc14e718-7543-11ed-a4be-02e38914ad63 | InvocationID=bc14e934-7543-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T08:55:49+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c804f086-7543-11ed-a4be-02e38914ad63 | InvocationID=c804f2b6-7543-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T08:55:49+0000 | aai_event_thread | 140516077894432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c804f086-7543-11ed-a4be-02e38914ad63 | InvocationID=c804f2b6-7543-11ed-a4be-02e38914ad63 | 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-12-06T08:55:49+0000 | aai_event_thread | 140516077894432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c804f086-7543-11ed-a4be-02e38914ad63 | InvocationID=c804f2b6-7543-11ed-a4be-02e38914ad63 | 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-12-06T08:55:54+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc072a7e-7543-11ed-a4be-02e38914ad63 | InvocationID=bc072c36-7543-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T08:55:54+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=caf5605a-7543-11ed-a4be-02e38914ad63 | InvocationID=caf5621c-7543-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T08:55:54+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=caf5605a-7543-11ed-a4be-02e38914ad63 | InvocationID=caf5621c-7543-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T08:55:54+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=caf5605a-7543-11ed-a4be-02e38914ad63 | InvocationID=caf5621c-7543-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T08:56:09+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c804f086-7543-11ed-a4be-02e38914ad63 | InvocationID=c804f2b6-7543-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T08:56:09+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3f587fc-7543-11ed-a4be-02e38914ad63 | InvocationID=d3f589b4-7543-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T08:56:09+0000 | aai_event_thread | 140516077894432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3f587fc-7543-11ed-a4be-02e38914ad63 | InvocationID=d3f589b4-7543-11ed-a4be-02e38914ad63 | 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-12-06T08:56:09+0000 | aai_event_thread | 140516077894432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d3f587fc-7543-11ed-a4be-02e38914ad63 | InvocationID=d3f589b4-7543-11ed-a4be-02e38914ad63 | 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-12-06T08:56:19+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=caf5605a-7543-11ed-a4be-02e38914ad63 | InvocationID=caf5621c-7543-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T08:56:19+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9e378c2-7543-11ed-a4be-02e38914ad63 | InvocationID=d9e37ab6-7543-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T08:56:19+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9e378c2-7543-11ed-a4be-02e38914ad63 | InvocationID=d9e37ab6-7543-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T08:56:19+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9e378c2-7543-11ed-a4be-02e38914ad63 | InvocationID=d9e37ab6-7543-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T08:56:29+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d3f587fc-7543-11ed-a4be-02e38914ad63 | InvocationID=d3f589b4-7543-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T08:56:29+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfe63674-7543-11ed-a4be-02e38914ad63 | InvocationID=dfe63c82-7543-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T08:56:29+0000 | aai_event_thread | 140516077894432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfe63674-7543-11ed-a4be-02e38914ad63 | InvocationID=dfe63c82-7543-11ed-a4be-02e38914ad63 | 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-12-06T08:56:29+0000 | aai_event_thread | 140516077894432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dfe63674-7543-11ed-a4be-02e38914ad63 | InvocationID=dfe63c82-7543-11ed-a4be-02e38914ad63 | 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-12-06T08:56:44+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9e378c2-7543-11ed-a4be-02e38914ad63 | InvocationID=d9e37ab6-7543-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T08:56:44+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8d21d2a-7543-11ed-a4be-02e38914ad63 | InvocationID=e8d2266c-7543-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T08:56:44+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8d21d2a-7543-11ed-a4be-02e38914ad63 | InvocationID=e8d2266c-7543-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T08:56:44+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8d21d2a-7543-11ed-a4be-02e38914ad63 | InvocationID=e8d2266c-7543-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T08:56:49+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dfe63674-7543-11ed-a4be-02e38914ad63 | InvocationID=dfe63c82-7543-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T08:56:49+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebd79342-7543-11ed-a4be-02e38914ad63 | InvocationID=ebd796c6-7543-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T08:56:49+0000 | aai_event_thread | 140516077894432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebd79342-7543-11ed-a4be-02e38914ad63 | InvocationID=ebd796c6-7543-11ed-a4be-02e38914ad63 | 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-12-06T08:56:49+0000 | aai_event_thread | 140516077894432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ebd79342-7543-11ed-a4be-02e38914ad63 | InvocationID=ebd796c6-7543-11ed-a4be-02e38914ad63 | 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-12-06T08:57:09+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8d21d2a-7543-11ed-a4be-02e38914ad63 | InvocationID=e8d2266c-7543-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T08:57:09+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7be1fa0-7543-11ed-a4be-02e38914ad63 | InvocationID=f7be223e-7543-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T08:57:09+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7be1fa0-7543-11ed-a4be-02e38914ad63 | InvocationID=f7be223e-7543-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T08:57:09+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7be1fa0-7543-11ed-a4be-02e38914ad63 | InvocationID=f7be223e-7543-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T08:57:09+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ebd79342-7543-11ed-a4be-02e38914ad63 | InvocationID=ebd796c6-7543-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T08:57:09+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7caab1c-7543-11ed-a4be-02e38914ad63 | InvocationID=f7caad6a-7543-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T08:57:09+0000 | aai_event_thread | 140516077894432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7caab1c-7543-11ed-a4be-02e38914ad63 | InvocationID=f7caad6a-7543-11ed-a4be-02e38914ad63 | 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-12-06T08:57:09+0000 | aai_event_thread | 140516077894432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f7caab1c-7543-11ed-a4be-02e38914ad63 | InvocationID=f7caad6a-7543-11ed-a4be-02e38914ad63 | 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-12-06T08:57:29+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f7caab1c-7543-11ed-a4be-02e38914ad63 | InvocationID=f7caad6a-7543-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T08:57:29+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03c0660a-7544-11ed-a4be-02e38914ad63 | InvocationID=03c067f4-7544-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T08:57:30+0000 | aai_event_thread | 140516077894432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03c0660a-7544-11ed-a4be-02e38914ad63 | InvocationID=03c067f4-7544-11ed-a4be-02e38914ad63 | 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-12-06T08:57:30+0000 | aai_event_thread | 140516077894432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=03c0660a-7544-11ed-a4be-02e38914ad63 | InvocationID=03c067f4-7544-11ed-a4be-02e38914ad63 | 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-12-06T08:57:34+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7be1fa0-7543-11ed-a4be-02e38914ad63 | InvocationID=f7be223e-7543-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T08:57:34+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06aa61b8-7544-11ed-a4be-02e38914ad63 | InvocationID=06aa6398-7544-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T08:57:34+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06aa61b8-7544-11ed-a4be-02e38914ad63 | InvocationID=06aa6398-7544-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T08:57:34+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06aa61b8-7544-11ed-a4be-02e38914ad63 | InvocationID=06aa6398-7544-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T08:57:50+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=03c0660a-7544-11ed-a4be-02e38914ad63 | InvocationID=03c067f4-7544-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T08:57:50+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fb7eb40-7544-11ed-a4be-02e38914ad63 | InvocationID=0fb7ed16-7544-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T08:57:50+0000 | aai_event_thread | 140516077894432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fb7eb40-7544-11ed-a4be-02e38914ad63 | InvocationID=0fb7ed16-7544-11ed-a4be-02e38914ad63 | 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-12-06T08:57:50+0000 | aai_event_thread | 140516077894432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0fb7eb40-7544-11ed-a4be-02e38914ad63 | InvocationID=0fb7ed16-7544-11ed-a4be-02e38914ad63 | 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-12-06T08:57:59+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06aa61b8-7544-11ed-a4be-02e38914ad63 | InvocationID=06aa6398-7544-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T08:57:59+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=159624fa-7544-11ed-a4be-02e38914ad63 | InvocationID=15962766-7544-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T08:57:59+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=159624fa-7544-11ed-a4be-02e38914ad63 | InvocationID=15962766-7544-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T08:57:59+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=159624fa-7544-11ed-a4be-02e38914ad63 | InvocationID=15962766-7544-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T08:58:10+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0fb7eb40-7544-11ed-a4be-02e38914ad63 | InvocationID=0fb7ed16-7544-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T08:58:10+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ba93c9c-7544-11ed-a4be-02e38914ad63 | InvocationID=1ba93eb8-7544-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T08:58:10+0000 | aai_event_thread | 140516077894432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ba93c9c-7544-11ed-a4be-02e38914ad63 | InvocationID=1ba93eb8-7544-11ed-a4be-02e38914ad63 | 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-12-06T08:58:10+0000 | aai_event_thread | 140516077894432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ba93c9c-7544-11ed-a4be-02e38914ad63 | InvocationID=1ba93eb8-7544-11ed-a4be-02e38914ad63 | 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-12-06T08:58:24+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=159624fa-7544-11ed-a4be-02e38914ad63 | InvocationID=15962766-7544-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T08:58:24+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=248145b2-7544-11ed-a4be-02e38914ad63 | InvocationID=2481488c-7544-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T08:58:24+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=248145b2-7544-11ed-a4be-02e38914ad63 | InvocationID=2481488c-7544-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T08:58:24+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=248145b2-7544-11ed-a4be-02e38914ad63 | InvocationID=2481488c-7544-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T08:58:30+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ba93c9c-7544-11ed-a4be-02e38914ad63 | InvocationID=1ba93eb8-7544-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T08:58:30+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=279a50fe-7544-11ed-a4be-02e38914ad63 | InvocationID=279a52b6-7544-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T08:58:30+0000 | aai_event_thread | 140516077894432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=279a50fe-7544-11ed-a4be-02e38914ad63 | InvocationID=279a52b6-7544-11ed-a4be-02e38914ad63 | 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-12-06T08:58:30+0000 | aai_event_thread | 140516077894432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=279a50fe-7544-11ed-a4be-02e38914ad63 | InvocationID=279a52b6-7544-11ed-a4be-02e38914ad63 | 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-12-06T08:58:49+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=248145b2-7544-11ed-a4be-02e38914ad63 | InvocationID=2481488c-7544-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T08:58:49+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=336df1e2-7544-11ed-a4be-02e38914ad63 | InvocationID=336df3b8-7544-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T08:58:49+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=336df1e2-7544-11ed-a4be-02e38914ad63 | InvocationID=336df3b8-7544-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T08:58:49+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=336df1e2-7544-11ed-a4be-02e38914ad63 | InvocationID=336df3b8-7544-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T08:58:50+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=279a50fe-7544-11ed-a4be-02e38914ad63 | InvocationID=279a52b6-7544-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T08:58:50+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=338ac45c-7544-11ed-a4be-02e38914ad63 | InvocationID=338ac7f4-7544-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T08:58:50+0000 | aai_event_thread | 140516077894432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=338ac45c-7544-11ed-a4be-02e38914ad63 | InvocationID=338ac7f4-7544-11ed-a4be-02e38914ad63 | 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-12-06T08:58:50+0000 | aai_event_thread | 140516077894432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=338ac45c-7544-11ed-a4be-02e38914ad63 | InvocationID=338ac7f4-7544-11ed-a4be-02e38914ad63 | 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-12-06T08:59:10+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=338ac45c-7544-11ed-a4be-02e38914ad63 | InvocationID=338ac7f4-7544-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T08:59:10+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f7aacb4-7544-11ed-a4be-02e38914ad63 | InvocationID=3f7ab100-7544-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T08:59:10+0000 | aai_event_thread | 140516077894432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f7aacb4-7544-11ed-a4be-02e38914ad63 | InvocationID=3f7ab100-7544-11ed-a4be-02e38914ad63 | 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-12-06T08:59:10+0000 | aai_event_thread | 140516077894432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3f7aacb4-7544-11ed-a4be-02e38914ad63 | InvocationID=3f7ab100-7544-11ed-a4be-02e38914ad63 | 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-12-06T08:59:14+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=336df1e2-7544-11ed-a4be-02e38914ad63 | InvocationID=336df3b8-7544-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T08:59:14+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=425a8f80-7544-11ed-a4be-02e38914ad63 | InvocationID=425a9692-7544-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T08:59:15+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=425a8f80-7544-11ed-a4be-02e38914ad63 | InvocationID=425a9692-7544-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T08:59:15+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=425a8f80-7544-11ed-a4be-02e38914ad63 | InvocationID=425a9692-7544-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T08:59:30+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3f7aacb4-7544-11ed-a4be-02e38914ad63 | InvocationID=3f7ab100-7544-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T08:59:30+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b6b4394-7544-11ed-a4be-02e38914ad63 | InvocationID=4b6b45ec-7544-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T08:59:30+0000 | aai_event_thread | 140516077894432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b6b4394-7544-11ed-a4be-02e38914ad63 | InvocationID=4b6b45ec-7544-11ed-a4be-02e38914ad63 | 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-12-06T08:59:30+0000 | aai_event_thread | 140516077894432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4b6b4394-7544-11ed-a4be-02e38914ad63 | InvocationID=4b6b45ec-7544-11ed-a4be-02e38914ad63 | 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-12-06T08:59:40+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=425a8f80-7544-11ed-a4be-02e38914ad63 | InvocationID=425a9692-7544-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T08:59:40+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51488df8-7544-11ed-a4be-02e38914ad63 | InvocationID=51489014-7544-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T08:59:40+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51488df8-7544-11ed-a4be-02e38914ad63 | InvocationID=51489014-7544-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T08:59:40+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51488df8-7544-11ed-a4be-02e38914ad63 | InvocationID=51489014-7544-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T08:59:50+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4b6b4394-7544-11ed-a4be-02e38914ad63 | InvocationID=4b6b45ec-7544-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T08:59:50+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=575b15d0-7544-11ed-a4be-02e38914ad63 | InvocationID=575b17a6-7544-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T08:59:50+0000 | aai_event_thread | 140516077894432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=575b15d0-7544-11ed-a4be-02e38914ad63 | InvocationID=575b17a6-7544-11ed-a4be-02e38914ad63 | 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-12-06T08:59:50+0000 | aai_event_thread | 140516077894432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=575b15d0-7544-11ed-a4be-02e38914ad63 | InvocationID=575b17a6-7544-11ed-a4be-02e38914ad63 | 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-12-06T09:00:05+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51488df8-7544-11ed-a4be-02e38914ad63 | InvocationID=51489014-7544-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:00:05+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60343f56-7544-11ed-a4be-02e38914ad63 | InvocationID=603447bc-7544-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:00:05+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60343f56-7544-11ed-a4be-02e38914ad63 | InvocationID=603447bc-7544-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:00:05+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60343f56-7544-11ed-a4be-02e38914ad63 | InvocationID=603447bc-7544-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:00:10+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=575b15d0-7544-11ed-a4be-02e38914ad63 | InvocationID=575b17a6-7544-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:00:10+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=634d7fea-7544-11ed-a4be-02e38914ad63 | InvocationID=634d8274-7544-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:00:10+0000 | aai_event_thread | 140516077894432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=634d7fea-7544-11ed-a4be-02e38914ad63 | InvocationID=634d8274-7544-11ed-a4be-02e38914ad63 | 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-12-06T09:00:10+0000 | aai_event_thread | 140516077894432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=634d7fea-7544-11ed-a4be-02e38914ad63 | InvocationID=634d8274-7544-11ed-a4be-02e38914ad63 | 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-12-06T09:00:30+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60343f56-7544-11ed-a4be-02e38914ad63 | InvocationID=603447bc-7544-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:00:30+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f20d36c-7544-11ed-a4be-02e38914ad63 | InvocationID=6f20d786-7544-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:00:30+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f20d36c-7544-11ed-a4be-02e38914ad63 | InvocationID=6f20d786-7544-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:00:30+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f20d36c-7544-11ed-a4be-02e38914ad63 | InvocationID=6f20d786-7544-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:00:30+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=634d7fea-7544-11ed-a4be-02e38914ad63 | InvocationID=634d8274-7544-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:00:30+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f3eb8f0-7544-11ed-a4be-02e38914ad63 | InvocationID=6f3ebbf2-7544-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:00:30+0000 | aai_event_thread | 140516077894432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f3eb8f0-7544-11ed-a4be-02e38914ad63 | InvocationID=6f3ebbf2-7544-11ed-a4be-02e38914ad63 | 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-12-06T09:00:30+0000 | aai_event_thread | 140516077894432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6f3eb8f0-7544-11ed-a4be-02e38914ad63 | InvocationID=6f3ebbf2-7544-11ed-a4be-02e38914ad63 | 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-12-06T09:00:50+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6f3eb8f0-7544-11ed-a4be-02e38914ad63 | InvocationID=6f3ebbf2-7544-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:00:50+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b2ebf5c-7544-11ed-a4be-02e38914ad63 | InvocationID=7b2ec1be-7544-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:00:50+0000 | aai_event_thread | 140516077894432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b2ebf5c-7544-11ed-a4be-02e38914ad63 | InvocationID=7b2ec1be-7544-11ed-a4be-02e38914ad63 | 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-12-06T09:00:50+0000 | aai_event_thread | 140516077894432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7b2ebf5c-7544-11ed-a4be-02e38914ad63 | InvocationID=7b2ec1be-7544-11ed-a4be-02e38914ad63 | 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-12-06T09:00:55+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f20d36c-7544-11ed-a4be-02e38914ad63 | InvocationID=6f20d786-7544-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:00:55+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e0c8ce0-7544-11ed-a4be-02e38914ad63 | InvocationID=7e0c9118-7544-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:00:55+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e0c8ce0-7544-11ed-a4be-02e38914ad63 | InvocationID=7e0c9118-7544-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:00:55+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e0c8ce0-7544-11ed-a4be-02e38914ad63 | InvocationID=7e0c9118-7544-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:01:10+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7b2ebf5c-7544-11ed-a4be-02e38914ad63 | InvocationID=7b2ec1be-7544-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:01:10+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8720fb9a-7544-11ed-a4be-02e38914ad63 | InvocationID=8720fd84-7544-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:01:10+0000 | aai_event_thread | 140516077894432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8720fb9a-7544-11ed-a4be-02e38914ad63 | InvocationID=8720fd84-7544-11ed-a4be-02e38914ad63 | 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-12-06T09:01:10+0000 | aai_event_thread | 140516077894432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8720fb9a-7544-11ed-a4be-02e38914ad63 | InvocationID=8720fd84-7544-11ed-a4be-02e38914ad63 | 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-12-06T09:01:20+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e0c8ce0-7544-11ed-a4be-02e38914ad63 | InvocationID=7e0c9118-7544-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:01:20+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cfa0ea8-7544-11ed-a4be-02e38914ad63 | InvocationID=8cfa106a-7544-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:01:20+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cfa0ea8-7544-11ed-a4be-02e38914ad63 | InvocationID=8cfa106a-7544-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:01:20+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8cfa0ea8-7544-11ed-a4be-02e38914ad63 | InvocationID=8cfa106a-7544-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:01:30+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8720fb9a-7544-11ed-a4be-02e38914ad63 | InvocationID=8720fd84-7544-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:01:30+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=931151fc-7544-11ed-a4be-02e38914ad63 | InvocationID=93115468-7544-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:01:30+0000 | aai_event_thread | 140516077894432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=931151fc-7544-11ed-a4be-02e38914ad63 | InvocationID=93115468-7544-11ed-a4be-02e38914ad63 | 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-12-06T09:01:30+0000 | aai_event_thread | 140516077894432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=931151fc-7544-11ed-a4be-02e38914ad63 | InvocationID=93115468-7544-11ed-a4be-02e38914ad63 | 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-12-06T09:01:45+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8cfa0ea8-7544-11ed-a4be-02e38914ad63 | InvocationID=8cfa106a-7544-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:01:45+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9be4a9a0-7544-11ed-a4be-02e38914ad63 | InvocationID=9be4ab9e-7544-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:01:45+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9be4a9a0-7544-11ed-a4be-02e38914ad63 | InvocationID=9be4ab9e-7544-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:01:45+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9be4a9a0-7544-11ed-a4be-02e38914ad63 | InvocationID=9be4ab9e-7544-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:01:50+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=931151fc-7544-11ed-a4be-02e38914ad63 | InvocationID=93115468-7544-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:01:50+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f00ca74-7544-11ed-a4be-02e38914ad63 | InvocationID=9f00cc54-7544-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:02:10+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9be4a9a0-7544-11ed-a4be-02e38914ad63 | InvocationID=9be4ab9e-7544-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:02:10+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aad1164c-7544-11ed-a4be-02e38914ad63 | InvocationID=aad11822-7544-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:02:10+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aad1164c-7544-11ed-a4be-02e38914ad63 | InvocationID=aad11822-7544-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:02:10+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aad1164c-7544-11ed-a4be-02e38914ad63 | InvocationID=aad11822-7544-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:02:14+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f00ca74-7544-11ed-a4be-02e38914ad63 | InvocationID=9f00cc54-7544-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:02:14+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad70516a-7544-11ed-a4be-02e38914ad63 | InvocationID=ad705322-7544-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:02:34+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad70516a-7544-11ed-a4be-02e38914ad63 | InvocationID=ad705322-7544-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:02:34+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9660f00-7544-11ed-a4be-02e38914ad63 | InvocationID=b96610c2-7544-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:02:35+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aad1164c-7544-11ed-a4be-02e38914ad63 | InvocationID=aad11822-7544-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:02:35+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9bc1c38-7544-11ed-a4be-02e38914ad63 | InvocationID=b9bc1ef4-7544-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:02:35+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9bc1c38-7544-11ed-a4be-02e38914ad63 | InvocationID=b9bc1ef4-7544-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:02:35+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9bc1c38-7544-11ed-a4be-02e38914ad63 | InvocationID=b9bc1ef4-7544-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:02:54+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b9660f00-7544-11ed-a4be-02e38914ad63 | InvocationID=b96610c2-7544-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:02:54+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c55a364c-7544-11ed-a4be-02e38914ad63 | InvocationID=c55a3854-7544-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:03:00+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9bc1c38-7544-11ed-a4be-02e38914ad63 | InvocationID=b9bc1ef4-7544-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:03:00+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8a75f82-7544-11ed-a4be-02e38914ad63 | InvocationID=c8a76130-7544-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:03:00+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8a75f82-7544-11ed-a4be-02e38914ad63 | InvocationID=c8a76130-7544-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:03:00+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8a75f82-7544-11ed-a4be-02e38914ad63 | InvocationID=c8a76130-7544-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:03:14+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c55a364c-7544-11ed-a4be-02e38914ad63 | InvocationID=c55a3854-7544-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:03:14+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d16393fc-7544-11ed-a4be-02e38914ad63 | InvocationID=d163967c-7544-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:03:25+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8a75f82-7544-11ed-a4be-02e38914ad63 | InvocationID=c8a76130-7544-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:03:25+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7938a70-7544-11ed-a4be-02e38914ad63 | InvocationID=d7938cfa-7544-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:03:25+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7938a70-7544-11ed-a4be-02e38914ad63 | InvocationID=d7938cfa-7544-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:03:25+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7938a70-7544-11ed-a4be-02e38914ad63 | InvocationID=d7938cfa-7544-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:03:35+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d16393fc-7544-11ed-a4be-02e38914ad63 | InvocationID=d163967c-7544-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:03:35+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dda501f0-7544-11ed-a4be-02e38914ad63 | InvocationID=dda503da-7544-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:03:50+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7938a70-7544-11ed-a4be-02e38914ad63 | InvocationID=d7938cfa-7544-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:03:50+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e67ea204-7544-11ed-a4be-02e38914ad63 | InvocationID=e67eaab0-7544-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:03:50+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e67ea204-7544-11ed-a4be-02e38914ad63 | InvocationID=e67eaab0-7544-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:03:50+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e67ea204-7544-11ed-a4be-02e38914ad63 | InvocationID=e67eaab0-7544-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:04:00+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dda501f0-7544-11ed-a4be-02e38914ad63 | InvocationID=dda503da-7544-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:04:00+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec66bee0-7544-11ed-a4be-02e38914ad63 | InvocationID=ec66c0a2-7544-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:04:15+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e67ea204-7544-11ed-a4be-02e38914ad63 | InvocationID=e67eaab0-7544-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:04:15+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f56bffbe-7544-11ed-a4be-02e38914ad63 | InvocationID=f56c0220-7544-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:04:15+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f56bffbe-7544-11ed-a4be-02e38914ad63 | InvocationID=f56c0220-7544-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:04:15+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f56bffbe-7544-11ed-a4be-02e38914ad63 | InvocationID=f56c0220-7544-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:04:25+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec66bee0-7544-11ed-a4be-02e38914ad63 | InvocationID=ec66c0a2-7544-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:04:25+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb28e868-7544-11ed-a4be-02e38914ad63 | InvocationID=fb28ea7a-7544-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:04:40+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f56bffbe-7544-11ed-a4be-02e38914ad63 | InvocationID=f56c0220-7544-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:04:40+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04588966-7545-11ed-a4be-02e38914ad63 | InvocationID=04588ce0-7545-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:04:40+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04588966-7545-11ed-a4be-02e38914ad63 | InvocationID=04588ce0-7545-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:04:40+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04588966-7545-11ed-a4be-02e38914ad63 | InvocationID=04588ce0-7545-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:04:49+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fb28e868-7544-11ed-a4be-02e38914ad63 | InvocationID=fb28ea7a-7544-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:04:49+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09ed4f06-7545-11ed-a4be-02e38914ad63 | InvocationID=09ed56cc-7545-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:05:05+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04588966-7545-11ed-a4be-02e38914ad63 | InvocationID=04588ce0-7545-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:05:05+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=134404d2-7545-11ed-a4be-02e38914ad63 | InvocationID=13440766-7545-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:05:05+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=134404d2-7545-11ed-a4be-02e38914ad63 | InvocationID=13440766-7545-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:05:05+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=134404d2-7545-11ed-a4be-02e38914ad63 | InvocationID=13440766-7545-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:05:14+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09ed4f06-7545-11ed-a4be-02e38914ad63 | InvocationID=09ed56cc-7545-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:05:14+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18b3583c-7545-11ed-a4be-02e38914ad63 | InvocationID=18b35c6a-7545-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:05:30+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=134404d2-7545-11ed-a4be-02e38914ad63 | InvocationID=13440766-7545-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:05:30+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2230d2a4-7545-11ed-a4be-02e38914ad63 | InvocationID=2230d600-7545-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:05:30+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2230d2a4-7545-11ed-a4be-02e38914ad63 | InvocationID=2230d600-7545-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:05:30+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2230d2a4-7545-11ed-a4be-02e38914ad63 | InvocationID=2230d600-7545-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:05:39+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=18b3583c-7545-11ed-a4be-02e38914ad63 | InvocationID=18b35c6a-7545-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:05:39+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=277547ae-7545-11ed-a4be-02e38914ad63 | InvocationID=277549d4-7545-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:05:55+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2230d2a4-7545-11ed-a4be-02e38914ad63 | InvocationID=2230d600-7545-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:05:55+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=311bbdb0-7545-11ed-a4be-02e38914ad63 | InvocationID=311bc094-7545-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:05:55+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=311bbdb0-7545-11ed-a4be-02e38914ad63 | InvocationID=311bc094-7545-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:05:55+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=311bbdb0-7545-11ed-a4be-02e38914ad63 | InvocationID=311bc094-7545-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:06:04+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=277547ae-7545-11ed-a4be-02e38914ad63 | InvocationID=277549d4-7545-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:06:04+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3638be24-7545-11ed-a4be-02e38914ad63 | InvocationID=3638c04a-7545-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:06:20+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=311bbdb0-7545-11ed-a4be-02e38914ad63 | InvocationID=311bc094-7545-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:06:20+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4006f632-7545-11ed-a4be-02e38914ad63 | InvocationID=4006f808-7545-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:06:20+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4006f632-7545-11ed-a4be-02e38914ad63 | InvocationID=4006f808-7545-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:06:20+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4006f632-7545-11ed-a4be-02e38914ad63 | InvocationID=4006f808-7545-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:06:28+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3638be24-7545-11ed-a4be-02e38914ad63 | InvocationID=3638c04a-7545-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:06:28+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44fb5070-7545-11ed-a4be-02e38914ad63 | InvocationID=44fb5246-7545-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:06:45+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4006f632-7545-11ed-a4be-02e38914ad63 | InvocationID=4006f808-7545-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:06:45+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ef20844-7545-11ed-a4be-02e38914ad63 | InvocationID=4ef20a24-7545-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:06:45+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ef20844-7545-11ed-a4be-02e38914ad63 | InvocationID=4ef20a24-7545-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:06:45+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ef20844-7545-11ed-a4be-02e38914ad63 | InvocationID=4ef20a24-7545-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:06:53+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=44fb5070-7545-11ed-a4be-02e38914ad63 | InvocationID=44fb5246-7545-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:06:53+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53bf91fc-7545-11ed-a4be-02e38914ad63 | InvocationID=53bf947c-7545-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:07:10+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ef20844-7545-11ed-a4be-02e38914ad63 | InvocationID=4ef20a24-7545-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:07:10+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ddd1088-7545-11ed-a4be-02e38914ad63 | InvocationID=5ddd12ae-7545-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:07:10+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ddd1088-7545-11ed-a4be-02e38914ad63 | InvocationID=5ddd12ae-7545-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:07:10+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ddd1088-7545-11ed-a4be-02e38914ad63 | InvocationID=5ddd12ae-7545-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:07:18+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=53bf91fc-7545-11ed-a4be-02e38914ad63 | InvocationID=53bf947c-7545-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:07:18+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62814aaa-7545-11ed-a4be-02e38914ad63 | InvocationID=62814c9e-7545-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:07:35+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ddd1088-7545-11ed-a4be-02e38914ad63 | InvocationID=5ddd12ae-7545-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:07:35+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6cc80850-7545-11ed-a4be-02e38914ad63 | InvocationID=6cc80a58-7545-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:07:35+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6cc80850-7545-11ed-a4be-02e38914ad63 | InvocationID=6cc80a58-7545-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:07:35+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6cc80850-7545-11ed-a4be-02e38914ad63 | InvocationID=6cc80a58-7545-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:07:43+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=62814aaa-7545-11ed-a4be-02e38914ad63 | InvocationID=62814c9e-7545-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:07:43+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71439ade-7545-11ed-a4be-02e38914ad63 | InvocationID=71439d4a-7545-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:08:00+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6cc80850-7545-11ed-a4be-02e38914ad63 | InvocationID=6cc80a58-7545-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:08:00+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7bb33164-7545-11ed-a4be-02e38914ad63 | InvocationID=7bb3333a-7545-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:08:00+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7bb33164-7545-11ed-a4be-02e38914ad63 | InvocationID=7bb3333a-7545-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:08:00+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7bb33164-7545-11ed-a4be-02e38914ad63 | InvocationID=7bb3333a-7545-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:08:07+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=71439ade-7545-11ed-a4be-02e38914ad63 | InvocationID=71439d4a-7545-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:08:07+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80052952-7545-11ed-a4be-02e38914ad63 | InvocationID=80052b5a-7545-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:08:25+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7bb33164-7545-11ed-a4be-02e38914ad63 | InvocationID=7bb3333a-7545-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:08:25+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a9e84ee-7545-11ed-a4be-02e38914ad63 | InvocationID=8a9e8728-7545-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:08:25+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a9e84ee-7545-11ed-a4be-02e38914ad63 | InvocationID=8a9e8728-7545-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:08:25+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a9e84ee-7545-11ed-a4be-02e38914ad63 | InvocationID=8a9e8728-7545-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:08:32+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=80052952-7545-11ed-a4be-02e38914ad63 | InvocationID=80052b5a-7545-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:08:32+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8eca5c82-7545-11ed-a4be-02e38914ad63 | InvocationID=8eca6f74-7545-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:08:50+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a9e84ee-7545-11ed-a4be-02e38914ad63 | InvocationID=8a9e8728-7545-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:08:50+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=998a36ce-7545-11ed-a4be-02e38914ad63 | InvocationID=998a38fe-7545-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:08:50+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=998a36ce-7545-11ed-a4be-02e38914ad63 | InvocationID=998a38fe-7545-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:08:50+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=998a36ce-7545-11ed-a4be-02e38914ad63 | InvocationID=998a38fe-7545-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:08:57+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8eca5c82-7545-11ed-a4be-02e38914ad63 | InvocationID=8eca6f74-7545-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:08:57+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d8d07c4-7545-11ed-a4be-02e38914ad63 | InvocationID=9d8d0986-7545-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:09:15+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=998a36ce-7545-11ed-a4be-02e38914ad63 | InvocationID=998a38fe-7545-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:09:15+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8759bb0-7545-11ed-a4be-02e38914ad63 | InvocationID=a8759dd6-7545-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:09:15+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8759bb0-7545-11ed-a4be-02e38914ad63 | InvocationID=a8759dd6-7545-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:09:15+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8759bb0-7545-11ed-a4be-02e38914ad63 | InvocationID=a8759dd6-7545-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:09:22+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d8d07c4-7545-11ed-a4be-02e38914ad63 | InvocationID=9d8d0986-7545-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:09:22+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac52f6f6-7545-11ed-a4be-02e38914ad63 | InvocationID=ac52f99e-7545-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:09:40+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8759bb0-7545-11ed-a4be-02e38914ad63 | InvocationID=a8759dd6-7545-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:09:40+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7609b52-7545-11ed-a4be-02e38914ad63 | InvocationID=b7609ecc-7545-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:09:40+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7609b52-7545-11ed-a4be-02e38914ad63 | InvocationID=b7609ecc-7545-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:09:40+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7609b52-7545-11ed-a4be-02e38914ad63 | InvocationID=b7609ecc-7545-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:09:47+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ac52f6f6-7545-11ed-a4be-02e38914ad63 | InvocationID=ac52f99e-7545-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:09:47+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb153852-7545-11ed-a4be-02e38914ad63 | InvocationID=bb153ab4-7545-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:10:05+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7609b52-7545-11ed-a4be-02e38914ad63 | InvocationID=b7609ecc-7545-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:10:05+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c64bde7e-7545-11ed-a4be-02e38914ad63 | InvocationID=c64be0f4-7545-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:10:05+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c64bde7e-7545-11ed-a4be-02e38914ad63 | InvocationID=c64be0f4-7545-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:10:05+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c64bde7e-7545-11ed-a4be-02e38914ad63 | InvocationID=c64be0f4-7545-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:10:11+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bb153852-7545-11ed-a4be-02e38914ad63 | InvocationID=bb153ab4-7545-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:10:11+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9d946c6-7545-11ed-a4be-02e38914ad63 | InvocationID=c9d948ec-7545-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:10:30+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c64bde7e-7545-11ed-a4be-02e38914ad63 | InvocationID=c64be0f4-7545-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:10:30+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d538868a-7545-11ed-a4be-02e38914ad63 | InvocationID=d538933c-7545-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:10:30+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d538868a-7545-11ed-a4be-02e38914ad63 | InvocationID=d538933c-7545-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:10:30+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d538868a-7545-11ed-a4be-02e38914ad63 | InvocationID=d538933c-7545-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:10:36+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c9d946c6-7545-11ed-a4be-02e38914ad63 | InvocationID=c9d948ec-7545-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:10:36+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d89aa5a6-7545-11ed-a4be-02e38914ad63 | InvocationID=d89aa75e-7545-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:10:55+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d538868a-7545-11ed-a4be-02e38914ad63 | InvocationID=d538933c-7545-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:10:55+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4247244-7545-11ed-a4be-02e38914ad63 | InvocationID=e4247578-7545-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:10:55+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4247244-7545-11ed-a4be-02e38914ad63 | InvocationID=e4247578-7545-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:10:55+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4247244-7545-11ed-a4be-02e38914ad63 | InvocationID=e4247578-7545-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:11:01+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d89aa5a6-7545-11ed-a4be-02e38914ad63 | InvocationID=d89aa75e-7545-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:11:01+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e75db588-7545-11ed-a4be-02e38914ad63 | InvocationID=e75db8d0-7545-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:11:20+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4247244-7545-11ed-a4be-02e38914ad63 | InvocationID=e4247578-7545-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:11:20+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f30feac2-7545-11ed-a4be-02e38914ad63 | InvocationID=f30fed60-7545-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:11:20+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f30feac2-7545-11ed-a4be-02e38914ad63 | InvocationID=f30fed60-7545-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:11:20+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f30feac2-7545-11ed-a4be-02e38914ad63 | InvocationID=f30fed60-7545-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:11:26+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e75db588-7545-11ed-a4be-02e38914ad63 | InvocationID=e75db8d0-7545-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:11:26+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f61f0248-7545-11ed-a4be-02e38914ad63 | InvocationID=f61f0518-7545-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:11:45+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f30feac2-7545-11ed-a4be-02e38914ad63 | InvocationID=f30fed60-7545-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:11:45+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01fb392e-7546-11ed-a4be-02e38914ad63 | InvocationID=01fb3b9a-7546-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:11:46+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01fb392e-7546-11ed-a4be-02e38914ad63 | InvocationID=01fb3b9a-7546-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:11:46+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01fb392e-7546-11ed-a4be-02e38914ad63 | InvocationID=01fb3b9a-7546-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:11:50+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f61f0248-7545-11ed-a4be-02e38914ad63 | InvocationID=f61f0518-7545-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:11:50+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04e284c6-7546-11ed-a4be-02e38914ad63 | InvocationID=04e2867e-7546-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:12:11+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01fb392e-7546-11ed-a4be-02e38914ad63 | InvocationID=01fb3b9a-7546-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:12:11+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10e65e78-7546-11ed-a4be-02e38914ad63 | InvocationID=10e66490-7546-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:12:11+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10e65e78-7546-11ed-a4be-02e38914ad63 | InvocationID=10e66490-7546-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:12:11+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10e65e78-7546-11ed-a4be-02e38914ad63 | InvocationID=10e66490-7546-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:12:15+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=04e284c6-7546-11ed-a4be-02e38914ad63 | InvocationID=04e2867e-7546-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:12:15+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13a7540a-7546-11ed-a4be-02e38914ad63 | InvocationID=13a7570c-7546-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:12:36+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10e65e78-7546-11ed-a4be-02e38914ad63 | InvocationID=10e66490-7546-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:12:36+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fd1e290-7546-11ed-a4be-02e38914ad63 | InvocationID=1fd1e600-7546-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:12:36+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fd1e290-7546-11ed-a4be-02e38914ad63 | InvocationID=1fd1e600-7546-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:12:36+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1fd1e290-7546-11ed-a4be-02e38914ad63 | InvocationID=1fd1e600-7546-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:12:40+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=13a7540a-7546-11ed-a4be-02e38914ad63 | InvocationID=13a7570c-7546-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:12:40+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=226c8f14-7546-11ed-a4be-02e38914ad63 | InvocationID=226c9176-7546-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:13:01+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1fd1e290-7546-11ed-a4be-02e38914ad63 | InvocationID=1fd1e600-7546-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:13:01+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ebcfe48-7546-11ed-a4be-02e38914ad63 | InvocationID=2ebd001e-7546-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:13:01+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ebcfe48-7546-11ed-a4be-02e38914ad63 | InvocationID=2ebd001e-7546-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:13:01+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ebcfe48-7546-11ed-a4be-02e38914ad63 | InvocationID=2ebd001e-7546-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:13:05+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=226c8f14-7546-11ed-a4be-02e38914ad63 | InvocationID=226c9176-7546-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:13:05+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=312e961e-7546-11ed-a4be-02e38914ad63 | InvocationID=312e9916-7546-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:13:26+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ebcfe48-7546-11ed-a4be-02e38914ad63 | InvocationID=2ebd001e-7546-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:13:26+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3da8b17c-7546-11ed-a4be-02e38914ad63 | InvocationID=3da8b348-7546-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:13:26+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3da8b17c-7546-11ed-a4be-02e38914ad63 | InvocationID=3da8b348-7546-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:13:26+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3da8b17c-7546-11ed-a4be-02e38914ad63 | InvocationID=3da8b348-7546-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:13:29+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=312e961e-7546-11ed-a4be-02e38914ad63 | InvocationID=312e9916-7546-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:13:29+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ff4238a-7546-11ed-a4be-02e38914ad63 | InvocationID=3ff42dee-7546-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:13:51+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3da8b17c-7546-11ed-a4be-02e38914ad63 | InvocationID=3da8b348-7546-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:13:51+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c93ab56-7546-11ed-a4be-02e38914ad63 | InvocationID=4c93adb8-7546-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:13:51+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c93ab56-7546-11ed-a4be-02e38914ad63 | InvocationID=4c93adb8-7546-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:13:51+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c93ab56-7546-11ed-a4be-02e38914ad63 | InvocationID=4c93adb8-7546-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:13:54+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3ff4238a-7546-11ed-a4be-02e38914ad63 | InvocationID=3ff42dee-7546-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:13:54+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4eba0100-7546-11ed-a4be-02e38914ad63 | InvocationID=4eba038a-7546-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:14:16+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c93ab56-7546-11ed-a4be-02e38914ad63 | InvocationID=4c93adb8-7546-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:14:16+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b83f1ca-7546-11ed-a4be-02e38914ad63 | InvocationID=5b83f3a0-7546-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:14:16+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b83f1ca-7546-11ed-a4be-02e38914ad63 | InvocationID=5b83f3a0-7546-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:14:16+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b83f1ca-7546-11ed-a4be-02e38914ad63 | InvocationID=5b83f3a0-7546-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:14:19+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4eba0100-7546-11ed-a4be-02e38914ad63 | InvocationID=4eba038a-7546-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:14:19+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d86d5dc-7546-11ed-a4be-02e38914ad63 | InvocationID=5d86d88e-7546-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:14:41+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b83f1ca-7546-11ed-a4be-02e38914ad63 | InvocationID=5b83f3a0-7546-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:14:41+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a72945c-7546-11ed-a4be-02e38914ad63 | InvocationID=6a729628-7546-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:14:41+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a72945c-7546-11ed-a4be-02e38914ad63 | InvocationID=6a729628-7546-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:14:41+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a72945c-7546-11ed-a4be-02e38914ad63 | InvocationID=6a729628-7546-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:14:44+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d86d5dc-7546-11ed-a4be-02e38914ad63 | InvocationID=5d86d88e-7546-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:14:44+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c692690-7546-11ed-a4be-02e38914ad63 | InvocationID=6c692866-7546-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:15:06+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a72945c-7546-11ed-a4be-02e38914ad63 | InvocationID=6a729628-7546-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:15:06+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=795dcd2e-7546-11ed-a4be-02e38914ad63 | InvocationID=795dcf18-7546-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:15:06+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=795dcd2e-7546-11ed-a4be-02e38914ad63 | InvocationID=795dcf18-7546-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:15:06+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=795dcd2e-7546-11ed-a4be-02e38914ad63 | InvocationID=795dcf18-7546-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:15:09+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6c692690-7546-11ed-a4be-02e38914ad63 | InvocationID=6c692866-7546-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:15:09+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b30395c-7546-11ed-a4be-02e38914ad63 | InvocationID=7b303b28-7546-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:15:31+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=795dcd2e-7546-11ed-a4be-02e38914ad63 | InvocationID=795dcf18-7546-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:15:31+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=884864ac-7546-11ed-a4be-02e38914ad63 | InvocationID=88486678-7546-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:15:31+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=884864ac-7546-11ed-a4be-02e38914ad63 | InvocationID=88486678-7546-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:15:31+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=884864ac-7546-11ed-a4be-02e38914ad63 | InvocationID=88486678-7546-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:15:34+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7b30395c-7546-11ed-a4be-02e38914ad63 | InvocationID=7b303b28-7546-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:15:34+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89f56cfa-7546-11ed-a4be-02e38914ad63 | InvocationID=89f56ea8-7546-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:15:56+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=884864ac-7546-11ed-a4be-02e38914ad63 | InvocationID=88486678-7546-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:15:56+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9734468e-7546-11ed-a4be-02e38914ad63 | InvocationID=97344ecc-7546-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:15:56+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9734468e-7546-11ed-a4be-02e38914ad63 | InvocationID=97344ecc-7546-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:15:56+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9734468e-7546-11ed-a4be-02e38914ad63 | InvocationID=97344ecc-7546-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:15:58+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89f56cfa-7546-11ed-a4be-02e38914ad63 | InvocationID=89f56ea8-7546-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:15:58+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98bca87a-7546-11ed-a4be-02e38914ad63 | InvocationID=98bcaa5a-7546-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:16:21+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9734468e-7546-11ed-a4be-02e38914ad63 | InvocationID=97344ecc-7546-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:16:21+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a61fb7f0-7546-11ed-a4be-02e38914ad63 | InvocationID=a61fba48-7546-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:16:21+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a61fb7f0-7546-11ed-a4be-02e38914ad63 | InvocationID=a61fba48-7546-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:16:21+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a61fb7f0-7546-11ed-a4be-02e38914ad63 | InvocationID=a61fba48-7546-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:16:23+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98bca87a-7546-11ed-a4be-02e38914ad63 | InvocationID=98bcaa5a-7546-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:16:23+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7851324-7546-11ed-a4be-02e38914ad63 | InvocationID=a78514dc-7546-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:16:46+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a61fb7f0-7546-11ed-a4be-02e38914ad63 | InvocationID=a61fba48-7546-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:16:46+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b50ae618-7546-11ed-a4be-02e38914ad63 | InvocationID=b50ae8e8-7546-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:16:46+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b50ae618-7546-11ed-a4be-02e38914ad63 | InvocationID=b50ae8e8-7546-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:16:46+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b50ae618-7546-11ed-a4be-02e38914ad63 | InvocationID=b50ae8e8-7546-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:16:48+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a7851324-7546-11ed-a4be-02e38914ad63 | InvocationID=a78514dc-7546-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:16:48+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b64e1888-7546-11ed-a4be-02e38914ad63 | InvocationID=b64e1a40-7546-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:17:11+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b50ae618-7546-11ed-a4be-02e38914ad63 | InvocationID=b50ae8e8-7546-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:17:11+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3f72ef2-7546-11ed-a4be-02e38914ad63 | InvocationID=c3f73320-7546-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:17:11+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3f72ef2-7546-11ed-a4be-02e38914ad63 | InvocationID=c3f73320-7546-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:17:11+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3f72ef2-7546-11ed-a4be-02e38914ad63 | InvocationID=c3f73320-7546-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:17:13+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b64e1888-7546-11ed-a4be-02e38914ad63 | InvocationID=b64e1a40-7546-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:17:13+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c51d4d52-7546-11ed-a4be-02e38914ad63 | InvocationID=c51d4faa-7546-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:17:36+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3f72ef2-7546-11ed-a4be-02e38914ad63 | InvocationID=c3f73320-7546-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:17:36+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2e2eb4a-7546-11ed-a4be-02e38914ad63 | InvocationID=d2e2ee88-7546-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:17:36+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2e2eb4a-7546-11ed-a4be-02e38914ad63 | InvocationID=d2e2ee88-7546-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:17:36+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2e2eb4a-7546-11ed-a4be-02e38914ad63 | InvocationID=d2e2ee88-7546-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:17:38+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c51d4d52-7546-11ed-a4be-02e38914ad63 | InvocationID=c51d4faa-7546-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:17:38+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3eeba6e-7546-11ed-a4be-02e38914ad63 | InvocationID=d3eebc26-7546-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:18:01+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2e2eb4a-7546-11ed-a4be-02e38914ad63 | InvocationID=d2e2ee88-7546-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:18:01+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1cea4b4-7546-11ed-a4be-02e38914ad63 | InvocationID=e1cea72a-7546-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:18:01+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1cea4b4-7546-11ed-a4be-02e38914ad63 | InvocationID=e1cea72a-7546-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:18:01+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1cea4b4-7546-11ed-a4be-02e38914ad63 | InvocationID=e1cea72a-7546-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:18:03+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d3eeba6e-7546-11ed-a4be-02e38914ad63 | InvocationID=d3eebc26-7546-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:18:03+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2bee320-7546-11ed-a4be-02e38914ad63 | InvocationID=e2bee4e2-7546-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:18:26+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1cea4b4-7546-11ed-a4be-02e38914ad63 | InvocationID=e1cea72a-7546-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:18:26+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0ba78d6-7546-11ed-a4be-02e38914ad63 | InvocationID=f0ba7bf6-7546-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:18:26+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0ba78d6-7546-11ed-a4be-02e38914ad63 | InvocationID=f0ba7bf6-7546-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:18:26+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0ba78d6-7546-11ed-a4be-02e38914ad63 | InvocationID=f0ba7bf6-7546-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:18:27+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2bee320-7546-11ed-a4be-02e38914ad63 | InvocationID=e2bee4e2-7546-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:18:27+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f185883c-7546-11ed-a4be-02e38914ad63 | InvocationID=f1858a3a-7546-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:18:51+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0ba78d6-7546-11ed-a4be-02e38914ad63 | InvocationID=f0ba7bf6-7546-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:18:51+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffa6090a-7546-11ed-a4be-02e38914ad63 | InvocationID=ffa60afe-7546-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:18:51+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffa6090a-7546-11ed-a4be-02e38914ad63 | InvocationID=ffa60afe-7546-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:18:51+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ffa6090a-7546-11ed-a4be-02e38914ad63 | InvocationID=ffa60afe-7546-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:18:52+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f185883c-7546-11ed-a4be-02e38914ad63 | InvocationID=f1858a3a-7546-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:18:52+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00522e10-7547-11ed-a4be-02e38914ad63 | InvocationID=00522ffa-7547-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:19:16+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ffa6090a-7546-11ed-a4be-02e38914ad63 | InvocationID=ffa60afe-7546-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:19:16+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e918a20-7547-11ed-a4be-02e38914ad63 | InvocationID=0e918c0a-7547-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:19:16+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e918a20-7547-11ed-a4be-02e38914ad63 | InvocationID=0e918c0a-7547-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:19:16+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e918a20-7547-11ed-a4be-02e38914ad63 | InvocationID=0e918c0a-7547-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:19:17+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=00522e10-7547-11ed-a4be-02e38914ad63 | InvocationID=00522ffa-7547-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:19:17+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f14889e-7547-11ed-a4be-02e38914ad63 | InvocationID=0f148ad8-7547-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:19:41+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e918a20-7547-11ed-a4be-02e38914ad63 | InvocationID=0e918c0a-7547-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:19:41+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d7d0bd6-7547-11ed-a4be-02e38914ad63 | InvocationID=1d7d163a-7547-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:19:41+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d7d0bd6-7547-11ed-a4be-02e38914ad63 | InvocationID=1d7d163a-7547-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:19:41+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d7d0bd6-7547-11ed-a4be-02e38914ad63 | InvocationID=1d7d163a-7547-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:19:42+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0f14889e-7547-11ed-a4be-02e38914ad63 | InvocationID=0f148ad8-7547-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:19:42+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1dd56ace-7547-11ed-a4be-02e38914ad63 | InvocationID=1dd56c9a-7547-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:20:06+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d7d0bd6-7547-11ed-a4be-02e38914ad63 | InvocationID=1d7d163a-7547-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:20:06+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c696c2a-7547-11ed-a4be-02e38914ad63 | InvocationID=2c696e00-7547-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:20:06+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c696c2a-7547-11ed-a4be-02e38914ad63 | InvocationID=2c696e00-7547-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:20:06+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c696c2a-7547-11ed-a4be-02e38914ad63 | InvocationID=2c696e00-7547-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:20:06+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1dd56ace-7547-11ed-a4be-02e38914ad63 | InvocationID=1dd56c9a-7547-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:20:06+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c9648ee-7547-11ed-a4be-02e38914ad63 | InvocationID=2c964ac4-7547-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:20:31+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c696c2a-7547-11ed-a4be-02e38914ad63 | InvocationID=2c696e00-7547-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:20:31+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b549836-7547-11ed-a4be-02e38914ad63 | InvocationID=3b549ad4-7547-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:20:31+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c9648ee-7547-11ed-a4be-02e38914ad63 | InvocationID=2c964ac4-7547-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:20:31+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b57eec8-7547-11ed-a4be-02e38914ad63 | InvocationID=3b57f026-7547-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:20:31+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b549836-7547-11ed-a4be-02e38914ad63 | InvocationID=3b549ad4-7547-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:20:31+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b549836-7547-11ed-a4be-02e38914ad63 | InvocationID=3b549ad4-7547-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:20:56+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3b57eec8-7547-11ed-a4be-02e38914ad63 | InvocationID=3b57f026-7547-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:20:56+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a19f0f0-7547-11ed-a4be-02e38914ad63 | InvocationID=4a19f316-7547-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:20:56+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b549836-7547-11ed-a4be-02e38914ad63 | InvocationID=3b549ad4-7547-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:20:56+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a417922-7547-11ed-a4be-02e38914ad63 | InvocationID=4a417ada-7547-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:20:56+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a417922-7547-11ed-a4be-02e38914ad63 | InvocationID=4a417ada-7547-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:20:56+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a417922-7547-11ed-a4be-02e38914ad63 | InvocationID=4a417ada-7547-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:21:21+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4a19f0f0-7547-11ed-a4be-02e38914ad63 | InvocationID=4a19f316-7547-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:21:21+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58dc2360-7547-11ed-a4be-02e38914ad63 | InvocationID=58dc254a-7547-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:21:21+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a417922-7547-11ed-a4be-02e38914ad63 | InvocationID=4a417ada-7547-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:21:21+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=592bfc5a-7547-11ed-a4be-02e38914ad63 | InvocationID=592bfdfe-7547-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:21:21+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=592bfc5a-7547-11ed-a4be-02e38914ad63 | InvocationID=592bfdfe-7547-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:21:21+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=592bfc5a-7547-11ed-a4be-02e38914ad63 | InvocationID=592bfdfe-7547-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:21:45+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=58dc2360-7547-11ed-a4be-02e38914ad63 | InvocationID=58dc254a-7547-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:21:45+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=679dfd2e-7547-11ed-a4be-02e38914ad63 | InvocationID=679e0076-7547-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:21:46+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=592bfc5a-7547-11ed-a4be-02e38914ad63 | InvocationID=592bfdfe-7547-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:21:46+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6816d640-7547-11ed-a4be-02e38914ad63 | InvocationID=6816d9c4-7547-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:21:46+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6816d640-7547-11ed-a4be-02e38914ad63 | InvocationID=6816d9c4-7547-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:21:46+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6816d640-7547-11ed-a4be-02e38914ad63 | InvocationID=6816d9c4-7547-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:22:10+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=679dfd2e-7547-11ed-a4be-02e38914ad63 | InvocationID=679e0076-7547-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:22:10+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7661db96-7547-11ed-a4be-02e38914ad63 | InvocationID=7661ddc6-7547-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:22:11+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6816d640-7547-11ed-a4be-02e38914ad63 | InvocationID=6816d9c4-7547-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:22:11+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77023398-7547-11ed-a4be-02e38914ad63 | InvocationID=770235a0-7547-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:22:11+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77023398-7547-11ed-a4be-02e38914ad63 | InvocationID=770235a0-7547-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:22:11+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77023398-7547-11ed-a4be-02e38914ad63 | InvocationID=770235a0-7547-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:22:35+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7661db96-7547-11ed-a4be-02e38914ad63 | InvocationID=7661ddc6-7547-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:22:35+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85232ac2-7547-11ed-a4be-02e38914ad63 | InvocationID=85232cf2-7547-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:22:36+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77023398-7547-11ed-a4be-02e38914ad63 | InvocationID=770235a0-7547-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:22:36+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85eda20c-7547-11ed-a4be-02e38914ad63 | InvocationID=85eda98c-7547-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:22:36+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85eda20c-7547-11ed-a4be-02e38914ad63 | InvocationID=85eda98c-7547-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:22:36+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85eda20c-7547-11ed-a4be-02e38914ad63 | InvocationID=85eda98c-7547-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:23:00+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=85232ac2-7547-11ed-a4be-02e38914ad63 | InvocationID=85232cf2-7547-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:23:00+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93e771b2-7547-11ed-a4be-02e38914ad63 | InvocationID=93e7746e-7547-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:23:01+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85eda20c-7547-11ed-a4be-02e38914ad63 | InvocationID=85eda98c-7547-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:23:01+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94d8b090-7547-11ed-a4be-02e38914ad63 | InvocationID=94d8b2a2-7547-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:23:01+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94d8b090-7547-11ed-a4be-02e38914ad63 | InvocationID=94d8b2a2-7547-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:23:01+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94d8b090-7547-11ed-a4be-02e38914ad63 | InvocationID=94d8b2a2-7547-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:23:25+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=93e771b2-7547-11ed-a4be-02e38914ad63 | InvocationID=93e7746e-7547-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:23:25+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2aff890-7547-11ed-a4be-02e38914ad63 | InvocationID=a2affb2e-7547-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:23:26+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94d8b090-7547-11ed-a4be-02e38914ad63 | InvocationID=94d8b2a2-7547-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:23:26+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3c3a452-7547-11ed-a4be-02e38914ad63 | InvocationID=a3c3a65a-7547-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:23:26+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3c3a452-7547-11ed-a4be-02e38914ad63 | InvocationID=a3c3a65a-7547-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:23:26+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3c3a452-7547-11ed-a4be-02e38914ad63 | InvocationID=a3c3a65a-7547-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:23:49+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a2aff890-7547-11ed-a4be-02e38914ad63 | InvocationID=a2affb2e-7547-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:23:49+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1726c46-7547-11ed-a4be-02e38914ad63 | InvocationID=b1726eee-7547-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:23:51+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3c3a452-7547-11ed-a4be-02e38914ad63 | InvocationID=a3c3a65a-7547-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:23:51+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2ae5eda-7547-11ed-a4be-02e38914ad63 | InvocationID=b2ae60ce-7547-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:23:51+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2ae5eda-7547-11ed-a4be-02e38914ad63 | InvocationID=b2ae60ce-7547-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:23:51+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2ae5eda-7547-11ed-a4be-02e38914ad63 | InvocationID=b2ae60ce-7547-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:24:14+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b1726c46-7547-11ed-a4be-02e38914ad63 | InvocationID=b1726eee-7547-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:24:14+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c035c782-7547-11ed-a4be-02e38914ad63 | InvocationID=c035ca48-7547-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:24:16+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2ae5eda-7547-11ed-a4be-02e38914ad63 | InvocationID=b2ae60ce-7547-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:24:16+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c19bedc2-7547-11ed-a4be-02e38914ad63 | InvocationID=c19bf02e-7547-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:24:16+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c19bedc2-7547-11ed-a4be-02e38914ad63 | InvocationID=c19bf02e-7547-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:24:16+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c19bedc2-7547-11ed-a4be-02e38914ad63 | InvocationID=c19bf02e-7547-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:24:39+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c035c782-7547-11ed-a4be-02e38914ad63 | InvocationID=c035ca48-7547-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:24:39+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cef803ac-7547-11ed-a4be-02e38914ad63 | InvocationID=cef8078a-7547-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:24:41+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c19bedc2-7547-11ed-a4be-02e38914ad63 | InvocationID=c19bf02e-7547-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:24:41+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d086f6c4-7547-11ed-a4be-02e38914ad63 | InvocationID=d086f8c2-7547-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:24:42+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d086f6c4-7547-11ed-a4be-02e38914ad63 | InvocationID=d086f8c2-7547-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:24:42+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d086f6c4-7547-11ed-a4be-02e38914ad63 | InvocationID=d086f8c2-7547-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:25:04+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cef803ac-7547-11ed-a4be-02e38914ad63 | InvocationID=cef8078a-7547-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:25:04+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddbc77d8-7547-11ed-a4be-02e38914ad63 | InvocationID=ddbc846c-7547-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:25:07+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d086f6c4-7547-11ed-a4be-02e38914ad63 | InvocationID=d086f8c2-7547-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:25:07+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df72d9a0-7547-11ed-a4be-02e38914ad63 | InvocationID=df72dba8-7547-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:25:07+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df72d9a0-7547-11ed-a4be-02e38914ad63 | InvocationID=df72dba8-7547-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:25:07+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df72d9a0-7547-11ed-a4be-02e38914ad63 | InvocationID=df72dba8-7547-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:25:28+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ddbc77d8-7547-11ed-a4be-02e38914ad63 | InvocationID=ddbc846c-7547-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:25:28+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec7e18e4-7547-11ed-a4be-02e38914ad63 | InvocationID=ec7e1b82-7547-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:25:32+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df72d9a0-7547-11ed-a4be-02e38914ad63 | InvocationID=df72dba8-7547-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:25:32+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee6021b6-7547-11ed-a4be-02e38914ad63 | InvocationID=ee602454-7547-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:25:32+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee6021b6-7547-11ed-a4be-02e38914ad63 | InvocationID=ee602454-7547-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:25:32+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee6021b6-7547-11ed-a4be-02e38914ad63 | InvocationID=ee602454-7547-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:25:53+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec7e18e4-7547-11ed-a4be-02e38914ad63 | InvocationID=ec7e1b82-7547-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:25:53+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb3ec842-7547-11ed-a4be-02e38914ad63 | InvocationID=fb3ece82-7547-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:25:57+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee6021b6-7547-11ed-a4be-02e38914ad63 | InvocationID=ee602454-7547-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:25:57+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd4b0bdc-7547-11ed-a4be-02e38914ad63 | InvocationID=fd4b1794-7547-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:25:57+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd4b0bdc-7547-11ed-a4be-02e38914ad63 | InvocationID=fd4b1794-7547-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:25:57+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd4b0bdc-7547-11ed-a4be-02e38914ad63 | InvocationID=fd4b1794-7547-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:26:18+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fb3ec842-7547-11ed-a4be-02e38914ad63 | InvocationID=fb3ece82-7547-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:26:18+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a00adaa-7548-11ed-a4be-02e38914ad63 | InvocationID=0a00b070-7548-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:26:22+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd4b0bdc-7547-11ed-a4be-02e38914ad63 | InvocationID=fd4b1794-7547-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:26:22+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c37883c-7548-11ed-a4be-02e38914ad63 | InvocationID=0c378ca6-7548-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:26:22+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c37883c-7548-11ed-a4be-02e38914ad63 | InvocationID=0c378ca6-7548-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:26:22+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c37883c-7548-11ed-a4be-02e38914ad63 | InvocationID=0c378ca6-7548-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:26:43+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0a00adaa-7548-11ed-a4be-02e38914ad63 | InvocationID=0a00b070-7548-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:26:43+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18c538c4-7548-11ed-a4be-02e38914ad63 | InvocationID=18c5483c-7548-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:26:47+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c37883c-7548-11ed-a4be-02e38914ad63 | InvocationID=0c378ca6-7548-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:26:47+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b235934-7548-11ed-a4be-02e38914ad63 | InvocationID=1b235ae2-7548-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:26:47+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b235934-7548-11ed-a4be-02e38914ad63 | InvocationID=1b235ae2-7548-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:26:47+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b235934-7548-11ed-a4be-02e38914ad63 | InvocationID=1b235ae2-7548-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:27:07+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=18c538c4-7548-11ed-a4be-02e38914ad63 | InvocationID=18c5483c-7548-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:27:07+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27872bc4-7548-11ed-a4be-02e38914ad63 | InvocationID=27872df4-7548-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:27:12+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b235934-7548-11ed-a4be-02e38914ad63 | InvocationID=1b235ae2-7548-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:27:12+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a0e6e52-7548-11ed-a4be-02e38914ad63 | InvocationID=2a0e7398-7548-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:27:12+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a0e6e52-7548-11ed-a4be-02e38914ad63 | InvocationID=2a0e7398-7548-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:27:12+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a0e6e52-7548-11ed-a4be-02e38914ad63 | InvocationID=2a0e7398-7548-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:27:32+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=27872bc4-7548-11ed-a4be-02e38914ad63 | InvocationID=27872df4-7548-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:27:32+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=364baee6-7548-11ed-a4be-02e38914ad63 | InvocationID=364bb6ac-7548-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:27:37+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a0e6e52-7548-11ed-a4be-02e38914ad63 | InvocationID=2a0e7398-7548-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:27:37+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38faabce-7548-11ed-a4be-02e38914ad63 | InvocationID=38faae1c-7548-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:27:37+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38faabce-7548-11ed-a4be-02e38914ad63 | InvocationID=38faae1c-7548-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:27:37+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38faabce-7548-11ed-a4be-02e38914ad63 | InvocationID=38faae1c-7548-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:27:57+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=364baee6-7548-11ed-a4be-02e38914ad63 | InvocationID=364bb6ac-7548-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:27:57+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4510379e-7548-11ed-a4be-02e38914ad63 | InvocationID=4510397e-7548-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:28:02+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38faabce-7548-11ed-a4be-02e38914ad63 | InvocationID=38faae1c-7548-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:28:02+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47e5d5aa-7548-11ed-a4be-02e38914ad63 | InvocationID=47e5d74e-7548-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:28:02+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47e5d5aa-7548-11ed-a4be-02e38914ad63 | InvocationID=47e5d74e-7548-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:28:02+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47e5d5aa-7548-11ed-a4be-02e38914ad63 | InvocationID=47e5d74e-7548-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:28:22+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4510379e-7548-11ed-a4be-02e38914ad63 | InvocationID=4510397e-7548-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:28:22+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53d7321e-7548-11ed-a4be-02e38914ad63 | InvocationID=53d733f4-7548-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:28:27+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47e5d5aa-7548-11ed-a4be-02e38914ad63 | InvocationID=47e5d74e-7548-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:28:27+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56d1301e-7548-11ed-a4be-02e38914ad63 | InvocationID=56d132f8-7548-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:28:27+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56d1301e-7548-11ed-a4be-02e38914ad63 | InvocationID=56d132f8-7548-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:28:27+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56d1301e-7548-11ed-a4be-02e38914ad63 | InvocationID=56d132f8-7548-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:28:47+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=53d7321e-7548-11ed-a4be-02e38914ad63 | InvocationID=53d733f4-7548-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:28:47+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62998ed2-7548-11ed-a4be-02e38914ad63 | InvocationID=62999288-7548-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:28:52+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56d1301e-7548-11ed-a4be-02e38914ad63 | InvocationID=56d132f8-7548-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:28:52+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65bd3ef6-7548-11ed-a4be-02e38914ad63 | InvocationID=65bd40c2-7548-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:28:52+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65bd3ef6-7548-11ed-a4be-02e38914ad63 | InvocationID=65bd40c2-7548-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:28:52+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65bd3ef6-7548-11ed-a4be-02e38914ad63 | InvocationID=65bd40c2-7548-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:29:11+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=62998ed2-7548-11ed-a4be-02e38914ad63 | InvocationID=62999288-7548-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:29:11+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=715cc93e-7548-11ed-a4be-02e38914ad63 | InvocationID=715ccaf6-7548-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:29:17+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65bd3ef6-7548-11ed-a4be-02e38914ad63 | InvocationID=65bd40c2-7548-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:29:17+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74a87804-7548-11ed-a4be-02e38914ad63 | InvocationID=74a879bc-7548-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:29:17+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74a87804-7548-11ed-a4be-02e38914ad63 | InvocationID=74a879bc-7548-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:29:17+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74a87804-7548-11ed-a4be-02e38914ad63 | InvocationID=74a879bc-7548-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:29:36+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=715cc93e-7548-11ed-a4be-02e38914ad63 | InvocationID=715ccaf6-7548-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:29:36+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80213a0e-7548-11ed-a4be-02e38914ad63 | InvocationID=802143be-7548-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:29:42+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74a87804-7548-11ed-a4be-02e38914ad63 | InvocationID=74a879bc-7548-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:29:42+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83933e44-7548-11ed-a4be-02e38914ad63 | InvocationID=839340c4-7548-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:29:42+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83933e44-7548-11ed-a4be-02e38914ad63 | InvocationID=839340c4-7548-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:29:42+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83933e44-7548-11ed-a4be-02e38914ad63 | InvocationID=839340c4-7548-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:30:01+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=80213a0e-7548-11ed-a4be-02e38914ad63 | InvocationID=802143be-7548-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:30:01+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ee60be6-7548-11ed-a4be-02e38914ad63 | InvocationID=8ee60eca-7548-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:30:07+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83933e44-7548-11ed-a4be-02e38914ad63 | InvocationID=839340c4-7548-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:30:07+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=927e2eaa-7548-11ed-a4be-02e38914ad63 | InvocationID=927e30bc-7548-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:30:07+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=927e2eaa-7548-11ed-a4be-02e38914ad63 | InvocationID=927e30bc-7548-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:30:07+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=927e2eaa-7548-11ed-a4be-02e38914ad63 | InvocationID=927e30bc-7548-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:30:26+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8ee60be6-7548-11ed-a4be-02e38914ad63 | InvocationID=8ee60eca-7548-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:30:26+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9da9b628-7548-11ed-a4be-02e38914ad63 | InvocationID=9da9b7fe-7548-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:30:32+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=927e2eaa-7548-11ed-a4be-02e38914ad63 | InvocationID=927e30bc-7548-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:30:32+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a169cf14-7548-11ed-a4be-02e38914ad63 | InvocationID=a169d194-7548-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:30:32+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a169cf14-7548-11ed-a4be-02e38914ad63 | InvocationID=a169d194-7548-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:30:32+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a169cf14-7548-11ed-a4be-02e38914ad63 | InvocationID=a169d194-7548-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:30:50+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9da9b628-7548-11ed-a4be-02e38914ad63 | InvocationID=9da9b7fe-7548-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:30:50+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac6b6b02-7548-11ed-a4be-02e38914ad63 | InvocationID=ac6b6e22-7548-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:30:57+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a169cf14-7548-11ed-a4be-02e38914ad63 | InvocationID=a169d194-7548-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:30:57+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b05869ea-7548-11ed-a4be-02e38914ad63 | InvocationID=b0586c1a-7548-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:30:57+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b05869ea-7548-11ed-a4be-02e38914ad63 | InvocationID=b0586c1a-7548-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:30:57+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b05869ea-7548-11ed-a4be-02e38914ad63 | InvocationID=b0586c1a-7548-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:31:15+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ac6b6b02-7548-11ed-a4be-02e38914ad63 | InvocationID=ac6b6e22-7548-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:31:15+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb31a214-7548-11ed-a4be-02e38914ad63 | InvocationID=bb31a3e0-7548-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:31:22+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b05869ea-7548-11ed-a4be-02e38914ad63 | InvocationID=b0586c1a-7548-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:31:22+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf435848-7548-11ed-a4be-02e38914ad63 | InvocationID=bf435a00-7548-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:31:22+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf435848-7548-11ed-a4be-02e38914ad63 | InvocationID=bf435a00-7548-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:31:22+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf435848-7548-11ed-a4be-02e38914ad63 | InvocationID=bf435a00-7548-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:31:40+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bb31a214-7548-11ed-a4be-02e38914ad63 | InvocationID=bb31a3e0-7548-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:31:40+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9f55bce-7548-11ed-a4be-02e38914ad63 | InvocationID=c9f55dfe-7548-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:31:47+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf435848-7548-11ed-a4be-02e38914ad63 | InvocationID=bf435a00-7548-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:31:47+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce2e7608-7548-11ed-a4be-02e38914ad63 | InvocationID=ce2e77ca-7548-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:31:47+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce2e7608-7548-11ed-a4be-02e38914ad63 | InvocationID=ce2e77ca-7548-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:31:47+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce2e7608-7548-11ed-a4be-02e38914ad63 | InvocationID=ce2e77ca-7548-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:32:05+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c9f55bce-7548-11ed-a4be-02e38914ad63 | InvocationID=c9f55dfe-7548-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:32:05+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8baa9c0-7548-11ed-a4be-02e38914ad63 | InvocationID=d8bab1c2-7548-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:32:12+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce2e7608-7548-11ed-a4be-02e38914ad63 | InvocationID=ce2e77ca-7548-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:32:12+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd19dcb6-7548-11ed-a4be-02e38914ad63 | InvocationID=dd19dfae-7548-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:32:12+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd19dcb6-7548-11ed-a4be-02e38914ad63 | InvocationID=dd19dfae-7548-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:32:12+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd19dcb6-7548-11ed-a4be-02e38914ad63 | InvocationID=dd19dfae-7548-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:32:30+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8baa9c0-7548-11ed-a4be-02e38914ad63 | InvocationID=d8bab1c2-7548-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:32:30+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e77b1ee0-7548-11ed-a4be-02e38914ad63 | InvocationID=e77b21ba-7548-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:32:37+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd19dcb6-7548-11ed-a4be-02e38914ad63 | InvocationID=dd19dfae-7548-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:32:37+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec053888-7548-11ed-a4be-02e38914ad63 | InvocationID=ec053b30-7548-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:32:37+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec053888-7548-11ed-a4be-02e38914ad63 | InvocationID=ec053b30-7548-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:32:37+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec053888-7548-11ed-a4be-02e38914ad63 | InvocationID=ec053b30-7548-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:32:54+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e77b1ee0-7548-11ed-a4be-02e38914ad63 | InvocationID=e77b21ba-7548-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:32:54+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f64330de-7548-11ed-a4be-02e38914ad63 | InvocationID=f643337c-7548-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:33:02+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec053888-7548-11ed-a4be-02e38914ad63 | InvocationID=ec053b30-7548-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:33:02+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=faefaa04-7548-11ed-a4be-02e38914ad63 | InvocationID=faefac84-7548-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:33:02+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=faefaa04-7548-11ed-a4be-02e38914ad63 | InvocationID=faefac84-7548-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:33:02+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=faefaa04-7548-11ed-a4be-02e38914ad63 | InvocationID=faefac84-7548-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:33:19+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f64330de-7548-11ed-a4be-02e38914ad63 | InvocationID=f643337c-7548-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:33:19+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0506a4b6-7549-11ed-a4be-02e38914ad63 | InvocationID=0506a6fa-7549-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:33:27+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=faefaa04-7548-11ed-a4be-02e38914ad63 | InvocationID=faefac84-7548-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:33:27+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09dec52c-7549-11ed-a4be-02e38914ad63 | InvocationID=09dec7f2-7549-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:33:27+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09dec52c-7549-11ed-a4be-02e38914ad63 | InvocationID=09dec7f2-7549-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:33:27+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09dec52c-7549-11ed-a4be-02e38914ad63 | InvocationID=09dec7f2-7549-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:33:44+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0506a4b6-7549-11ed-a4be-02e38914ad63 | InvocationID=0506a6fa-7549-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:33:44+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13c7d45c-7549-11ed-a4be-02e38914ad63 | InvocationID=13c7d664-7549-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:33:52+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09dec52c-7549-11ed-a4be-02e38914ad63 | InvocationID=09dec7f2-7549-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:33:52+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18ca728e-7549-11ed-a4be-02e38914ad63 | InvocationID=18ca7496-7549-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:33:52+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18ca728e-7549-11ed-a4be-02e38914ad63 | InvocationID=18ca7496-7549-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:33:52+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18ca728e-7549-11ed-a4be-02e38914ad63 | InvocationID=18ca7496-7549-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:34:09+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=13c7d45c-7549-11ed-a4be-02e38914ad63 | InvocationID=13c7d664-7549-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:34:09+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=228a71a2-7549-11ed-a4be-02e38914ad63 | InvocationID=228a781e-7549-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:34:17+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18ca728e-7549-11ed-a4be-02e38914ad63 | InvocationID=18ca7496-7549-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:34:17+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27be7ab0-7549-11ed-a4be-02e38914ad63 | InvocationID=27be7ce0-7549-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:34:17+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27be7ab0-7549-11ed-a4be-02e38914ad63 | InvocationID=27be7ce0-7549-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:34:17+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27be7ab0-7549-11ed-a4be-02e38914ad63 | InvocationID=27be7ce0-7549-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:34:33+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=228a71a2-7549-11ed-a4be-02e38914ad63 | InvocationID=228a781e-7549-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:34:33+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31504cac-7549-11ed-a4be-02e38914ad63 | InvocationID=31506930-7549-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:34:42+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27be7ab0-7549-11ed-a4be-02e38914ad63 | InvocationID=27be7ce0-7549-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:34:42+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36abc7c6-7549-11ed-a4be-02e38914ad63 | InvocationID=36abcaf0-7549-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:34:42+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36abc7c6-7549-11ed-a4be-02e38914ad63 | InvocationID=36abcaf0-7549-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:34:42+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36abc7c6-7549-11ed-a4be-02e38914ad63 | InvocationID=36abcaf0-7549-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:34:58+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=31504cac-7549-11ed-a4be-02e38914ad63 | InvocationID=31506930-7549-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:34:58+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=401369fe-7549-11ed-a4be-02e38914ad63 | InvocationID=40136c56-7549-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:35:07+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36abc7c6-7549-11ed-a4be-02e38914ad63 | InvocationID=36abcaf0-7549-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:35:07+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45989e08-7549-11ed-a4be-02e38914ad63 | InvocationID=45989fc0-7549-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:35:07+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45989e08-7549-11ed-a4be-02e38914ad63 | InvocationID=45989fc0-7549-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:35:07+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45989e08-7549-11ed-a4be-02e38914ad63 | InvocationID=45989fc0-7549-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:35:23+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=401369fe-7549-11ed-a4be-02e38914ad63 | InvocationID=40136c56-7549-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:35:23+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ed41182-7549-11ed-a4be-02e38914ad63 | InvocationID=4ed4140c-7549-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:35:32+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45989e08-7549-11ed-a4be-02e38914ad63 | InvocationID=45989fc0-7549-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:35:32+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5483b3c6-7549-11ed-a4be-02e38914ad63 | InvocationID=5483b6be-7549-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:35:32+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5483b3c6-7549-11ed-a4be-02e38914ad63 | InvocationID=5483b6be-7549-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:35:32+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5483b3c6-7549-11ed-a4be-02e38914ad63 | InvocationID=5483b6be-7549-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:35:48+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4ed41182-7549-11ed-a4be-02e38914ad63 | InvocationID=4ed4140c-7549-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:35:48+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d954894-7549-11ed-a4be-02e38914ad63 | InvocationID=5d954bbe-7549-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:35:57+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5483b3c6-7549-11ed-a4be-02e38914ad63 | InvocationID=5483b6be-7549-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:35:57+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=636f3522-7549-11ed-a4be-02e38914ad63 | InvocationID=636f3964-7549-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:35:57+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=636f3522-7549-11ed-a4be-02e38914ad63 | InvocationID=636f3964-7549-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:35:57+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=636f3522-7549-11ed-a4be-02e38914ad63 | InvocationID=636f3964-7549-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:36:12+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d954894-7549-11ed-a4be-02e38914ad63 | InvocationID=5d954bbe-7549-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:36:12+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c57e328-7549-11ed-a4be-02e38914ad63 | InvocationID=6c57e5b2-7549-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:36:22+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=636f3522-7549-11ed-a4be-02e38914ad63 | InvocationID=636f3964-7549-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:36:22+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=725ade4c-7549-11ed-a4be-02e38914ad63 | InvocationID=725ae018-7549-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:36:23+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=725ade4c-7549-11ed-a4be-02e38914ad63 | InvocationID=725ae018-7549-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:36:23+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=725ade4c-7549-11ed-a4be-02e38914ad63 | InvocationID=725ae018-7549-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:36:37+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6c57e328-7549-11ed-a4be-02e38914ad63 | InvocationID=6c57e5b2-7549-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:36:37+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b19b56c-7549-11ed-a4be-02e38914ad63 | InvocationID=7b19b72e-7549-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:36:48+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=725ade4c-7549-11ed-a4be-02e38914ad63 | InvocationID=725ae018-7549-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:36:48+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81464f86-7549-11ed-a4be-02e38914ad63 | InvocationID=81465940-7549-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:36:48+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81464f86-7549-11ed-a4be-02e38914ad63 | InvocationID=81465940-7549-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:36:48+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81464f86-7549-11ed-a4be-02e38914ad63 | InvocationID=81465940-7549-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:37:02+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7b19b56c-7549-11ed-a4be-02e38914ad63 | InvocationID=7b19b72e-7549-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:37:02+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89dace4c-7549-11ed-a4be-02e38914ad63 | InvocationID=89dad004-7549-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:37:13+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81464f86-7549-11ed-a4be-02e38914ad63 | InvocationID=81465940-7549-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:37:13+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9031b1de-7549-11ed-a4be-02e38914ad63 | InvocationID=9031d290-7549-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:37:13+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9031b1de-7549-11ed-a4be-02e38914ad63 | InvocationID=9031d290-7549-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:37:13+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9031b1de-7549-11ed-a4be-02e38914ad63 | InvocationID=9031d290-7549-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:37:27+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89dace4c-7549-11ed-a4be-02e38914ad63 | InvocationID=89dad004-7549-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:37:27+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=989cd574-7549-11ed-a4be-02e38914ad63 | InvocationID=989cd736-7549-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:37:38+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9031b1de-7549-11ed-a4be-02e38914ad63 | InvocationID=9031d290-7549-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:37:38+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f1d81c8-7549-11ed-a4be-02e38914ad63 | InvocationID=9f1d8376-7549-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:37:38+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f1d81c8-7549-11ed-a4be-02e38914ad63 | InvocationID=9f1d8376-7549-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:37:38+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f1d81c8-7549-11ed-a4be-02e38914ad63 | InvocationID=9f1d8376-7549-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:37:51+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=989cd574-7549-11ed-a4be-02e38914ad63 | InvocationID=989cd736-7549-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:37:51+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a75ff29e-7549-11ed-a4be-02e38914ad63 | InvocationID=a75ff4ba-7549-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:38:03+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f1d81c8-7549-11ed-a4be-02e38914ad63 | InvocationID=9f1d8376-7549-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:38:03+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae099bb8-7549-11ed-a4be-02e38914ad63 | InvocationID=ae099d8e-7549-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:38:03+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae099bb8-7549-11ed-a4be-02e38914ad63 | InvocationID=ae099d8e-7549-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:38:03+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae099bb8-7549-11ed-a4be-02e38914ad63 | InvocationID=ae099d8e-7549-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:38:16+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a75ff29e-7549-11ed-a4be-02e38914ad63 | InvocationID=a75ff4ba-7549-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:38:16+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b620eb6c-7549-11ed-a4be-02e38914ad63 | InvocationID=b620edba-7549-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:38:28+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae099bb8-7549-11ed-a4be-02e38914ad63 | InvocationID=ae099d8e-7549-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:38:28+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcf482dc-7549-11ed-a4be-02e38914ad63 | InvocationID=bcf48552-7549-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:38:28+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcf482dc-7549-11ed-a4be-02e38914ad63 | InvocationID=bcf48552-7549-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:38:28+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bcf482dc-7549-11ed-a4be-02e38914ad63 | InvocationID=bcf48552-7549-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:38:41+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b620eb6c-7549-11ed-a4be-02e38914ad63 | InvocationID=b620edba-7549-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:38:41+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4e2b766-7549-11ed-a4be-02e38914ad63 | InvocationID=c4e2b9e6-7549-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:38:53+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bcf482dc-7549-11ed-a4be-02e38914ad63 | InvocationID=bcf48552-7549-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:38:53+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbe226e6-7549-11ed-a4be-02e38914ad63 | InvocationID=cbe228f8-7549-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:38:53+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbe226e6-7549-11ed-a4be-02e38914ad63 | InvocationID=cbe228f8-7549-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:38:53+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbe226e6-7549-11ed-a4be-02e38914ad63 | InvocationID=cbe228f8-7549-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:39:06+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c4e2b766-7549-11ed-a4be-02e38914ad63 | InvocationID=c4e2b9e6-7549-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:39:06+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3a59944-7549-11ed-a4be-02e38914ad63 | InvocationID=d3a59b10-7549-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:39:18+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbe226e6-7549-11ed-a4be-02e38914ad63 | InvocationID=cbe228f8-7549-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:39:18+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dace4ad6-7549-11ed-a4be-02e38914ad63 | InvocationID=dace4d10-7549-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:39:18+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dace4ad6-7549-11ed-a4be-02e38914ad63 | InvocationID=dace4d10-7549-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:39:18+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dace4ad6-7549-11ed-a4be-02e38914ad63 | InvocationID=dace4d10-7549-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:39:30+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d3a59944-7549-11ed-a4be-02e38914ad63 | InvocationID=d3a59b10-7549-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:39:30+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e268c488-7549-11ed-a4be-02e38914ad63 | InvocationID=e268c69a-7549-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:39:43+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dace4ad6-7549-11ed-a4be-02e38914ad63 | InvocationID=dace4d10-7549-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:39:43+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9b9b7ba-7549-11ed-a4be-02e38914ad63 | InvocationID=e9b9b9ae-7549-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:39:43+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9b9b7ba-7549-11ed-a4be-02e38914ad63 | InvocationID=e9b9b9ae-7549-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:39:43+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9b9b7ba-7549-11ed-a4be-02e38914ad63 | InvocationID=e9b9b9ae-7549-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:39:55+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e268c488-7549-11ed-a4be-02e38914ad63 | InvocationID=e268c69a-7549-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:39:55+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f12a6c9c-7549-11ed-a4be-02e38914ad63 | InvocationID=f12a6e68-7549-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:40:08+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9b9b7ba-7549-11ed-a4be-02e38914ad63 | InvocationID=e9b9b9ae-7549-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:40:08+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8a535e2-7549-11ed-a4be-02e38914ad63 | InvocationID=f8a53808-7549-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:40:08+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8a535e2-7549-11ed-a4be-02e38914ad63 | InvocationID=f8a53808-7549-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:40:08+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8a535e2-7549-11ed-a4be-02e38914ad63 | InvocationID=f8a53808-7549-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:40:20+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f12a6c9c-7549-11ed-a4be-02e38914ad63 | InvocationID=f12a6e68-7549-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:40:20+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffece9b2-7549-11ed-a4be-02e38914ad63 | InvocationID=ffecebba-7549-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:40:33+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8a535e2-7549-11ed-a4be-02e38914ad63 | InvocationID=f8a53808-7549-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:40:33+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=079254b8-754a-11ed-a4be-02e38914ad63 | InvocationID=07925832-754a-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:40:33+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=079254b8-754a-11ed-a4be-02e38914ad63 | InvocationID=07925832-754a-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:40:33+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=079254b8-754a-11ed-a4be-02e38914ad63 | InvocationID=07925832-754a-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:40:45+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ffece9b2-7549-11ed-a4be-02e38914ad63 | InvocationID=ffecebba-7549-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:40:45+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ead856a-754a-11ed-a4be-02e38914ad63 | InvocationID=0ead8736-754a-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:40:58+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=079254b8-754a-11ed-a4be-02e38914ad63 | InvocationID=07925832-754a-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:40:58+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=167e3b7c-754a-11ed-a4be-02e38914ad63 | InvocationID=167e3db6-754a-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:40:58+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=167e3b7c-754a-11ed-a4be-02e38914ad63 | InvocationID=167e3db6-754a-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:40:58+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=167e3b7c-754a-11ed-a4be-02e38914ad63 | InvocationID=167e3db6-754a-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:41:10+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ead856a-754a-11ed-a4be-02e38914ad63 | InvocationID=0ead8736-754a-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:41:10+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d71a180-754a-11ed-a4be-02e38914ad63 | InvocationID=1d71a342-754a-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:41:23+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=167e3b7c-754a-11ed-a4be-02e38914ad63 | InvocationID=167e3db6-754a-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:41:23+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2569a13a-754a-11ed-a4be-02e38914ad63 | InvocationID=2569a4c8-754a-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:41:23+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2569a13a-754a-11ed-a4be-02e38914ad63 | InvocationID=2569a4c8-754a-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:41:23+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2569a13a-754a-11ed-a4be-02e38914ad63 | InvocationID=2569a4c8-754a-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:41:34+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1d71a180-754a-11ed-a4be-02e38914ad63 | InvocationID=1d71a342-754a-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:41:34+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c354424-754a-11ed-a4be-02e38914ad63 | InvocationID=2c35464a-754a-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:41:48+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2569a13a-754a-11ed-a4be-02e38914ad63 | InvocationID=2569a4c8-754a-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:41:48+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=345499b6-754a-11ed-a4be-02e38914ad63 | InvocationID=34549eca-754a-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:41:48+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=345499b6-754a-11ed-a4be-02e38914ad63 | InvocationID=34549eca-754a-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:41:48+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=345499b6-754a-11ed-a4be-02e38914ad63 | InvocationID=34549eca-754a-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:41:59+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c354424-754a-11ed-a4be-02e38914ad63 | InvocationID=2c35464a-754a-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:41:59+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3afd122a-754a-11ed-a4be-02e38914ad63 | InvocationID=3afd14c8-754a-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:42:13+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=345499b6-754a-11ed-a4be-02e38914ad63 | InvocationID=34549eca-754a-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:42:13+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=433fc5ea-754a-11ed-a4be-02e38914ad63 | InvocationID=433fc96e-754a-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:42:13+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=433fc5ea-754a-11ed-a4be-02e38914ad63 | InvocationID=433fc96e-754a-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:42:13+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=433fc5ea-754a-11ed-a4be-02e38914ad63 | InvocationID=433fc96e-754a-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:42:24+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3afd122a-754a-11ed-a4be-02e38914ad63 | InvocationID=3afd14c8-754a-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:42:24+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49bfafac-754a-11ed-a4be-02e38914ad63 | InvocationID=49bfb236-754a-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:42:38+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=433fc5ea-754a-11ed-a4be-02e38914ad63 | InvocationID=433fc96e-754a-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:42:38+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=522ace1a-754a-11ed-a4be-02e38914ad63 | InvocationID=522ad040-754a-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:42:38+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=522ace1a-754a-11ed-a4be-02e38914ad63 | InvocationID=522ad040-754a-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:42:38+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=522ace1a-754a-11ed-a4be-02e38914ad63 | InvocationID=522ad040-754a-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:42:49+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=49bfafac-754a-11ed-a4be-02e38914ad63 | InvocationID=49bfb236-754a-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:42:49+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58846ee2-754a-11ed-a4be-02e38914ad63 | InvocationID=588474b4-754a-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:43:03+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=522ace1a-754a-11ed-a4be-02e38914ad63 | InvocationID=522ad040-754a-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:43:03+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6115e6a8-754a-11ed-a4be-02e38914ad63 | InvocationID=6115eb12-754a-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:43:03+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6115e6a8-754a-11ed-a4be-02e38914ad63 | InvocationID=6115eb12-754a-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:43:03+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6115e6a8-754a-11ed-a4be-02e38914ad63 | InvocationID=6115eb12-754a-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:43:13+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=58846ee2-754a-11ed-a4be-02e38914ad63 | InvocationID=588474b4-754a-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:43:13+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=674871da-754a-11ed-a4be-02e38914ad63 | InvocationID=67487428-754a-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:43:28+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6115e6a8-754a-11ed-a4be-02e38914ad63 | InvocationID=6115eb12-754a-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:43:28+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70012c9a-754a-11ed-a4be-02e38914ad63 | InvocationID=70012f7e-754a-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:43:28+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70012c9a-754a-11ed-a4be-02e38914ad63 | InvocationID=70012f7e-754a-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:43:28+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70012c9a-754a-11ed-a4be-02e38914ad63 | InvocationID=70012f7e-754a-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:43:38+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=674871da-754a-11ed-a4be-02e38914ad63 | InvocationID=67487428-754a-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:43:38+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=760b34c8-754a-11ed-a4be-02e38914ad63 | InvocationID=760b3892-754a-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:43:53+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70012c9a-754a-11ed-a4be-02e38914ad63 | InvocationID=70012f7e-754a-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:43:53+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7eec27dc-754a-11ed-a4be-02e38914ad63 | InvocationID=7eec29a8-754a-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:43:53+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7eec27dc-754a-11ed-a4be-02e38914ad63 | InvocationID=7eec29a8-754a-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:43:53+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7eec27dc-754a-11ed-a4be-02e38914ad63 | InvocationID=7eec29a8-754a-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:44:03+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=760b34c8-754a-11ed-a4be-02e38914ad63 | InvocationID=760b3892-754a-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:44:03+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84ccb9c8-754a-11ed-a4be-02e38914ad63 | InvocationID=84ccbe50-754a-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:44:18+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7eec27dc-754a-11ed-a4be-02e38914ad63 | InvocationID=7eec29a8-754a-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:44:18+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8dda92ba-754a-11ed-a4be-02e38914ad63 | InvocationID=8dda9558-754a-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:44:18+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8dda92ba-754a-11ed-a4be-02e38914ad63 | InvocationID=8dda9558-754a-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:44:18+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8dda92ba-754a-11ed-a4be-02e38914ad63 | InvocationID=8dda9558-754a-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:44:28+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=84ccb9c8-754a-11ed-a4be-02e38914ad63 | InvocationID=84ccbe50-754a-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:44:28+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=938e9bd4-754a-11ed-a4be-02e38914ad63 | InvocationID=938e9eae-754a-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:44:43+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8dda92ba-754a-11ed-a4be-02e38914ad63 | InvocationID=8dda9558-754a-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:44:43+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cc5f904-754a-11ed-a4be-02e38914ad63 | InvocationID=9cc5fb98-754a-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:44:43+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cc5f904-754a-11ed-a4be-02e38914ad63 | InvocationID=9cc5fb98-754a-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:44:43+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9cc5f904-754a-11ed-a4be-02e38914ad63 | InvocationID=9cc5fb98-754a-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:44:53+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=938e9bd4-754a-11ed-a4be-02e38914ad63 | InvocationID=938e9eae-754a-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:44:53+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a25916ee-754a-11ed-a4be-02e38914ad63 | InvocationID=a25918b0-754a-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:45:08+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9cc5f904-754a-11ed-a4be-02e38914ad63 | InvocationID=9cc5fb98-754a-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:45:08+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abb3e214-754a-11ed-a4be-02e38914ad63 | InvocationID=abb3e3e0-754a-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:45:08+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abb3e214-754a-11ed-a4be-02e38914ad63 | InvocationID=abb3e3e0-754a-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:45:08+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abb3e214-754a-11ed-a4be-02e38914ad63 | InvocationID=abb3e3e0-754a-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:45:17+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a25916ee-754a-11ed-a4be-02e38914ad63 | InvocationID=a25918b0-754a-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:45:17+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1198858-754a-11ed-a4be-02e38914ad63 | InvocationID=b1198a24-754a-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:45:33+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abb3e214-754a-11ed-a4be-02e38914ad63 | InvocationID=abb3e3e0-754a-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:45:33+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba9eab4c-754a-11ed-a4be-02e38914ad63 | InvocationID=ba9eadea-754a-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:45:33+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba9eab4c-754a-11ed-a4be-02e38914ad63 | InvocationID=ba9eadea-754a-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:45:33+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba9eab4c-754a-11ed-a4be-02e38914ad63 | InvocationID=ba9eadea-754a-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:45:42+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b1198858-754a-11ed-a4be-02e38914ad63 | InvocationID=b1198a24-754a-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:45:42+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfd9dabe-754a-11ed-a4be-02e38914ad63 | InvocationID=bfd9de2e-754a-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:45:58+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba9eab4c-754a-11ed-a4be-02e38914ad63 | InvocationID=ba9eadea-754a-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:45:58+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c98a1a60-754a-11ed-a4be-02e38914ad63 | InvocationID=c98a1c36-754a-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:45:58+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c98a1a60-754a-11ed-a4be-02e38914ad63 | InvocationID=c98a1c36-754a-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:45:58+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c98a1a60-754a-11ed-a4be-02e38914ad63 | InvocationID=c98a1c36-754a-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:46:07+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bfd9dabe-754a-11ed-a4be-02e38914ad63 | InvocationID=bfd9de2e-754a-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:46:07+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce9c8678-754a-11ed-a4be-02e38914ad63 | InvocationID=ce9c8916-754a-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:46:23+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c98a1a60-754a-11ed-a4be-02e38914ad63 | InvocationID=c98a1c36-754a-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:46:23+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d874cff2-754a-11ed-a4be-02e38914ad63 | InvocationID=d874d3c6-754a-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:46:23+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d874cff2-754a-11ed-a4be-02e38914ad63 | InvocationID=d874d3c6-754a-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:46:23+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d874cff2-754a-11ed-a4be-02e38914ad63 | InvocationID=d874d3c6-754a-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:46:32+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ce9c8678-754a-11ed-a4be-02e38914ad63 | InvocationID=ce9c8916-754a-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:46:32+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd5e2112-754a-11ed-a4be-02e38914ad63 | InvocationID=dd5e2388-754a-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:46:48+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d874cff2-754a-11ed-a4be-02e38914ad63 | InvocationID=d874d3c6-754a-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:46:48+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e75fab5e-754a-11ed-a4be-02e38914ad63 | InvocationID=e75fae2e-754a-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:46:48+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e75fab5e-754a-11ed-a4be-02e38914ad63 | InvocationID=e75fae2e-754a-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:46:48+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e75fab5e-754a-11ed-a4be-02e38914ad63 | InvocationID=e75fae2e-754a-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:46:56+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dd5e2112-754a-11ed-a4be-02e38914ad63 | InvocationID=dd5e2388-754a-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:46:56+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec209b62-754a-11ed-a4be-02e38914ad63 | InvocationID=ec209d38-754a-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:47:13+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e75fab5e-754a-11ed-a4be-02e38914ad63 | InvocationID=e75fae2e-754a-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:47:13+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f64ae6ce-754a-11ed-a4be-02e38914ad63 | InvocationID=f64ae976-754a-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:47:13+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f64ae6ce-754a-11ed-a4be-02e38914ad63 | InvocationID=f64ae976-754a-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:47:13+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f64ae6ce-754a-11ed-a4be-02e38914ad63 | InvocationID=f64ae976-754a-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:47:21+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec209b62-754a-11ed-a4be-02e38914ad63 | InvocationID=ec209d38-754a-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:47:21+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fae1df26-754a-11ed-a4be-02e38914ad63 | InvocationID=fae1e12e-754a-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:47:38+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f64ae6ce-754a-11ed-a4be-02e38914ad63 | InvocationID=f64ae976-754a-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:47:38+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=053630c6-754b-11ed-a4be-02e38914ad63 | InvocationID=053632a6-754b-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:47:38+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=053630c6-754b-11ed-a4be-02e38914ad63 | InvocationID=053632a6-754b-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:47:38+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=053630c6-754b-11ed-a4be-02e38914ad63 | InvocationID=053632a6-754b-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:47:46+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fae1df26-754a-11ed-a4be-02e38914ad63 | InvocationID=fae1e12e-754a-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:47:46+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09a3fd5a-754b-11ed-a4be-02e38914ad63 | InvocationID=09a3ff30-754b-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:48:03+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=053630c6-754b-11ed-a4be-02e38914ad63 | InvocationID=053632a6-754b-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:48:03+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1421a160-754b-11ed-a4be-02e38914ad63 | InvocationID=1421a3c2-754b-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:48:03+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1421a160-754b-11ed-a4be-02e38914ad63 | InvocationID=1421a3c2-754b-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:48:03+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1421a160-754b-11ed-a4be-02e38914ad63 | InvocationID=1421a3c2-754b-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:48:11+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09a3fd5a-754b-11ed-a4be-02e38914ad63 | InvocationID=09a3ff30-754b-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:48:11+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=186887f2-754b-11ed-a4be-02e38914ad63 | InvocationID=18688a0e-754b-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:48:28+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1421a160-754b-11ed-a4be-02e38914ad63 | InvocationID=1421a3c2-754b-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:48:28+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2310144a-754b-11ed-a4be-02e38914ad63 | InvocationID=231016ac-754b-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:48:28+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2310144a-754b-11ed-a4be-02e38914ad63 | InvocationID=231016ac-754b-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:48:28+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2310144a-754b-11ed-a4be-02e38914ad63 | InvocationID=231016ac-754b-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:48:35+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=186887f2-754b-11ed-a4be-02e38914ad63 | InvocationID=18688a0e-754b-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:48:35+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=272acd72-754b-11ed-a4be-02e38914ad63 | InvocationID=272ad754-754b-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:48:53+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2310144a-754b-11ed-a4be-02e38914ad63 | InvocationID=231016ac-754b-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:48:53+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31fb67de-754b-11ed-a4be-02e38914ad63 | InvocationID=31fb6a0e-754b-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:48:54+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31fb67de-754b-11ed-a4be-02e38914ad63 | InvocationID=31fb6a0e-754b-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:48:54+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31fb67de-754b-11ed-a4be-02e38914ad63 | InvocationID=31fb6a0e-754b-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:49:00+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=272acd72-754b-11ed-a4be-02e38914ad63 | InvocationID=272ad754-754b-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:49:00+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35ee1dfa-754b-11ed-a4be-02e38914ad63 | InvocationID=35ee1fee-754b-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:49:19+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31fb67de-754b-11ed-a4be-02e38914ad63 | InvocationID=31fb6a0e-754b-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:49:19+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40e6edc2-754b-11ed-a4be-02e38914ad63 | InvocationID=40e6efe8-754b-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:49:19+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40e6edc2-754b-11ed-a4be-02e38914ad63 | InvocationID=40e6efe8-754b-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:49:19+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40e6edc2-754b-11ed-a4be-02e38914ad63 | InvocationID=40e6efe8-754b-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:49:25+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35ee1dfa-754b-11ed-a4be-02e38914ad63 | InvocationID=35ee1fee-754b-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:49:25+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44b393b0-754b-11ed-a4be-02e38914ad63 | InvocationID=44b3969e-754b-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:49:44+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40e6edc2-754b-11ed-a4be-02e38914ad63 | InvocationID=40e6efe8-754b-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:49:44+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fd25bf0-754b-11ed-a4be-02e38914ad63 | InvocationID=4fd25dd0-754b-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:49:44+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fd25bf0-754b-11ed-a4be-02e38914ad63 | InvocationID=4fd25dd0-754b-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:49:44+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4fd25bf0-754b-11ed-a4be-02e38914ad63 | InvocationID=4fd25dd0-754b-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:49:50+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=44b393b0-754b-11ed-a4be-02e38914ad63 | InvocationID=44b3969e-754b-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:49:50+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5377c0f6-754b-11ed-a4be-02e38914ad63 | InvocationID=5377c2ae-754b-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:50:09+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4fd25bf0-754b-11ed-a4be-02e38914ad63 | InvocationID=4fd25dd0-754b-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:50:09+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ebe07f4-754b-11ed-a4be-02e38914ad63 | InvocationID=5ebe09c0-754b-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:50:09+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ebe07f4-754b-11ed-a4be-02e38914ad63 | InvocationID=5ebe09c0-754b-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:50:09+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ebe07f4-754b-11ed-a4be-02e38914ad63 | InvocationID=5ebe09c0-754b-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:50:14+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5377c0f6-754b-11ed-a4be-02e38914ad63 | InvocationID=5377c2ae-754b-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:50:14+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6239aa28-754b-11ed-a4be-02e38914ad63 | InvocationID=6239ac08-754b-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:50:34+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ebe07f4-754b-11ed-a4be-02e38914ad63 | InvocationID=5ebe09c0-754b-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:50:34+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6da8f0bc-754b-11ed-a4be-02e38914ad63 | InvocationID=6da8f382-754b-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:50:34+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6da8f0bc-754b-11ed-a4be-02e38914ad63 | InvocationID=6da8f382-754b-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:50:34+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6da8f0bc-754b-11ed-a4be-02e38914ad63 | InvocationID=6da8f382-754b-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:50:39+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6239aa28-754b-11ed-a4be-02e38914ad63 | InvocationID=6239ac08-754b-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:50:39+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70fdd8cc-754b-11ed-a4be-02e38914ad63 | InvocationID=70fdddb8-754b-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:50:59+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6da8f0bc-754b-11ed-a4be-02e38914ad63 | InvocationID=6da8f382-754b-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:50:59+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c944e6e-754b-11ed-a4be-02e38914ad63 | InvocationID=7c945292-754b-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:50:59+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c944e6e-754b-11ed-a4be-02e38914ad63 | InvocationID=7c945292-754b-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:50:59+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c944e6e-754b-11ed-a4be-02e38914ad63 | InvocationID=7c945292-754b-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:51:04+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=70fdd8cc-754b-11ed-a4be-02e38914ad63 | InvocationID=70fdddb8-754b-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:51:04+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fbf9e9a-754b-11ed-a4be-02e38914ad63 | InvocationID=7fbfa106-754b-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:51:24+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c944e6e-754b-11ed-a4be-02e38914ad63 | InvocationID=7c945292-754b-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:51:24+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b8006ca-754b-11ed-a4be-02e38914ad63 | InvocationID=8b80092c-754b-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:51:24+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b8006ca-754b-11ed-a4be-02e38914ad63 | InvocationID=8b80092c-754b-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:51:24+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b8006ca-754b-11ed-a4be-02e38914ad63 | InvocationID=8b80092c-754b-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:51:29+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7fbf9e9a-754b-11ed-a4be-02e38914ad63 | InvocationID=7fbfa106-754b-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:51:29+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e830f8e-754b-11ed-a4be-02e38914ad63 | InvocationID=8e8312fe-754b-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:51:49+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b8006ca-754b-11ed-a4be-02e38914ad63 | InvocationID=8b80092c-754b-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:51:49+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a6b42a8-754b-11ed-a4be-02e38914ad63 | InvocationID=9a6b4488-754b-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:51:49+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a6b42a8-754b-11ed-a4be-02e38914ad63 | InvocationID=9a6b4488-754b-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:51:49+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a6b42a8-754b-11ed-a4be-02e38914ad63 | InvocationID=9a6b4488-754b-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:51:53+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8e830f8e-754b-11ed-a4be-02e38914ad63 | InvocationID=8e8312fe-754b-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:51:53+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d445532-754b-11ed-a4be-02e38914ad63 | InvocationID=9d445780-754b-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:52:14+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a6b42a8-754b-11ed-a4be-02e38914ad63 | InvocationID=9a6b4488-754b-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:52:14+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a95671a2-754b-11ed-a4be-02e38914ad63 | InvocationID=a9567634-754b-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:52:14+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a95671a2-754b-11ed-a4be-02e38914ad63 | InvocationID=a9567634-754b-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:52:14+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a95671a2-754b-11ed-a4be-02e38914ad63 | InvocationID=a9567634-754b-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:52:18+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d445532-754b-11ed-a4be-02e38914ad63 | InvocationID=9d445780-754b-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:52:18+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac04eff0-754b-11ed-a4be-02e38914ad63 | InvocationID=ac04f252-754b-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:52:39+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a95671a2-754b-11ed-a4be-02e38914ad63 | InvocationID=a9567634-754b-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:52:39+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b841de86-754b-11ed-a4be-02e38914ad63 | InvocationID=b841dfee-754b-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:52:39+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b841de86-754b-11ed-a4be-02e38914ad63 | InvocationID=b841dfee-754b-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:52:39+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b841de86-754b-11ed-a4be-02e38914ad63 | InvocationID=b841dfee-754b-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:52:43+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ac04eff0-754b-11ed-a4be-02e38914ad63 | InvocationID=ac04f252-754b-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:52:43+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bac64430-754b-11ed-a4be-02e38914ad63 | InvocationID=bac64674-754b-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:53:04+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b841de86-754b-11ed-a4be-02e38914ad63 | InvocationID=b841dfee-754b-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:53:04+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c72cec10-754b-11ed-a4be-02e38914ad63 | InvocationID=c72cee68-754b-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:53:04+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c72cec10-754b-11ed-a4be-02e38914ad63 | InvocationID=c72cee68-754b-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:53:04+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c72cec10-754b-11ed-a4be-02e38914ad63 | InvocationID=c72cee68-754b-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:53:08+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bac64430-754b-11ed-a4be-02e38914ad63 | InvocationID=bac64674-754b-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:53:08+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9885c7e-754b-11ed-a4be-02e38914ad63 | InvocationID=c9885e36-754b-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:53:29+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c72cec10-754b-11ed-a4be-02e38914ad63 | InvocationID=c72cee68-754b-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:53:29+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d618c636-754b-11ed-a4be-02e38914ad63 | InvocationID=d618c866-754b-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:53:29+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d618c636-754b-11ed-a4be-02e38914ad63 | InvocationID=d618c866-754b-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:53:29+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d618c636-754b-11ed-a4be-02e38914ad63 | InvocationID=d618c866-754b-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:53:33+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c9885c7e-754b-11ed-a4be-02e38914ad63 | InvocationID=c9885e36-754b-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:53:33+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d848f93a-754b-11ed-a4be-02e38914ad63 | InvocationID=d848faf2-754b-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:53:54+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d618c636-754b-11ed-a4be-02e38914ad63 | InvocationID=d618c866-754b-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:53:54+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e504444a-754b-11ed-a4be-02e38914ad63 | InvocationID=e5044706-754b-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:53:54+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e504444a-754b-11ed-a4be-02e38914ad63 | InvocationID=e5044706-754b-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:53:54+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e504444a-754b-11ed-a4be-02e38914ad63 | InvocationID=e5044706-754b-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:53:57+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d848f93a-754b-11ed-a4be-02e38914ad63 | InvocationID=d848faf2-754b-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:53:57+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e70a384e-754b-11ed-a4be-02e38914ad63 | InvocationID=e70a3a10-754b-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-12-06T09:54:19+0000 | policy_event_thread | 140516078955296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e504444a-754b-11ed-a4be-02e38914ad63 | InvocationID=e5044706-754b-11ed-a4be-02e38914ad63 | Polling MR for XNF activation/deactivation policy response events. 2022-12-06T09:54:19+0000 | policy_event_thread | 140516078955296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3f31530-754b-11ed-a4be-02e38914ad63 | InvocationID=f3f317ce-754b-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-12-06T09:54:19+0000 | policy_event_thread | 140516078955296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3f31530-754b-11ed-a4be-02e38914ad63 | InvocationID=f3f317ce-754b-11ed-a4be-02e38914ad63 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:54:19+0000 | policy_event_thread | 140516078955296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3f31530-754b-11ed-a4be-02e38914ad63 | InvocationID=f3f317ce-754b-11ed-a4be-02e38914ad63 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-12-06T09:54:22+0000 | aai_event_thread | 140516077894432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e70a384e-754b-11ed-a4be-02e38914ad63 | InvocationID=e70a3a10-754b-11ed-a4be-02e38914ad63 | Polling MR for XNF AAI events. 2022-12-06T09:54:22+0000 | aai_event_thread | 140516077894432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5cb5e94-754b-11ed-a4be-02e38914ad63 | InvocationID=f5cb60c4-754b-11ed-a4be-02e38914ad63 | Fetching messages from MR topic: http://message-router:3904/events/AA