/opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. return yaml.load(f.read()) 2022-11-12T05:00:34+0000 | MainThread | 140396996795720 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS. 2022-11-12T05:00:34+0000 | MainThread | 140396996795720 | 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-11-12T05:00:34+0000 | MainThread | 140396996795720 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR. 2022-11-12T05:00:34+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:00:34+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0b9884e-6246-11ed-8dfd-d2de491c0144 | InvocationID=f0b98aa6-6246-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:00:34+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events. 2022-11-12T05:00:34+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0bb660a-6246-11ed-8dfd-d2de491c0144 | InvocationID=f0bb67a4-6246-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:00:34+0000 | MainThread | 140396996795720 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server 2022-11-12T05:00:34+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0b9884e-6246-11ed-8dfd-d2de491c0144 | InvocationID=f0b98aa6-6246-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:00:34+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0b9884e-6246-11ed-8dfd-d2de491c0144 | InvocationID=f0b98aa6-6246-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:00:34+0000 | aai_event_thread | 140396946058016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0bb660a-6246-11ed-8dfd-d2de491c0144 | InvocationID=f0bb67a4-6246-11ed-8dfd-d2de491c0144 | 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-11-12T05:00:34+0000 | aai_event_thread | 140396946058016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0bb660a-6246-11ed-8dfd-d2de491c0144 | InvocationID=f0bb67a4-6246-11ed-8dfd-d2de491c0144 | 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-11-12T05:00:54+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0bb660a-6246-11ed-8dfd-d2de491c0144 | InvocationID=f0bb67a4-6246-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:00:54+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcf9d42e-6246-11ed-8dfd-d2de491c0144 | InvocationID=fcf9d636-6246-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:00:55+0000 | aai_event_thread | 140396946058016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcf9d42e-6246-11ed-8dfd-d2de491c0144 | InvocationID=fcf9d636-6246-11ed-8dfd-d2de491c0144 | 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-11-12T05:00:55+0000 | aai_event_thread | 140396946058016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fcf9d42e-6246-11ed-8dfd-d2de491c0144 | InvocationID=fcf9d636-6246-11ed-8dfd-d2de491c0144 | 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-11-12T05:00:59+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0b9884e-6246-11ed-8dfd-d2de491c0144 | InvocationID=f0b98aa6-6246-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:00:59+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fff4712a-6246-11ed-8dfd-d2de491c0144 | InvocationID=fff4738c-6246-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:01:00+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fff4712a-6246-11ed-8dfd-d2de491c0144 | InvocationID=fff4738c-6246-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:01:00+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fff4712a-6246-11ed-8dfd-d2de491c0144 | InvocationID=fff4738c-6246-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:01:15+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fcf9d42e-6246-11ed-8dfd-d2de491c0144 | InvocationID=fcf9d636-6246-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:01:15+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08f6cba6-6247-11ed-8dfd-d2de491c0144 | InvocationID=08f6cf34-6247-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:01:15+0000 | aai_event_thread | 140396946058016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08f6cba6-6247-11ed-8dfd-d2de491c0144 | InvocationID=08f6cf34-6247-11ed-8dfd-d2de491c0144 | 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-11-12T05:01:15+0000 | aai_event_thread | 140396946058016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08f6cba6-6247-11ed-8dfd-d2de491c0144 | InvocationID=08f6cf34-6247-11ed-8dfd-d2de491c0144 | 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-11-12T05:01:25+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fff4712a-6246-11ed-8dfd-d2de491c0144 | InvocationID=fff4738c-6246-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:01:25+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ee9e548-6247-11ed-8dfd-d2de491c0144 | InvocationID=0ee9e980-6247-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:01:25+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ee9e548-6247-11ed-8dfd-d2de491c0144 | InvocationID=0ee9e980-6247-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:01:25+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ee9e548-6247-11ed-8dfd-d2de491c0144 | InvocationID=0ee9e980-6247-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:01:35+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08f6cba6-6247-11ed-8dfd-d2de491c0144 | InvocationID=08f6cf34-6247-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:01:35+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14ea69ea-6247-11ed-8dfd-d2de491c0144 | InvocationID=14ea6eae-6247-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:01:35+0000 | aai_event_thread | 140396946058016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14ea69ea-6247-11ed-8dfd-d2de491c0144 | InvocationID=14ea6eae-6247-11ed-8dfd-d2de491c0144 | 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-11-12T05:01:35+0000 | aai_event_thread | 140396946058016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=14ea69ea-6247-11ed-8dfd-d2de491c0144 | InvocationID=14ea6eae-6247-11ed-8dfd-d2de491c0144 | 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-11-12T05:01:50+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ee9e548-6247-11ed-8dfd-d2de491c0144 | InvocationID=0ee9e980-6247-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:01:50+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1dd9055c-6247-11ed-8dfd-d2de491c0144 | InvocationID=1dd9076e-6247-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:01:50+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1dd9055c-6247-11ed-8dfd-d2de491c0144 | InvocationID=1dd9076e-6247-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:01:50+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1dd9055c-6247-11ed-8dfd-d2de491c0144 | InvocationID=1dd9076e-6247-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:01:55+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=14ea69ea-6247-11ed-8dfd-d2de491c0144 | InvocationID=14ea6eae-6247-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:01:55+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20de3808-6247-11ed-8dfd-d2de491c0144 | InvocationID=20de39f2-6247-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:01:55+0000 | aai_event_thread | 140396946058016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20de3808-6247-11ed-8dfd-d2de491c0144 | InvocationID=20de39f2-6247-11ed-8dfd-d2de491c0144 | 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-11-12T05:01:55+0000 | aai_event_thread | 140396946058016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=20de3808-6247-11ed-8dfd-d2de491c0144 | InvocationID=20de39f2-6247-11ed-8dfd-d2de491c0144 | 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-11-12T05:02:15+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1dd9055c-6247-11ed-8dfd-d2de491c0144 | InvocationID=1dd9076e-6247-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:02:15+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cc5a4e4-6247-11ed-8dfd-d2de491c0144 | InvocationID=2cc5aa3e-6247-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:02:15+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cc5a4e4-6247-11ed-8dfd-d2de491c0144 | InvocationID=2cc5aa3e-6247-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:02:15+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2cc5a4e4-6247-11ed-8dfd-d2de491c0144 | InvocationID=2cc5aa3e-6247-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:02:15+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=20de3808-6247-11ed-8dfd-d2de491c0144 | InvocationID=20de39f2-6247-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:02:15+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cd5d508-6247-11ed-8dfd-d2de491c0144 | InvocationID=2cd5d71a-6247-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:02:15+0000 | aai_event_thread | 140396946058016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cd5d508-6247-11ed-8dfd-d2de491c0144 | InvocationID=2cd5d71a-6247-11ed-8dfd-d2de491c0144 | 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-11-12T05:02:15+0000 | aai_event_thread | 140396946058016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2cd5d508-6247-11ed-8dfd-d2de491c0144 | InvocationID=2cd5d71a-6247-11ed-8dfd-d2de491c0144 | 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-11-12T05:02:35+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2cd5d508-6247-11ed-8dfd-d2de491c0144 | InvocationID=2cd5d71a-6247-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:02:35+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38c5f2da-6247-11ed-8dfd-d2de491c0144 | InvocationID=38c5f550-6247-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:02:35+0000 | aai_event_thread | 140396946058016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38c5f2da-6247-11ed-8dfd-d2de491c0144 | InvocationID=38c5f550-6247-11ed-8dfd-d2de491c0144 | 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-11-12T05:02:35+0000 | aai_event_thread | 140396946058016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=38c5f2da-6247-11ed-8dfd-d2de491c0144 | InvocationID=38c5f550-6247-11ed-8dfd-d2de491c0144 | 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-11-12T05:02:40+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2cc5a4e4-6247-11ed-8dfd-d2de491c0144 | InvocationID=2cc5aa3e-6247-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:02:40+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bb28f3a-6247-11ed-8dfd-d2de491c0144 | InvocationID=3bb291b0-6247-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:02:40+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bb28f3a-6247-11ed-8dfd-d2de491c0144 | InvocationID=3bb291b0-6247-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:02:40+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3bb28f3a-6247-11ed-8dfd-d2de491c0144 | InvocationID=3bb291b0-6247-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:02:55+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=38c5f2da-6247-11ed-8dfd-d2de491c0144 | InvocationID=38c5f550-6247-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:02:55+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44b6dd2a-6247-11ed-8dfd-d2de491c0144 | InvocationID=44b6deec-6247-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:02:55+0000 | aai_event_thread | 140396946058016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44b6dd2a-6247-11ed-8dfd-d2de491c0144 | InvocationID=44b6deec-6247-11ed-8dfd-d2de491c0144 | 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-11-12T05:02:55+0000 | aai_event_thread | 140396946058016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=44b6dd2a-6247-11ed-8dfd-d2de491c0144 | InvocationID=44b6deec-6247-11ed-8dfd-d2de491c0144 | 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-11-12T05:03:05+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3bb28f3a-6247-11ed-8dfd-d2de491c0144 | InvocationID=3bb291b0-6247-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:03:05+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a9e74a0-6247-11ed-8dfd-d2de491c0144 | InvocationID=4a9e764e-6247-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:03:05+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a9e74a0-6247-11ed-8dfd-d2de491c0144 | InvocationID=4a9e764e-6247-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:03:05+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a9e74a0-6247-11ed-8dfd-d2de491c0144 | InvocationID=4a9e764e-6247-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:03:15+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=44b6dd2a-6247-11ed-8dfd-d2de491c0144 | InvocationID=44b6deec-6247-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:03:15+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50a8c350-6247-11ed-8dfd-d2de491c0144 | InvocationID=50a8c77e-6247-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:03:15+0000 | aai_event_thread | 140396946058016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50a8c350-6247-11ed-8dfd-d2de491c0144 | InvocationID=50a8c77e-6247-11ed-8dfd-d2de491c0144 | 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-11-12T05:03:15+0000 | aai_event_thread | 140396946058016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=50a8c350-6247-11ed-8dfd-d2de491c0144 | InvocationID=50a8c77e-6247-11ed-8dfd-d2de491c0144 | 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-11-12T05:03:30+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a9e74a0-6247-11ed-8dfd-d2de491c0144 | InvocationID=4a9e764e-6247-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:03:30+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=598a2004-6247-11ed-8dfd-d2de491c0144 | InvocationID=598a21b2-6247-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:03:30+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=598a2004-6247-11ed-8dfd-d2de491c0144 | InvocationID=598a21b2-6247-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:03:30+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=598a2004-6247-11ed-8dfd-d2de491c0144 | InvocationID=598a21b2-6247-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:03:35+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=50a8c350-6247-11ed-8dfd-d2de491c0144 | InvocationID=50a8c77e-6247-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:03:35+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c9a4ecc-6247-11ed-8dfd-d2de491c0144 | InvocationID=5c9a5070-6247-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:03:35+0000 | aai_event_thread | 140396946058016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c9a4ecc-6247-11ed-8dfd-d2de491c0144 | InvocationID=5c9a5070-6247-11ed-8dfd-d2de491c0144 | 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-11-12T05:03:35+0000 | aai_event_thread | 140396946058016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c9a4ecc-6247-11ed-8dfd-d2de491c0144 | InvocationID=5c9a5070-6247-11ed-8dfd-d2de491c0144 | 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-11-12T05:03:55+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=598a2004-6247-11ed-8dfd-d2de491c0144 | InvocationID=598a21b2-6247-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:03:55+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=687555f2-6247-11ed-8dfd-d2de491c0144 | InvocationID=6875580e-6247-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:03:55+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=687555f2-6247-11ed-8dfd-d2de491c0144 | InvocationID=6875580e-6247-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:03:55+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=687555f2-6247-11ed-8dfd-d2de491c0144 | InvocationID=6875580e-6247-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:03:55+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c9a4ecc-6247-11ed-8dfd-d2de491c0144 | InvocationID=5c9a5070-6247-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:03:55+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=688bd57a-6247-11ed-8dfd-d2de491c0144 | InvocationID=688bd732-6247-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:03:55+0000 | aai_event_thread | 140396946058016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=688bd57a-6247-11ed-8dfd-d2de491c0144 | InvocationID=688bd732-6247-11ed-8dfd-d2de491c0144 | 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-11-12T05:03:55+0000 | aai_event_thread | 140396946058016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=688bd57a-6247-11ed-8dfd-d2de491c0144 | InvocationID=688bd732-6247-11ed-8dfd-d2de491c0144 | 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-11-12T05:04:15+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=688bd57a-6247-11ed-8dfd-d2de491c0144 | InvocationID=688bd732-6247-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:04:15+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=747bf0c2-6247-11ed-8dfd-d2de491c0144 | InvocationID=747bf2ca-6247-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:04:15+0000 | aai_event_thread | 140396946058016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=747bf0c2-6247-11ed-8dfd-d2de491c0144 | InvocationID=747bf2ca-6247-11ed-8dfd-d2de491c0144 | 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-11-12T05:04:15+0000 | aai_event_thread | 140396946058016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=747bf0c2-6247-11ed-8dfd-d2de491c0144 | InvocationID=747bf2ca-6247-11ed-8dfd-d2de491c0144 | 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-11-12T05:04:20+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=687555f2-6247-11ed-8dfd-d2de491c0144 | InvocationID=6875580e-6247-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:04:20+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7761005c-6247-11ed-8dfd-d2de491c0144 | InvocationID=77610372-6247-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:04:20+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7761005c-6247-11ed-8dfd-d2de491c0144 | InvocationID=77610372-6247-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:04:20+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7761005c-6247-11ed-8dfd-d2de491c0144 | InvocationID=77610372-6247-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:04:35+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=747bf0c2-6247-11ed-8dfd-d2de491c0144 | InvocationID=747bf2ca-6247-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:04:35+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=806c0b2e-6247-11ed-8dfd-d2de491c0144 | InvocationID=806c0cdc-6247-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:04:35+0000 | aai_event_thread | 140396946058016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=806c0b2e-6247-11ed-8dfd-d2de491c0144 | InvocationID=806c0cdc-6247-11ed-8dfd-d2de491c0144 | 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-11-12T05:04:35+0000 | aai_event_thread | 140396946058016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=806c0b2e-6247-11ed-8dfd-d2de491c0144 | InvocationID=806c0cdc-6247-11ed-8dfd-d2de491c0144 | 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-11-12T05:04:45+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7761005c-6247-11ed-8dfd-d2de491c0144 | InvocationID=77610372-6247-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:04:45+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=864df110-6247-11ed-8dfd-d2de491c0144 | InvocationID=864df2dc-6247-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:04:45+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=864df110-6247-11ed-8dfd-d2de491c0144 | InvocationID=864df2dc-6247-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:04:45+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=864df110-6247-11ed-8dfd-d2de491c0144 | InvocationID=864df2dc-6247-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:04:55+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=806c0b2e-6247-11ed-8dfd-d2de491c0144 | InvocationID=806c0cdc-6247-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:04:55+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c5c11f4-6247-11ed-8dfd-d2de491c0144 | InvocationID=8c5c1398-6247-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:04:55+0000 | aai_event_thread | 140396946058016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c5c11f4-6247-11ed-8dfd-d2de491c0144 | InvocationID=8c5c1398-6247-11ed-8dfd-d2de491c0144 | 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-11-12T05:04:55+0000 | aai_event_thread | 140396946058016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c5c11f4-6247-11ed-8dfd-d2de491c0144 | InvocationID=8c5c1398-6247-11ed-8dfd-d2de491c0144 | 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-11-12T05:05:10+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=864df110-6247-11ed-8dfd-d2de491c0144 | InvocationID=864df2dc-6247-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:05:10+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9538dd70-6247-11ed-8dfd-d2de491c0144 | InvocationID=9538df28-6247-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:05:10+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9538dd70-6247-11ed-8dfd-d2de491c0144 | InvocationID=9538df28-6247-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:05:10+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9538dd70-6247-11ed-8dfd-d2de491c0144 | InvocationID=9538df28-6247-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:05:15+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c5c11f4-6247-11ed-8dfd-d2de491c0144 | InvocationID=8c5c1398-6247-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:05:15+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=984bf3e4-6247-11ed-8dfd-d2de491c0144 | InvocationID=984bf5a6-6247-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:05:15+0000 | aai_event_thread | 140396946058016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=984bf3e4-6247-11ed-8dfd-d2de491c0144 | InvocationID=984bf5a6-6247-11ed-8dfd-d2de491c0144 | 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-11-12T05:05:15+0000 | aai_event_thread | 140396946058016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=984bf3e4-6247-11ed-8dfd-d2de491c0144 | InvocationID=984bf5a6-6247-11ed-8dfd-d2de491c0144 | 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-11-12T05:05:35+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9538dd70-6247-11ed-8dfd-d2de491c0144 | InvocationID=9538df28-6247-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:05:35+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a423e1c2-6247-11ed-8dfd-d2de491c0144 | InvocationID=a423ed3e-6247-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:05:35+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a423e1c2-6247-11ed-8dfd-d2de491c0144 | InvocationID=a423ed3e-6247-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:05:35+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a423e1c2-6247-11ed-8dfd-d2de491c0144 | InvocationID=a423ed3e-6247-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:05:35+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=984bf3e4-6247-11ed-8dfd-d2de491c0144 | InvocationID=984bf5a6-6247-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:05:35+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a43c9adc-6247-11ed-8dfd-d2de491c0144 | InvocationID=a43c9c9e-6247-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:05:35+0000 | aai_event_thread | 140396946058016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a43c9adc-6247-11ed-8dfd-d2de491c0144 | InvocationID=a43c9c9e-6247-11ed-8dfd-d2de491c0144 | 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-11-12T05:05:35+0000 | aai_event_thread | 140396946058016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a43c9adc-6247-11ed-8dfd-d2de491c0144 | InvocationID=a43c9c9e-6247-11ed-8dfd-d2de491c0144 | 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-11-12T05:05:55+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a43c9adc-6247-11ed-8dfd-d2de491c0144 | InvocationID=a43c9c9e-6247-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:05:55+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b02ca6c0-6247-11ed-8dfd-d2de491c0144 | InvocationID=b02ca918-6247-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:05:55+0000 | aai_event_thread | 140396946058016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b02ca6c0-6247-11ed-8dfd-d2de491c0144 | InvocationID=b02ca918-6247-11ed-8dfd-d2de491c0144 | 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-11-12T05:05:55+0000 | aai_event_thread | 140396946058016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b02ca6c0-6247-11ed-8dfd-d2de491c0144 | InvocationID=b02ca918-6247-11ed-8dfd-d2de491c0144 | 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-11-12T05:06:00+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a423e1c2-6247-11ed-8dfd-d2de491c0144 | InvocationID=a423ed3e-6247-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:06:00+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b30e8ce6-6247-11ed-8dfd-d2de491c0144 | InvocationID=b30e8e8a-6247-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:06:00+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b30e8ce6-6247-11ed-8dfd-d2de491c0144 | InvocationID=b30e8e8a-6247-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:06:00+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b30e8ce6-6247-11ed-8dfd-d2de491c0144 | InvocationID=b30e8e8a-6247-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:06:15+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b02ca6c0-6247-11ed-8dfd-d2de491c0144 | InvocationID=b02ca918-6247-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:06:15+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc1e4a24-6247-11ed-8dfd-d2de491c0144 | InvocationID=bc1e4bfa-6247-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:06:15+0000 | aai_event_thread | 140396946058016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc1e4a24-6247-11ed-8dfd-d2de491c0144 | InvocationID=bc1e4bfa-6247-11ed-8dfd-d2de491c0144 | 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-11-12T05:06:15+0000 | aai_event_thread | 140396946058016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc1e4a24-6247-11ed-8dfd-d2de491c0144 | InvocationID=bc1e4bfa-6247-11ed-8dfd-d2de491c0144 | 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-11-12T05:06:25+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b30e8ce6-6247-11ed-8dfd-d2de491c0144 | InvocationID=b30e8e8a-6247-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:06:25+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1fa33f4-6247-11ed-8dfd-d2de491c0144 | InvocationID=c1fa3638-6247-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:06:25+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1fa33f4-6247-11ed-8dfd-d2de491c0144 | InvocationID=c1fa3638-6247-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:06:25+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1fa33f4-6247-11ed-8dfd-d2de491c0144 | InvocationID=c1fa3638-6247-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:06:35+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc1e4a24-6247-11ed-8dfd-d2de491c0144 | InvocationID=bc1e4bfa-6247-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:06:35+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c80f2808-6247-11ed-8dfd-d2de491c0144 | InvocationID=c80f29ac-6247-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:06:50+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1fa33f4-6247-11ed-8dfd-d2de491c0144 | InvocationID=c1fa3638-6247-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:06:50+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0e586e8-6247-11ed-8dfd-d2de491c0144 | InvocationID=d0e588dc-6247-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:06:50+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0e586e8-6247-11ed-8dfd-d2de491c0144 | InvocationID=d0e588dc-6247-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:06:50+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0e586e8-6247-11ed-8dfd-d2de491c0144 | InvocationID=d0e588dc-6247-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:07:00+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c80f2808-6247-11ed-8dfd-d2de491c0144 | InvocationID=c80f29ac-6247-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:07:00+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d699a2e0-6247-11ed-8dfd-d2de491c0144 | InvocationID=d699a4e8-6247-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:07:15+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0e586e8-6247-11ed-8dfd-d2de491c0144 | InvocationID=d0e588dc-6247-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:07:15+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfd0eca6-6247-11ed-8dfd-d2de491c0144 | InvocationID=dfd0f066-6247-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:07:15+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfd0eca6-6247-11ed-8dfd-d2de491c0144 | InvocationID=dfd0f066-6247-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:07:15+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dfd0eca6-6247-11ed-8dfd-d2de491c0144 | InvocationID=dfd0f066-6247-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:07:20+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d699a2e0-6247-11ed-8dfd-d2de491c0144 | InvocationID=d699a4e8-6247-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:07:20+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e28f052c-6247-11ed-8dfd-d2de491c0144 | InvocationID=e28f06e4-6247-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:07:40+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e28f052c-6247-11ed-8dfd-d2de491c0144 | InvocationID=e28f06e4-6247-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:07:40+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee864566-6247-11ed-8dfd-d2de491c0144 | InvocationID=ee8647be-6247-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:07:40+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dfd0eca6-6247-11ed-8dfd-d2de491c0144 | InvocationID=dfd0f066-6247-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:07:40+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eebfb472-6247-11ed-8dfd-d2de491c0144 | InvocationID=eebfb684-6247-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:07:40+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eebfb472-6247-11ed-8dfd-d2de491c0144 | InvocationID=eebfb684-6247-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:07:40+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eebfb472-6247-11ed-8dfd-d2de491c0144 | InvocationID=eebfb684-6247-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:08:00+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee864566-6247-11ed-8dfd-d2de491c0144 | InvocationID=ee8647be-6247-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:08:00+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa7e2578-6247-11ed-8dfd-d2de491c0144 | InvocationID=fa7e2d7a-6247-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:08:05+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eebfb472-6247-11ed-8dfd-d2de491c0144 | InvocationID=eebfb684-6247-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:08:05+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdad348c-6247-11ed-8dfd-d2de491c0144 | InvocationID=fdad368a-6247-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:08:05+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdad348c-6247-11ed-8dfd-d2de491c0144 | InvocationID=fdad368a-6247-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:08:05+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fdad348c-6247-11ed-8dfd-d2de491c0144 | InvocationID=fdad368a-6247-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:08:20+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa7e2578-6247-11ed-8dfd-d2de491c0144 | InvocationID=fa7e2d7a-6247-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:08:20+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06851ba6-6248-11ed-8dfd-d2de491c0144 | InvocationID=06851dae-6248-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:08:30+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fdad348c-6247-11ed-8dfd-d2de491c0144 | InvocationID=fdad368a-6247-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:08:30+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c98cd4e-6248-11ed-8dfd-d2de491c0144 | InvocationID=0c98cf60-6248-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:08:30+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c98cd4e-6248-11ed-8dfd-d2de491c0144 | InvocationID=0c98cf60-6248-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:08:30+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c98cd4e-6248-11ed-8dfd-d2de491c0144 | InvocationID=0c98cf60-6248-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:08:41+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=06851ba6-6248-11ed-8dfd-d2de491c0144 | InvocationID=06851dae-6248-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:08:41+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12c9ff6c-6248-11ed-8dfd-d2de491c0144 | InvocationID=12ca01b0-6248-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:08:55+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c98cd4e-6248-11ed-8dfd-d2de491c0144 | InvocationID=0c98cf60-6248-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:08:55+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b84ad0a-6248-11ed-8dfd-d2de491c0144 | InvocationID=1b84af9e-6248-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:08:55+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b84ad0a-6248-11ed-8dfd-d2de491c0144 | InvocationID=1b84af9e-6248-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:08:55+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b84ad0a-6248-11ed-8dfd-d2de491c0144 | InvocationID=1b84af9e-6248-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:09:05+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=12c9ff6c-6248-11ed-8dfd-d2de491c0144 | InvocationID=12ca01b0-6248-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:09:05+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=218b36ec-6248-11ed-8dfd-d2de491c0144 | InvocationID=218b38f4-6248-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:09:20+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b84ad0a-6248-11ed-8dfd-d2de491c0144 | InvocationID=1b84af9e-6248-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:09:20+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a6fbb02-6248-11ed-8dfd-d2de491c0144 | InvocationID=2a6fbca6-6248-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:09:20+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a6fbb02-6248-11ed-8dfd-d2de491c0144 | InvocationID=2a6fbca6-6248-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:09:20+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a6fbb02-6248-11ed-8dfd-d2de491c0144 | InvocationID=2a6fbca6-6248-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:09:30+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=218b36ec-6248-11ed-8dfd-d2de491c0144 | InvocationID=218b38f4-6248-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:09:30+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3052511a-6248-11ed-8dfd-d2de491c0144 | InvocationID=305252aa-6248-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:09:45+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a6fbb02-6248-11ed-8dfd-d2de491c0144 | InvocationID=2a6fbca6-6248-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:09:45+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=395a8020-6248-11ed-8dfd-d2de491c0144 | InvocationID=395a82fa-6248-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:09:45+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=395a8020-6248-11ed-8dfd-d2de491c0144 | InvocationID=395a82fa-6248-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:09:45+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=395a8020-6248-11ed-8dfd-d2de491c0144 | InvocationID=395a82fa-6248-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:09:55+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3052511a-6248-11ed-8dfd-d2de491c0144 | InvocationID=305252aa-6248-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:09:55+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f13de1c-6248-11ed-8dfd-d2de491c0144 | InvocationID=3f13dfd4-6248-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:10:10+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=395a8020-6248-11ed-8dfd-d2de491c0144 | InvocationID=395a82fa-6248-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:10:10+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4845dc88-6248-11ed-8dfd-d2de491c0144 | InvocationID=4845e1ec-6248-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:10:10+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4845dc88-6248-11ed-8dfd-d2de491c0144 | InvocationID=4845e1ec-6248-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:10:10+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4845dc88-6248-11ed-8dfd-d2de491c0144 | InvocationID=4845e1ec-6248-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:10:20+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3f13de1c-6248-11ed-8dfd-d2de491c0144 | InvocationID=3f13dfd4-6248-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:10:20+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4dd64cdc-6248-11ed-8dfd-d2de491c0144 | InvocationID=4dd64ee4-6248-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:10:35+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4845dc88-6248-11ed-8dfd-d2de491c0144 | InvocationID=4845e1ec-6248-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:10:35+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5732972c-6248-11ed-8dfd-d2de491c0144 | InvocationID=5732a97e-6248-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:10:35+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5732972c-6248-11ed-8dfd-d2de491c0144 | InvocationID=5732a97e-6248-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:10:35+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5732972c-6248-11ed-8dfd-d2de491c0144 | InvocationID=5732a97e-6248-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:10:44+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4dd64cdc-6248-11ed-8dfd-d2de491c0144 | InvocationID=4dd64ee4-6248-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:10:44+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c99c9ba-6248-11ed-8dfd-d2de491c0144 | InvocationID=5c99cbfe-6248-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:11:00+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5732972c-6248-11ed-8dfd-d2de491c0144 | InvocationID=5732a97e-6248-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:11:00+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=662273d8-6248-11ed-8dfd-d2de491c0144 | InvocationID=66227572-6248-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:11:00+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=662273d8-6248-11ed-8dfd-d2de491c0144 | InvocationID=66227572-6248-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:11:00+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=662273d8-6248-11ed-8dfd-d2de491c0144 | InvocationID=66227572-6248-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:11:09+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c99c9ba-6248-11ed-8dfd-d2de491c0144 | InvocationID=5c99cbfe-6248-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:11:09+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b5aedee-6248-11ed-8dfd-d2de491c0144 | InvocationID=6b5af17c-6248-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:11:25+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=662273d8-6248-11ed-8dfd-d2de491c0144 | InvocationID=66227572-6248-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:11:25+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=750d7e7e-6248-11ed-8dfd-d2de491c0144 | InvocationID=750d8022-6248-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:11:25+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=750d7e7e-6248-11ed-8dfd-d2de491c0144 | InvocationID=750d8022-6248-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:11:25+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=750d7e7e-6248-11ed-8dfd-d2de491c0144 | InvocationID=750d8022-6248-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:11:34+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b5aedee-6248-11ed-8dfd-d2de491c0144 | InvocationID=6b5af17c-6248-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:11:34+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a1f1e2c-6248-11ed-8dfd-d2de491c0144 | InvocationID=7a1f2e76-6248-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:11:50+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=750d7e7e-6248-11ed-8dfd-d2de491c0144 | InvocationID=750d8022-6248-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:11:50+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83f8e9e6-6248-11ed-8dfd-d2de491c0144 | InvocationID=83f8ecc0-6248-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:11:50+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83f8e9e6-6248-11ed-8dfd-d2de491c0144 | InvocationID=83f8ecc0-6248-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:11:50+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83f8e9e6-6248-11ed-8dfd-d2de491c0144 | InvocationID=83f8ecc0-6248-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:11:59+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7a1f1e2c-6248-11ed-8dfd-d2de491c0144 | InvocationID=7a1f2e76-6248-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:11:59+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88e1e48a-6248-11ed-8dfd-d2de491c0144 | InvocationID=88e1e69c-6248-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:12:15+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83f8e9e6-6248-11ed-8dfd-d2de491c0144 | InvocationID=83f8ecc0-6248-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:12:15+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92e42556-6248-11ed-8dfd-d2de491c0144 | InvocationID=92e426fa-6248-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:12:16+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92e42556-6248-11ed-8dfd-d2de491c0144 | InvocationID=92e426fa-6248-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:12:16+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92e42556-6248-11ed-8dfd-d2de491c0144 | InvocationID=92e426fa-6248-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:12:23+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=88e1e48a-6248-11ed-8dfd-d2de491c0144 | InvocationID=88e1e69c-6248-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:12:23+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97a80ea4-6248-11ed-8dfd-d2de491c0144 | InvocationID=97a810b6-6248-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:12:41+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92e42556-6248-11ed-8dfd-d2de491c0144 | InvocationID=92e426fa-6248-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:12:41+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1cf4e4c-6248-11ed-8dfd-d2de491c0144 | InvocationID=a1cf5176-6248-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:12:41+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1cf4e4c-6248-11ed-8dfd-d2de491c0144 | InvocationID=a1cf5176-6248-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:12:41+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1cf4e4c-6248-11ed-8dfd-d2de491c0144 | InvocationID=a1cf5176-6248-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:12:48+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=97a80ea4-6248-11ed-8dfd-d2de491c0144 | InvocationID=97a810b6-6248-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:12:48+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a66a0f00-6248-11ed-8dfd-d2de491c0144 | InvocationID=a66a10ae-6248-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:13:06+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1cf4e4c-6248-11ed-8dfd-d2de491c0144 | InvocationID=a1cf5176-6248-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:13:06+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0bb1bfc-6248-11ed-8dfd-d2de491c0144 | InvocationID=b0bb1ddc-6248-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:13:06+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0bb1bfc-6248-11ed-8dfd-d2de491c0144 | InvocationID=b0bb1ddc-6248-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:13:06+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0bb1bfc-6248-11ed-8dfd-d2de491c0144 | InvocationID=b0bb1ddc-6248-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:13:13+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a66a0f00-6248-11ed-8dfd-d2de491c0144 | InvocationID=a66a10ae-6248-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:13:13+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b52efbea-6248-11ed-8dfd-d2de491c0144 | InvocationID=b52efeba-6248-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:13:31+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0bb1bfc-6248-11ed-8dfd-d2de491c0144 | InvocationID=b0bb1ddc-6248-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:13:31+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfa661c6-6248-11ed-8dfd-d2de491c0144 | InvocationID=bfa6636a-6248-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:13:31+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfa661c6-6248-11ed-8dfd-d2de491c0144 | InvocationID=bfa6636a-6248-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:13:31+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bfa661c6-6248-11ed-8dfd-d2de491c0144 | InvocationID=bfa6636a-6248-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:13:38+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b52efbea-6248-11ed-8dfd-d2de491c0144 | InvocationID=b52efeba-6248-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:13:38+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3f14994-6248-11ed-8dfd-d2de491c0144 | InvocationID=c3f14be2-6248-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:13:56+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bfa661c6-6248-11ed-8dfd-d2de491c0144 | InvocationID=bfa6636a-6248-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:13:56+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce91a56a-6248-11ed-8dfd-d2de491c0144 | InvocationID=ce91a722-6248-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:13:56+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce91a56a-6248-11ed-8dfd-d2de491c0144 | InvocationID=ce91a722-6248-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:13:56+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce91a56a-6248-11ed-8dfd-d2de491c0144 | InvocationID=ce91a722-6248-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:14:03+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3f14994-6248-11ed-8dfd-d2de491c0144 | InvocationID=c3f14be2-6248-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:14:03+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2b47104-6248-11ed-8dfd-d2de491c0144 | InvocationID=d2b47334-6248-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:14:21+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce91a56a-6248-11ed-8dfd-d2de491c0144 | InvocationID=ce91a722-6248-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:14:21+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd7cab2e-6248-11ed-8dfd-d2de491c0144 | InvocationID=dd7cad36-6248-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:14:21+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd7cab2e-6248-11ed-8dfd-d2de491c0144 | InvocationID=dd7cad36-6248-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:14:21+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd7cab2e-6248-11ed-8dfd-d2de491c0144 | InvocationID=dd7cad36-6248-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:14:27+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d2b47104-6248-11ed-8dfd-d2de491c0144 | InvocationID=d2b47334-6248-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:14:27+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e177fcd8-6248-11ed-8dfd-d2de491c0144 | InvocationID=e177ff58-6248-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:14:46+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd7cab2e-6248-11ed-8dfd-d2de491c0144 | InvocationID=dd7cad36-6248-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:14:46+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec67caa6-6248-11ed-8dfd-d2de491c0144 | InvocationID=ec67cd8a-6248-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:14:46+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec67caa6-6248-11ed-8dfd-d2de491c0144 | InvocationID=ec67cd8a-6248-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:14:46+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec67caa6-6248-11ed-8dfd-d2de491c0144 | InvocationID=ec67cd8a-6248-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:14:52+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e177fcd8-6248-11ed-8dfd-d2de491c0144 | InvocationID=e177ff58-6248-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:14:52+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0395fdc-6248-11ed-8dfd-d2de491c0144 | InvocationID=f039686a-6248-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:15:11+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec67caa6-6248-11ed-8dfd-d2de491c0144 | InvocationID=ec67cd8a-6248-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:15:11+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb5338f2-6248-11ed-8dfd-d2de491c0144 | InvocationID=fb533b4a-6248-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:15:11+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb5338f2-6248-11ed-8dfd-d2de491c0144 | InvocationID=fb533b4a-6248-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:15:11+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb5338f2-6248-11ed-8dfd-d2de491c0144 | InvocationID=fb533b4a-6248-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:15:17+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0395fdc-6248-11ed-8dfd-d2de491c0144 | InvocationID=f039686a-6248-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:15:17+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fefad636-6248-11ed-8dfd-d2de491c0144 | InvocationID=fefad8fc-6248-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:15:36+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb5338f2-6248-11ed-8dfd-d2de491c0144 | InvocationID=fb533b4a-6248-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:15:36+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a3e70ca-6249-11ed-8dfd-d2de491c0144 | InvocationID=0a3e7656-6249-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:15:36+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a3e70ca-6249-11ed-8dfd-d2de491c0144 | InvocationID=0a3e7656-6249-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:15:36+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a3e70ca-6249-11ed-8dfd-d2de491c0144 | InvocationID=0a3e7656-6249-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:15:42+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fefad636-6248-11ed-8dfd-d2de491c0144 | InvocationID=fefad8fc-6248-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:15:42+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0dbcfb68-6249-11ed-8dfd-d2de491c0144 | InvocationID=0dbcfd2a-6249-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:16:01+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a3e70ca-6249-11ed-8dfd-d2de491c0144 | InvocationID=0a3e7656-6249-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:16:01+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1929a1a4-6249-11ed-8dfd-d2de491c0144 | InvocationID=1929a3e8-6249-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:16:01+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1929a1a4-6249-11ed-8dfd-d2de491c0144 | InvocationID=1929a3e8-6249-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:16:01+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1929a1a4-6249-11ed-8dfd-d2de491c0144 | InvocationID=1929a3e8-6249-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:16:06+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0dbcfb68-6249-11ed-8dfd-d2de491c0144 | InvocationID=0dbcfd2a-6249-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:16:06+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c7e4c38-6249-11ed-8dfd-d2de491c0144 | InvocationID=1c7e4e22-6249-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:16:26+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1929a1a4-6249-11ed-8dfd-d2de491c0144 | InvocationID=1929a3e8-6249-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:16:26+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=281516ee-6249-11ed-8dfd-d2de491c0144 | InvocationID=28151892-6249-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:16:26+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=281516ee-6249-11ed-8dfd-d2de491c0144 | InvocationID=28151892-6249-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:16:26+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=281516ee-6249-11ed-8dfd-d2de491c0144 | InvocationID=28151892-6249-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:16:31+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1c7e4c38-6249-11ed-8dfd-d2de491c0144 | InvocationID=1c7e4e22-6249-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:16:31+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b3ff99c-6249-11ed-8dfd-d2de491c0144 | InvocationID=2b3ffb4a-6249-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:16:51+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=281516ee-6249-11ed-8dfd-d2de491c0144 | InvocationID=28151892-6249-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:16:51+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3700682a-6249-11ed-8dfd-d2de491c0144 | InvocationID=37006aaa-6249-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:16:51+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3700682a-6249-11ed-8dfd-d2de491c0144 | InvocationID=37006aaa-6249-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:16:51+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3700682a-6249-11ed-8dfd-d2de491c0144 | InvocationID=37006aaa-6249-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:16:56+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2b3ff99c-6249-11ed-8dfd-d2de491c0144 | InvocationID=2b3ffb4a-6249-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:16:56+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a03c148-6249-11ed-8dfd-d2de491c0144 | InvocationID=3a03c422-6249-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:17:16+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3700682a-6249-11ed-8dfd-d2de491c0144 | InvocationID=37006aaa-6249-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:17:16+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45edb95a-6249-11ed-8dfd-d2de491c0144 | InvocationID=45edbc20-6249-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:17:16+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45edb95a-6249-11ed-8dfd-d2de491c0144 | InvocationID=45edbc20-6249-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:17:16+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45edb95a-6249-11ed-8dfd-d2de491c0144 | InvocationID=45edbc20-6249-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:17:21+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3a03c148-6249-11ed-8dfd-d2de491c0144 | InvocationID=3a03c422-6249-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:17:21+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48c6d62a-6249-11ed-8dfd-d2de491c0144 | InvocationID=48c6d7ce-6249-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:17:41+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45edb95a-6249-11ed-8dfd-d2de491c0144 | InvocationID=45edbc20-6249-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:17:41+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54d93782-6249-11ed-8dfd-d2de491c0144 | InvocationID=54d93930-6249-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:17:41+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54d93782-6249-11ed-8dfd-d2de491c0144 | InvocationID=54d93930-6249-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:17:41+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54d93782-6249-11ed-8dfd-d2de491c0144 | InvocationID=54d93930-6249-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:17:45+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=48c6d62a-6249-11ed-8dfd-d2de491c0144 | InvocationID=48c6d7ce-6249-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:17:45+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57890674-6249-11ed-8dfd-d2de491c0144 | InvocationID=57890818-6249-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:18:06+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54d93782-6249-11ed-8dfd-d2de491c0144 | InvocationID=54d93930-6249-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:18:06+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63c47cfc-6249-11ed-8dfd-d2de491c0144 | InvocationID=63c47ea0-6249-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:18:06+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63c47cfc-6249-11ed-8dfd-d2de491c0144 | InvocationID=63c47ea0-6249-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:18:06+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63c47cfc-6249-11ed-8dfd-d2de491c0144 | InvocationID=63c47ea0-6249-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:18:10+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57890674-6249-11ed-8dfd-d2de491c0144 | InvocationID=57890818-6249-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:18:10+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=664c5c4c-6249-11ed-8dfd-d2de491c0144 | InvocationID=664c63f4-6249-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:18:31+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63c47cfc-6249-11ed-8dfd-d2de491c0144 | InvocationID=63c47ea0-6249-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:18:31+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72b04502-6249-11ed-8dfd-d2de491c0144 | InvocationID=72b046a6-6249-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:18:31+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72b04502-6249-11ed-8dfd-d2de491c0144 | InvocationID=72b046a6-6249-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:18:31+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72b04502-6249-11ed-8dfd-d2de491c0144 | InvocationID=72b046a6-6249-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:18:35+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=664c5c4c-6249-11ed-8dfd-d2de491c0144 | InvocationID=664c63f4-6249-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:18:35+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=750e1f5e-6249-11ed-8dfd-d2de491c0144 | InvocationID=750e21a2-6249-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:18:56+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72b04502-6249-11ed-8dfd-d2de491c0144 | InvocationID=72b046a6-6249-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:18:56+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=819b2e38-6249-11ed-8dfd-d2de491c0144 | InvocationID=819b3072-6249-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:18:56+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=819b2e38-6249-11ed-8dfd-d2de491c0144 | InvocationID=819b3072-6249-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:18:56+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=819b2e38-6249-11ed-8dfd-d2de491c0144 | InvocationID=819b3072-6249-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:19:00+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=750e1f5e-6249-11ed-8dfd-d2de491c0144 | InvocationID=750e21a2-6249-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:19:00+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83d7358e-6249-11ed-8dfd-d2de491c0144 | InvocationID=83d73fb6-6249-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:19:21+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=819b2e38-6249-11ed-8dfd-d2de491c0144 | InvocationID=819b3072-6249-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:19:21+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90862682-6249-11ed-8dfd-d2de491c0144 | InvocationID=90862830-6249-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:19:21+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90862682-6249-11ed-8dfd-d2de491c0144 | InvocationID=90862830-6249-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:19:21+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90862682-6249-11ed-8dfd-d2de491c0144 | InvocationID=90862830-6249-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:19:25+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83d7358e-6249-11ed-8dfd-d2de491c0144 | InvocationID=83d73fb6-6249-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:19:25+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92a49ef8-6249-11ed-8dfd-d2de491c0144 | InvocationID=92a4a0a6-6249-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:19:46+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90862682-6249-11ed-8dfd-d2de491c0144 | InvocationID=90862830-6249-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:19:46+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f71d844-6249-11ed-8dfd-d2de491c0144 | InvocationID=9f71d9d4-6249-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:19:46+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f71d844-6249-11ed-8dfd-d2de491c0144 | InvocationID=9f71d9d4-6249-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:19:46+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f71d844-6249-11ed-8dfd-d2de491c0144 | InvocationID=9f71d9d4-6249-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:19:49+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=92a49ef8-6249-11ed-8dfd-d2de491c0144 | InvocationID=92a4a0a6-6249-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:19:49+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a16c4f08-6249-11ed-8dfd-d2de491c0144 | InvocationID=a16c50ac-6249-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:20:11+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f71d844-6249-11ed-8dfd-d2de491c0144 | InvocationID=9f71d9d4-6249-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:20:11+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae5e74e8-6249-11ed-8dfd-d2de491c0144 | InvocationID=ae5e7696-6249-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:20:11+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae5e74e8-6249-11ed-8dfd-d2de491c0144 | InvocationID=ae5e7696-6249-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:20:11+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae5e74e8-6249-11ed-8dfd-d2de491c0144 | InvocationID=ae5e7696-6249-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:20:14+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a16c4f08-6249-11ed-8dfd-d2de491c0144 | InvocationID=a16c50ac-6249-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:20:14+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b03180ee-6249-11ed-8dfd-d2de491c0144 | InvocationID=b03183b4-6249-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:20:36+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae5e74e8-6249-11ed-8dfd-d2de491c0144 | InvocationID=ae5e7696-6249-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:20:36+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd4a99aa-6249-11ed-8dfd-d2de491c0144 | InvocationID=bd4a9b44-6249-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:20:36+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd4a99aa-6249-11ed-8dfd-d2de491c0144 | InvocationID=bd4a9b44-6249-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:20:36+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd4a99aa-6249-11ed-8dfd-d2de491c0144 | InvocationID=bd4a9b44-6249-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:20:39+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b03180ee-6249-11ed-8dfd-d2de491c0144 | InvocationID=b03183b4-6249-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:20:39+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=befc63a0-6249-11ed-8dfd-d2de491c0144 | InvocationID=befc653a-6249-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:21:01+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd4a99aa-6249-11ed-8dfd-d2de491c0144 | InvocationID=bd4a9b44-6249-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:21:01+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc3ad3a8-6249-11ed-8dfd-d2de491c0144 | InvocationID=cc3ad5ba-6249-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:21:01+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc3ad3a8-6249-11ed-8dfd-d2de491c0144 | InvocationID=cc3ad5ba-6249-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:21:01+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc3ad3a8-6249-11ed-8dfd-d2de491c0144 | InvocationID=cc3ad5ba-6249-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:21:04+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=befc63a0-6249-11ed-8dfd-d2de491c0144 | InvocationID=befc653a-6249-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:21:04+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cdbd3374-6249-11ed-8dfd-d2de491c0144 | InvocationID=cdbd354a-6249-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:21:26+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc3ad3a8-6249-11ed-8dfd-d2de491c0144 | InvocationID=cc3ad5ba-6249-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:21:26+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db262cfa-6249-11ed-8dfd-d2de491c0144 | InvocationID=db262ed0-6249-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:21:26+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db262cfa-6249-11ed-8dfd-d2de491c0144 | InvocationID=db262ed0-6249-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:21:26+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db262cfa-6249-11ed-8dfd-d2de491c0144 | InvocationID=db262ed0-6249-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:21:28+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cdbd3374-6249-11ed-8dfd-d2de491c0144 | InvocationID=cdbd354a-6249-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:21:28+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc7dd832-6249-11ed-8dfd-d2de491c0144 | InvocationID=dc7dda76-6249-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:21:51+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db262cfa-6249-11ed-8dfd-d2de491c0144 | InvocationID=db262ed0-6249-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:21:51+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea11ceae-6249-11ed-8dfd-d2de491c0144 | InvocationID=ea11d08e-6249-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:21:51+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea11ceae-6249-11ed-8dfd-d2de491c0144 | InvocationID=ea11d08e-6249-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:21:51+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea11ceae-6249-11ed-8dfd-d2de491c0144 | InvocationID=ea11d08e-6249-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:21:53+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc7dd832-6249-11ed-8dfd-d2de491c0144 | InvocationID=dc7dda76-6249-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:21:53+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb4255be-6249-11ed-8dfd-d2de491c0144 | InvocationID=eb425802-6249-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:22:16+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea11ceae-6249-11ed-8dfd-d2de491c0144 | InvocationID=ea11d08e-6249-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:22:16+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8fd15c2-6249-11ed-8dfd-d2de491c0144 | InvocationID=f8fd17de-6249-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:22:16+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8fd15c2-6249-11ed-8dfd-d2de491c0144 | InvocationID=f8fd17de-6249-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:22:16+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8fd15c2-6249-11ed-8dfd-d2de491c0144 | InvocationID=f8fd17de-6249-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:22:18+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb4255be-6249-11ed-8dfd-d2de491c0144 | InvocationID=eb425802-6249-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:22:18+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa05975a-6249-11ed-8dfd-d2de491c0144 | InvocationID=fa059908-6249-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:22:41+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8fd15c2-6249-11ed-8dfd-d2de491c0144 | InvocationID=f8fd17de-6249-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:22:41+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07e81b18-624a-11ed-8dfd-d2de491c0144 | InvocationID=07e81d34-624a-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:22:41+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07e81b18-624a-11ed-8dfd-d2de491c0144 | InvocationID=07e81d34-624a-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:22:41+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07e81b18-624a-11ed-8dfd-d2de491c0144 | InvocationID=07e81d34-624a-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:22:43+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa05975a-6249-11ed-8dfd-d2de491c0144 | InvocationID=fa059908-6249-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:22:43+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08cd17ea-624a-11ed-8dfd-d2de491c0144 | InvocationID=08cd1aba-624a-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:23:06+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07e81b18-624a-11ed-8dfd-d2de491c0144 | InvocationID=07e81d34-624a-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:23:06+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16d5e74a-624a-11ed-8dfd-d2de491c0144 | InvocationID=16d5ebdc-624a-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:23:06+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16d5e74a-624a-11ed-8dfd-d2de491c0144 | InvocationID=16d5ebdc-624a-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:23:06+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16d5e74a-624a-11ed-8dfd-d2de491c0144 | InvocationID=16d5ebdc-624a-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:23:08+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08cd17ea-624a-11ed-8dfd-d2de491c0144 | InvocationID=08cd1aba-624a-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:23:08+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=179163bc-624a-11ed-8dfd-d2de491c0144 | InvocationID=17916600-624a-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:23:31+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16d5e74a-624a-11ed-8dfd-d2de491c0144 | InvocationID=16d5ebdc-624a-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:23:31+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25c12404-624a-11ed-8dfd-d2de491c0144 | InvocationID=25c1259e-624a-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:23:31+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25c12404-624a-11ed-8dfd-d2de491c0144 | InvocationID=25c1259e-624a-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:23:31+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25c12404-624a-11ed-8dfd-d2de491c0144 | InvocationID=25c1259e-624a-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:23:32+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=179163bc-624a-11ed-8dfd-d2de491c0144 | InvocationID=17916600-624a-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:23:32+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=265984a6-624a-11ed-8dfd-d2de491c0144 | InvocationID=265986f4-624a-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:23:56+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25c12404-624a-11ed-8dfd-d2de491c0144 | InvocationID=25c1259e-624a-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:23:56+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34ac9476-624a-11ed-8dfd-d2de491c0144 | InvocationID=34ac999e-624a-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:23:56+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34ac9476-624a-11ed-8dfd-d2de491c0144 | InvocationID=34ac999e-624a-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:23:56+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=34ac9476-624a-11ed-8dfd-d2de491c0144 | InvocationID=34ac999e-624a-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:23:57+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=265984a6-624a-11ed-8dfd-d2de491c0144 | InvocationID=265986f4-624a-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:23:57+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=351df684-624a-11ed-8dfd-d2de491c0144 | InvocationID=351df8be-624a-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:24:21+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=34ac9476-624a-11ed-8dfd-d2de491c0144 | InvocationID=34ac999e-624a-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:24:21+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43984372-624a-11ed-8dfd-d2de491c0144 | InvocationID=43984584-624a-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:24:21+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43984372-624a-11ed-8dfd-d2de491c0144 | InvocationID=43984584-624a-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:24:21+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43984372-624a-11ed-8dfd-d2de491c0144 | InvocationID=43984584-624a-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:24:22+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=351df684-624a-11ed-8dfd-d2de491c0144 | InvocationID=351df8be-624a-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:24:22+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43e049e2-624a-11ed-8dfd-d2de491c0144 | InvocationID=43e04be0-624a-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:24:46+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43984372-624a-11ed-8dfd-d2de491c0144 | InvocationID=43984584-624a-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:24:46+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52838950-624a-11ed-8dfd-d2de491c0144 | InvocationID=52838b4e-624a-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:24:47+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52838950-624a-11ed-8dfd-d2de491c0144 | InvocationID=52838b4e-624a-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:24:47+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52838950-624a-11ed-8dfd-d2de491c0144 | InvocationID=52838b4e-624a-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:24:47+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=43e049e2-624a-11ed-8dfd-d2de491c0144 | InvocationID=43e04be0-624a-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:24:47+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52a30096-624a-11ed-8dfd-d2de491c0144 | InvocationID=52a30302-624a-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:25:11+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=52a30096-624a-11ed-8dfd-d2de491c0144 | InvocationID=52a30302-624a-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:25:11+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61647d3a-624a-11ed-8dfd-d2de491c0144 | InvocationID=616481fe-624a-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:25:12+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52838950-624a-11ed-8dfd-d2de491c0144 | InvocationID=52838b4e-624a-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:25:12+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=616eec84-624a-11ed-8dfd-d2de491c0144 | InvocationID=616eee28-624a-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:25:12+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=616eec84-624a-11ed-8dfd-d2de491c0144 | InvocationID=616eee28-624a-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:25:12+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=616eec84-624a-11ed-8dfd-d2de491c0144 | InvocationID=616eee28-624a-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:25:36+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=61647d3a-624a-11ed-8dfd-d2de491c0144 | InvocationID=616481fe-624a-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:25:36+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70275036-624a-11ed-8dfd-d2de491c0144 | InvocationID=70275676-624a-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:25:37+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=616eec84-624a-11ed-8dfd-d2de491c0144 | InvocationID=616eee28-624a-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:25:37+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=705b235c-624a-11ed-8dfd-d2de491c0144 | InvocationID=705b25f0-624a-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:25:37+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=705b235c-624a-11ed-8dfd-d2de491c0144 | InvocationID=705b25f0-624a-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:25:37+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=705b235c-624a-11ed-8dfd-d2de491c0144 | InvocationID=705b25f0-624a-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:26:01+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=70275036-624a-11ed-8dfd-d2de491c0144 | InvocationID=70275676-624a-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:26:01+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ee8e8be-624a-11ed-8dfd-d2de491c0144 | InvocationID=7ee8eada-624a-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:26:02+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=705b235c-624a-11ed-8dfd-d2de491c0144 | InvocationID=705b25f0-624a-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:26:02+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f4624ca-624a-11ed-8dfd-d2de491c0144 | InvocationID=7f462678-624a-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:26:02+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f4624ca-624a-11ed-8dfd-d2de491c0144 | InvocationID=7f462678-624a-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:26:02+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f4624ca-624a-11ed-8dfd-d2de491c0144 | InvocationID=7f462678-624a-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:26:26+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ee8e8be-624a-11ed-8dfd-d2de491c0144 | InvocationID=7ee8eada-624a-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:26:26+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8dad0b6e-624a-11ed-8dfd-d2de491c0144 | InvocationID=8dad10dc-624a-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:26:27+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f4624ca-624a-11ed-8dfd-d2de491c0144 | InvocationID=7f462678-624a-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:26:27+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e311ed6-624a-11ed-8dfd-d2de491c0144 | InvocationID=8e31212e-624a-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:26:27+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e311ed6-624a-11ed-8dfd-d2de491c0144 | InvocationID=8e31212e-624a-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:26:27+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e311ed6-624a-11ed-8dfd-d2de491c0144 | InvocationID=8e31212e-624a-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:26:50+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8dad0b6e-624a-11ed-8dfd-d2de491c0144 | InvocationID=8dad10dc-624a-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:26:50+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c6e04c8-624a-11ed-8dfd-d2de491c0144 | InvocationID=9c6e078e-624a-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:26:52+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e311ed6-624a-11ed-8dfd-d2de491c0144 | InvocationID=8e31212e-624a-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:26:52+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d1cd930-624a-11ed-8dfd-d2de491c0144 | InvocationID=9d1cdb2e-624a-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:26:52+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d1cd930-624a-11ed-8dfd-d2de491c0144 | InvocationID=9d1cdb2e-624a-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:26:52+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d1cd930-624a-11ed-8dfd-d2de491c0144 | InvocationID=9d1cdb2e-624a-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:27:15+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9c6e04c8-624a-11ed-8dfd-d2de491c0144 | InvocationID=9c6e078e-624a-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:27:15+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab3026bc-624a-11ed-8dfd-d2de491c0144 | InvocationID=ab302cb6-624a-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:27:17+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d1cd930-624a-11ed-8dfd-d2de491c0144 | InvocationID=9d1cdb2e-624a-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:27:17+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac078698-624a-11ed-8dfd-d2de491c0144 | InvocationID=ac0788fa-624a-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:27:17+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac078698-624a-11ed-8dfd-d2de491c0144 | InvocationID=ac0788fa-624a-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:27:17+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac078698-624a-11ed-8dfd-d2de491c0144 | InvocationID=ac0788fa-624a-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:27:40+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ab3026bc-624a-11ed-8dfd-d2de491c0144 | InvocationID=ab302cb6-624a-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:27:40+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9f07e2c-624a-11ed-8dfd-d2de491c0144 | InvocationID=b9f082aa-624a-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:27:42+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac078698-624a-11ed-8dfd-d2de491c0144 | InvocationID=ac0788fa-624a-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:27:42+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=baf2b164-624a-11ed-8dfd-d2de491c0144 | InvocationID=baf2b312-624a-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:27:42+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=baf2b164-624a-11ed-8dfd-d2de491c0144 | InvocationID=baf2b312-624a-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:27:42+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=baf2b164-624a-11ed-8dfd-d2de491c0144 | InvocationID=baf2b312-624a-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:28:05+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b9f07e2c-624a-11ed-8dfd-d2de491c0144 | InvocationID=b9f082aa-624a-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:28:05+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8b16b1a-624a-11ed-8dfd-d2de491c0144 | InvocationID=c8b16f7a-624a-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:28:07+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=baf2b164-624a-11ed-8dfd-d2de491c0144 | InvocationID=baf2b312-624a-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:28:07+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9dd63f4-624a-11ed-8dfd-d2de491c0144 | InvocationID=c9dd65a2-624a-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:28:07+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9dd63f4-624a-11ed-8dfd-d2de491c0144 | InvocationID=c9dd65a2-624a-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:28:07+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9dd63f4-624a-11ed-8dfd-d2de491c0144 | InvocationID=c9dd65a2-624a-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:28:30+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c8b16b1a-624a-11ed-8dfd-d2de491c0144 | InvocationID=c8b16f7a-624a-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:28:30+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d772b6a4-624a-11ed-8dfd-d2de491c0144 | InvocationID=d772b852-624a-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:28:32+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9dd63f4-624a-11ed-8dfd-d2de491c0144 | InvocationID=c9dd65a2-624a-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:28:32+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8c825de-624a-11ed-8dfd-d2de491c0144 | InvocationID=d8c828a4-624a-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:28:32+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8c825de-624a-11ed-8dfd-d2de491c0144 | InvocationID=d8c828a4-624a-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:28:32+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8c825de-624a-11ed-8dfd-d2de491c0144 | InvocationID=d8c828a4-624a-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:28:54+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d772b6a4-624a-11ed-8dfd-d2de491c0144 | InvocationID=d772b852-624a-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:28:54+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6346228-624a-11ed-8dfd-d2de491c0144 | InvocationID=e6346408-624a-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:28:57+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8c825de-624a-11ed-8dfd-d2de491c0144 | InvocationID=d8c828a4-624a-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:28:57+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7b2f146-624a-11ed-8dfd-d2de491c0144 | InvocationID=e7b2f2e0-624a-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:28:57+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7b2f146-624a-11ed-8dfd-d2de491c0144 | InvocationID=e7b2f2e0-624a-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:28:57+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7b2f146-624a-11ed-8dfd-d2de491c0144 | InvocationID=e7b2f2e0-624a-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:29:19+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e6346228-624a-11ed-8dfd-d2de491c0144 | InvocationID=e6346408-624a-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:29:19+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4f874ca-624a-11ed-8dfd-d2de491c0144 | InvocationID=f4f8766e-624a-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:29:22+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7b2f146-624a-11ed-8dfd-d2de491c0144 | InvocationID=e7b2f2e0-624a-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:29:22+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f69e3382-624a-11ed-8dfd-d2de491c0144 | InvocationID=f69e3698-624a-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:29:22+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f69e3382-624a-11ed-8dfd-d2de491c0144 | InvocationID=f69e3698-624a-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:29:22+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f69e3382-624a-11ed-8dfd-d2de491c0144 | InvocationID=f69e3698-624a-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:29:44+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f4f874ca-624a-11ed-8dfd-d2de491c0144 | InvocationID=f4f8766e-624a-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:29:44+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03bb9d8e-624b-11ed-8dfd-d2de491c0144 | InvocationID=03bb9fe6-624b-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:29:47+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f69e3382-624a-11ed-8dfd-d2de491c0144 | InvocationID=f69e3698-624a-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:29:47+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=058b0d3e-624b-11ed-8dfd-d2de491c0144 | InvocationID=058b0f50-624b-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:29:47+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=058b0d3e-624b-11ed-8dfd-d2de491c0144 | InvocationID=058b0f50-624b-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:29:47+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=058b0d3e-624b-11ed-8dfd-d2de491c0144 | InvocationID=058b0f50-624b-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:30:09+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=03bb9d8e-624b-11ed-8dfd-d2de491c0144 | InvocationID=03bb9fe6-624b-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:30:09+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=127d3b5c-624b-11ed-8dfd-d2de491c0144 | InvocationID=127d3d46-624b-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:30:12+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=058b0d3e-624b-11ed-8dfd-d2de491c0144 | InvocationID=058b0f50-624b-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:30:12+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14761e42-624b-11ed-8dfd-d2de491c0144 | InvocationID=147620fe-624b-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:30:12+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14761e42-624b-11ed-8dfd-d2de491c0144 | InvocationID=147620fe-624b-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:30:12+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=14761e42-624b-11ed-8dfd-d2de491c0144 | InvocationID=147620fe-624b-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:30:33+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=127d3b5c-624b-11ed-8dfd-d2de491c0144 | InvocationID=127d3d46-624b-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:30:33+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=213f5ba2-624b-11ed-8dfd-d2de491c0144 | InvocationID=213f5dc8-624b-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:30:37+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=14761e42-624b-11ed-8dfd-d2de491c0144 | InvocationID=147620fe-624b-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:30:37+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23624368-624b-11ed-8dfd-d2de491c0144 | InvocationID=23624516-624b-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:30:37+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23624368-624b-11ed-8dfd-d2de491c0144 | InvocationID=23624516-624b-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:30:37+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23624368-624b-11ed-8dfd-d2de491c0144 | InvocationID=23624516-624b-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:30:58+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=213f5ba2-624b-11ed-8dfd-d2de491c0144 | InvocationID=213f5dc8-624b-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:30:58+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30000088-624b-11ed-8dfd-d2de491c0144 | InvocationID=30000272-624b-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:31:02+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23624368-624b-11ed-8dfd-d2de491c0144 | InvocationID=23624516-624b-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:31:02+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=324fa988-624b-11ed-8dfd-d2de491c0144 | InvocationID=324fab86-624b-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:31:02+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=324fa988-624b-11ed-8dfd-d2de491c0144 | InvocationID=324fab86-624b-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:31:02+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=324fa988-624b-11ed-8dfd-d2de491c0144 | InvocationID=324fab86-624b-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:31:23+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=30000088-624b-11ed-8dfd-d2de491c0144 | InvocationID=30000272-624b-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:31:23+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ec66dd2-624b-11ed-8dfd-d2de491c0144 | InvocationID=3ec66f76-624b-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:31:27+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=324fa988-624b-11ed-8dfd-d2de491c0144 | InvocationID=324fab86-624b-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:31:27+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=413aa9ac-624b-11ed-8dfd-d2de491c0144 | InvocationID=413aabb4-624b-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:31:27+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=413aa9ac-624b-11ed-8dfd-d2de491c0144 | InvocationID=413aabb4-624b-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:31:27+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=413aa9ac-624b-11ed-8dfd-d2de491c0144 | InvocationID=413aabb4-624b-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:31:48+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3ec66dd2-624b-11ed-8dfd-d2de491c0144 | InvocationID=3ec66f76-624b-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:31:48+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d878644-624b-11ed-8dfd-d2de491c0144 | InvocationID=4d8787f2-624b-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:31:52+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=413aa9ac-624b-11ed-8dfd-d2de491c0144 | InvocationID=413aabb4-624b-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:31:52+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50255c1e-624b-11ed-8dfd-d2de491c0144 | InvocationID=50255e80-624b-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:31:52+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50255c1e-624b-11ed-8dfd-d2de491c0144 | InvocationID=50255e80-624b-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:31:52+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50255c1e-624b-11ed-8dfd-d2de491c0144 | InvocationID=50255e80-624b-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:32:12+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d878644-624b-11ed-8dfd-d2de491c0144 | InvocationID=4d8787f2-624b-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:32:12+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c4a7fe2-624b-11ed-8dfd-d2de491c0144 | InvocationID=5c4a8212-624b-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:32:17+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50255c1e-624b-11ed-8dfd-d2de491c0144 | InvocationID=50255e80-624b-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:32:17+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f101b6a-624b-11ed-8dfd-d2de491c0144 | InvocationID=5f102394-624b-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:32:17+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f101b6a-624b-11ed-8dfd-d2de491c0144 | InvocationID=5f102394-624b-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:32:17+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f101b6a-624b-11ed-8dfd-d2de491c0144 | InvocationID=5f102394-624b-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:32:37+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c4a7fe2-624b-11ed-8dfd-d2de491c0144 | InvocationID=5c4a8212-624b-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:32:37+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b0e4a22-624b-11ed-8dfd-d2de491c0144 | InvocationID=6b0e4cf2-624b-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:32:42+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f101b6a-624b-11ed-8dfd-d2de491c0144 | InvocationID=5f102394-624b-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:32:42+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dfb456e-624b-11ed-8dfd-d2de491c0144 | InvocationID=6dfb47d0-624b-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:32:42+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dfb456e-624b-11ed-8dfd-d2de491c0144 | InvocationID=6dfb47d0-624b-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:32:42+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6dfb456e-624b-11ed-8dfd-d2de491c0144 | InvocationID=6dfb47d0-624b-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:33:02+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b0e4a22-624b-11ed-8dfd-d2de491c0144 | InvocationID=6b0e4cf2-624b-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:33:02+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79d1e168-624b-11ed-8dfd-d2de491c0144 | InvocationID=79d1e384-624b-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:33:07+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6dfb456e-624b-11ed-8dfd-d2de491c0144 | InvocationID=6dfb47d0-624b-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:33:07+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ce6358e-624b-11ed-8dfd-d2de491c0144 | InvocationID=7ce63854-624b-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:33:07+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ce6358e-624b-11ed-8dfd-d2de491c0144 | InvocationID=7ce63854-624b-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:33:07+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ce6358e-624b-11ed-8dfd-d2de491c0144 | InvocationID=7ce63854-624b-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:33:27+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=79d1e168-624b-11ed-8dfd-d2de491c0144 | InvocationID=79d1e384-624b-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:33:27+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8893e606-624b-11ed-8dfd-d2de491c0144 | InvocationID=8893eafc-624b-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:33:32+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ce6358e-624b-11ed-8dfd-d2de491c0144 | InvocationID=7ce63854-624b-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:33:32+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bd1c8e2-624b-11ed-8dfd-d2de491c0144 | InvocationID=8bd1cacc-624b-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:33:32+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bd1c8e2-624b-11ed-8dfd-d2de491c0144 | InvocationID=8bd1cacc-624b-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:33:32+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8bd1c8e2-624b-11ed-8dfd-d2de491c0144 | InvocationID=8bd1cacc-624b-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:33:51+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8893e606-624b-11ed-8dfd-d2de491c0144 | InvocationID=8893eafc-624b-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:33:51+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97556dae-624b-11ed-8dfd-d2de491c0144 | InvocationID=97557024-624b-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:33:57+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8bd1c8e2-624b-11ed-8dfd-d2de491c0144 | InvocationID=8bd1cacc-624b-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:33:57+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9abd1e88-624b-11ed-8dfd-d2de491c0144 | InvocationID=9abd20cc-624b-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:33:57+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9abd1e88-624b-11ed-8dfd-d2de491c0144 | InvocationID=9abd20cc-624b-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:33:57+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9abd1e88-624b-11ed-8dfd-d2de491c0144 | InvocationID=9abd20cc-624b-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:34:16+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=97556dae-624b-11ed-8dfd-d2de491c0144 | InvocationID=97557024-624b-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:34:16+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a616b492-624b-11ed-8dfd-d2de491c0144 | InvocationID=a616b708-624b-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:34:22+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9abd1e88-624b-11ed-8dfd-d2de491c0144 | InvocationID=9abd20cc-624b-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:34:22+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9a95ee8-624b-11ed-8dfd-d2de491c0144 | InvocationID=a9a963de-624b-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:34:22+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9a95ee8-624b-11ed-8dfd-d2de491c0144 | InvocationID=a9a963de-624b-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:34:22+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9a95ee8-624b-11ed-8dfd-d2de491c0144 | InvocationID=a9a963de-624b-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:34:41+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a616b492-624b-11ed-8dfd-d2de491c0144 | InvocationID=a616b708-624b-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:34:41+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4d75158-624b-11ed-8dfd-d2de491c0144 | InvocationID=b4d75496-624b-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:34:47+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9a95ee8-624b-11ed-8dfd-d2de491c0144 | InvocationID=a9a963de-624b-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:34:47+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8948b26-624b-11ed-8dfd-d2de491c0144 | InvocationID=b8948d24-624b-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:34:47+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8948b26-624b-11ed-8dfd-d2de491c0144 | InvocationID=b8948d24-624b-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:34:47+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8948b26-624b-11ed-8dfd-d2de491c0144 | InvocationID=b8948d24-624b-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:35:06+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b4d75158-624b-11ed-8dfd-d2de491c0144 | InvocationID=b4d75496-624b-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:35:06+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3994656-624b-11ed-8dfd-d2de491c0144 | InvocationID=c39947f0-624b-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:35:12+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8948b26-624b-11ed-8dfd-d2de491c0144 | InvocationID=b8948d24-624b-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:35:12+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c77f86d6-624b-11ed-8dfd-d2de491c0144 | InvocationID=c77f89ce-624b-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:35:12+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c77f86d6-624b-11ed-8dfd-d2de491c0144 | InvocationID=c77f89ce-624b-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:35:12+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c77f86d6-624b-11ed-8dfd-d2de491c0144 | InvocationID=c77f89ce-624b-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:35:30+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3994656-624b-11ed-8dfd-d2de491c0144 | InvocationID=c39947f0-624b-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:35:30+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d259f7b2-624b-11ed-8dfd-d2de491c0144 | InvocationID=d259f960-624b-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:35:37+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c77f86d6-624b-11ed-8dfd-d2de491c0144 | InvocationID=c77f89ce-624b-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:35:37+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d66b0ec2-624b-11ed-8dfd-d2de491c0144 | InvocationID=d66b10ca-624b-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:35:37+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d66b0ec2-624b-11ed-8dfd-d2de491c0144 | InvocationID=d66b10ca-624b-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:35:37+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d66b0ec2-624b-11ed-8dfd-d2de491c0144 | InvocationID=d66b10ca-624b-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:35:55+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d259f7b2-624b-11ed-8dfd-d2de491c0144 | InvocationID=d259f960-624b-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:35:55+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e11f3596-624b-11ed-8dfd-d2de491c0144 | InvocationID=e11f3d0c-624b-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:36:02+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d66b0ec2-624b-11ed-8dfd-d2de491c0144 | InvocationID=d66b10ca-624b-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:36:02+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e55650cc-624b-11ed-8dfd-d2de491c0144 | InvocationID=e556527a-624b-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:36:02+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e55650cc-624b-11ed-8dfd-d2de491c0144 | InvocationID=e556527a-624b-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:36:02+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e55650cc-624b-11ed-8dfd-d2de491c0144 | InvocationID=e556527a-624b-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:36:20+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e11f3596-624b-11ed-8dfd-d2de491c0144 | InvocationID=e11f3d0c-624b-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:36:20+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efdfc816-624b-11ed-8dfd-d2de491c0144 | InvocationID=efdfc9b0-624b-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:36:27+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e55650cc-624b-11ed-8dfd-d2de491c0144 | InvocationID=e556527a-624b-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:36:27+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4414a88-624b-11ed-8dfd-d2de491c0144 | InvocationID=f4415500-624b-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:36:27+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4414a88-624b-11ed-8dfd-d2de491c0144 | InvocationID=f4415500-624b-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:36:27+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4414a88-624b-11ed-8dfd-d2de491c0144 | InvocationID=f4415500-624b-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:36:45+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=efdfc816-624b-11ed-8dfd-d2de491c0144 | InvocationID=efdfc9b0-624b-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:36:45+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fea0c81e-624b-11ed-8dfd-d2de491c0144 | InvocationID=fea0ca76-624b-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:36:52+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4414a88-624b-11ed-8dfd-d2de491c0144 | InvocationID=f4415500-624b-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:36:52+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=032c9084-624c-11ed-8dfd-d2de491c0144 | InvocationID=032c9228-624c-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:36:52+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=032c9084-624c-11ed-8dfd-d2de491c0144 | InvocationID=032c9228-624c-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:36:52+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=032c9084-624c-11ed-8dfd-d2de491c0144 | InvocationID=032c9228-624c-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:37:09+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fea0c81e-624b-11ed-8dfd-d2de491c0144 | InvocationID=fea0ca76-624b-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:37:09+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d61c39e-624c-11ed-8dfd-d2de491c0144 | InvocationID=0d61c5ec-624c-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:37:17+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=032c9084-624c-11ed-8dfd-d2de491c0144 | InvocationID=032c9228-624c-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:37:17+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1217f160-624c-11ed-8dfd-d2de491c0144 | InvocationID=1217f408-624c-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:37:17+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1217f160-624c-11ed-8dfd-d2de491c0144 | InvocationID=1217f408-624c-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:37:17+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1217f160-624c-11ed-8dfd-d2de491c0144 | InvocationID=1217f408-624c-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:37:34+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d61c39e-624c-11ed-8dfd-d2de491c0144 | InvocationID=0d61c5ec-624c-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:37:34+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c21fe94-624c-11ed-8dfd-d2de491c0144 | InvocationID=1c220038-624c-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:37:42+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1217f160-624c-11ed-8dfd-d2de491c0144 | InvocationID=1217f408-624c-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:37:42+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2102e054-624c-11ed-8dfd-d2de491c0144 | InvocationID=2102e2f2-624c-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:37:42+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2102e054-624c-11ed-8dfd-d2de491c0144 | InvocationID=2102e2f2-624c-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:37:42+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2102e054-624c-11ed-8dfd-d2de491c0144 | InvocationID=2102e2f2-624c-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:37:59+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1c21fe94-624c-11ed-8dfd-d2de491c0144 | InvocationID=1c220038-624c-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:37:59+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ae3a806-624c-11ed-8dfd-d2de491c0144 | InvocationID=2ae3a98c-624c-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:38:07+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2102e054-624c-11ed-8dfd-d2de491c0144 | InvocationID=2102e2f2-624c-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:38:07+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ff032c4-624c-11ed-8dfd-d2de491c0144 | InvocationID=2ff03544-624c-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:38:07+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ff032c4-624c-11ed-8dfd-d2de491c0144 | InvocationID=2ff03544-624c-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:38:07+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ff032c4-624c-11ed-8dfd-d2de491c0144 | InvocationID=2ff03544-624c-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:38:24+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ae3a806-624c-11ed-8dfd-d2de491c0144 | InvocationID=2ae3a98c-624c-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:38:24+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39aa8a9e-624c-11ed-8dfd-d2de491c0144 | InvocationID=39aa8e2c-624c-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:38:32+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ff032c4-624c-11ed-8dfd-d2de491c0144 | InvocationID=2ff03544-624c-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:38:32+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3edb7906-624c-11ed-8dfd-d2de491c0144 | InvocationID=3edb7a96-624c-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:38:33+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3edb7906-624c-11ed-8dfd-d2de491c0144 | InvocationID=3edb7a96-624c-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:38:33+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3edb7906-624c-11ed-8dfd-d2de491c0144 | InvocationID=3edb7a96-624c-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:38:49+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39aa8a9e-624c-11ed-8dfd-d2de491c0144 | InvocationID=39aa8e2c-624c-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:38:49+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=486bdc5e-624c-11ed-8dfd-d2de491c0144 | InvocationID=486bde0c-624c-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:38:58+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3edb7906-624c-11ed-8dfd-d2de491c0144 | InvocationID=3edb7a96-624c-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:38:58+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4dc680be-624c-11ed-8dfd-d2de491c0144 | InvocationID=4dc68262-624c-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:38:58+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4dc680be-624c-11ed-8dfd-d2de491c0144 | InvocationID=4dc68262-624c-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:38:58+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4dc680be-624c-11ed-8dfd-d2de491c0144 | InvocationID=4dc68262-624c-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:39:13+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=486bdc5e-624c-11ed-8dfd-d2de491c0144 | InvocationID=486bde0c-624c-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:39:13+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57307f4c-624c-11ed-8dfd-d2de491c0144 | InvocationID=57308604-624c-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:39:23+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4dc680be-624c-11ed-8dfd-d2de491c0144 | InvocationID=4dc68262-624c-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:39:23+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cb173e0-624c-11ed-8dfd-d2de491c0144 | InvocationID=5cb176c4-624c-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:39:23+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cb173e0-624c-11ed-8dfd-d2de491c0144 | InvocationID=5cb176c4-624c-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:39:23+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5cb173e0-624c-11ed-8dfd-d2de491c0144 | InvocationID=5cb176c4-624c-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:39:38+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57307f4c-624c-11ed-8dfd-d2de491c0144 | InvocationID=57308604-624c-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:39:38+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65fa2af0-624c-11ed-8dfd-d2de491c0144 | InvocationID=65fa2c94-624c-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:39:48+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5cb173e0-624c-11ed-8dfd-d2de491c0144 | InvocationID=5cb176c4-624c-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:39:48+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b9c5384-624c-11ed-8dfd-d2de491c0144 | InvocationID=6b9c564a-624c-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:39:48+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b9c5384-624c-11ed-8dfd-d2de491c0144 | InvocationID=6b9c564a-624c-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:39:48+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b9c5384-624c-11ed-8dfd-d2de491c0144 | InvocationID=6b9c564a-624c-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:40:03+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=65fa2af0-624c-11ed-8dfd-d2de491c0144 | InvocationID=65fa2c94-624c-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:40:03+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74bb7ad0-624c-11ed-8dfd-d2de491c0144 | InvocationID=74bb7c7e-624c-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:40:13+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b9c5384-624c-11ed-8dfd-d2de491c0144 | InvocationID=6b9c564a-624c-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:40:13+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a87740a-624c-11ed-8dfd-d2de491c0144 | InvocationID=7a877612-624c-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:40:13+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a87740a-624c-11ed-8dfd-d2de491c0144 | InvocationID=7a877612-624c-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:40:13+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a87740a-624c-11ed-8dfd-d2de491c0144 | InvocationID=7a877612-624c-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:40:28+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=74bb7ad0-624c-11ed-8dfd-d2de491c0144 | InvocationID=74bb7c7e-624c-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:40:28+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=837d65c4-624c-11ed-8dfd-d2de491c0144 | InvocationID=837d677c-624c-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:40:38+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a87740a-624c-11ed-8dfd-d2de491c0144 | InvocationID=7a877612-624c-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:40:38+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=897314e2-624c-11ed-8dfd-d2de491c0144 | InvocationID=897318de-624c-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:40:38+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=897314e2-624c-11ed-8dfd-d2de491c0144 | InvocationID=897318de-624c-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:40:38+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=897314e2-624c-11ed-8dfd-d2de491c0144 | InvocationID=897318de-624c-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:40:52+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=837d65c4-624c-11ed-8dfd-d2de491c0144 | InvocationID=837d677c-624c-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:40:52+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=923ee9c0-624c-11ed-8dfd-d2de491c0144 | InvocationID=923eec04-624c-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:41:03+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=897314e2-624c-11ed-8dfd-d2de491c0144 | InvocationID=897318de-624c-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:41:03+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9863d68a-624c-11ed-8dfd-d2de491c0144 | InvocationID=9863d91e-624c-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:41:03+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9863d68a-624c-11ed-8dfd-d2de491c0144 | InvocationID=9863d91e-624c-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:41:03+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9863d68a-624c-11ed-8dfd-d2de491c0144 | InvocationID=9863d91e-624c-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:41:17+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=923ee9c0-624c-11ed-8dfd-d2de491c0144 | InvocationID=923eec04-624c-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:41:17+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a101504c-624c-11ed-8dfd-d2de491c0144 | InvocationID=a10151d2-624c-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:41:28+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9863d68a-624c-11ed-8dfd-d2de491c0144 | InvocationID=9863d91e-624c-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:41:28+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a74f8b3a-624c-11ed-8dfd-d2de491c0144 | InvocationID=a74f8f40-624c-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:41:28+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a74f8b3a-624c-11ed-8dfd-d2de491c0144 | InvocationID=a74f8f40-624c-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:41:28+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a74f8b3a-624c-11ed-8dfd-d2de491c0144 | InvocationID=a74f8f40-624c-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:41:42+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a101504c-624c-11ed-8dfd-d2de491c0144 | InvocationID=a10151d2-624c-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:41:42+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afc35058-624c-11ed-8dfd-d2de491c0144 | InvocationID=afc35292-624c-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:41:53+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a74f8b3a-624c-11ed-8dfd-d2de491c0144 | InvocationID=a74f8f40-624c-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:41:53+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b63b0020-624c-11ed-8dfd-d2de491c0144 | InvocationID=b63b0232-624c-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:41:53+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b63b0020-624c-11ed-8dfd-d2de491c0144 | InvocationID=b63b0232-624c-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:41:53+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b63b0020-624c-11ed-8dfd-d2de491c0144 | InvocationID=b63b0232-624c-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:42:07+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=afc35058-624c-11ed-8dfd-d2de491c0144 | InvocationID=afc35292-624c-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:42:07+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be8609d2-624c-11ed-8dfd-d2de491c0144 | InvocationID=be860b6c-624c-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:42:18+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b63b0020-624c-11ed-8dfd-d2de491c0144 | InvocationID=b63b0232-624c-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:42:18+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5264e28-624c-11ed-8dfd-d2de491c0144 | InvocationID=c5264fe0-624c-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:42:18+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5264e28-624c-11ed-8dfd-d2de491c0144 | InvocationID=c5264fe0-624c-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:42:18+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5264e28-624c-11ed-8dfd-d2de491c0144 | InvocationID=c5264fe0-624c-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:42:31+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be8609d2-624c-11ed-8dfd-d2de491c0144 | InvocationID=be860b6c-624c-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:42:31+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd479242-624c-11ed-8dfd-d2de491c0144 | InvocationID=cd4794d6-624c-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:42:43+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5264e28-624c-11ed-8dfd-d2de491c0144 | InvocationID=c5264fe0-624c-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:42:43+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d41183b2-624c-11ed-8dfd-d2de491c0144 | InvocationID=d4118556-624c-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:42:43+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d41183b2-624c-11ed-8dfd-d2de491c0144 | InvocationID=d4118556-624c-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:42:43+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d41183b2-624c-11ed-8dfd-d2de491c0144 | InvocationID=d4118556-624c-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:42:56+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd479242-624c-11ed-8dfd-d2de491c0144 | InvocationID=cd4794d6-624c-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:42:56+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc091e9a-624c-11ed-8dfd-d2de491c0144 | InvocationID=dc0920a2-624c-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:43:08+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d41183b2-624c-11ed-8dfd-d2de491c0144 | InvocationID=d4118556-624c-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:43:08+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2fd1832-624c-11ed-8dfd-d2de491c0144 | InvocationID=e2fd1aa8-624c-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:43:08+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2fd1832-624c-11ed-8dfd-d2de491c0144 | InvocationID=e2fd1aa8-624c-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:43:08+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2fd1832-624c-11ed-8dfd-d2de491c0144 | InvocationID=e2fd1aa8-624c-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:43:21+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc091e9a-624c-11ed-8dfd-d2de491c0144 | InvocationID=dc0920a2-624c-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:43:21+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eacc37d2-624c-11ed-8dfd-d2de491c0144 | InvocationID=eacc39da-624c-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:43:33+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2fd1832-624c-11ed-8dfd-d2de491c0144 | InvocationID=e2fd1aa8-624c-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:43:33+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1e904b4-624c-11ed-8dfd-d2de491c0144 | InvocationID=f1e90716-624c-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:43:33+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1e904b4-624c-11ed-8dfd-d2de491c0144 | InvocationID=f1e90716-624c-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:43:33+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1e904b4-624c-11ed-8dfd-d2de491c0144 | InvocationID=f1e90716-624c-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:43:46+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eacc37d2-624c-11ed-8dfd-d2de491c0144 | InvocationID=eacc39da-624c-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:43:46+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9933888-624c-11ed-8dfd-d2de491c0144 | InvocationID=f9933c2a-624c-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:43:58+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1e904b4-624c-11ed-8dfd-d2de491c0144 | InvocationID=f1e90716-624c-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:43:58+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00d5c386-624d-11ed-8dfd-d2de491c0144 | InvocationID=00d5c5f2-624d-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:43:58+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00d5c386-624d-11ed-8dfd-d2de491c0144 | InvocationID=00d5c5f2-624d-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:43:58+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00d5c386-624d-11ed-8dfd-d2de491c0144 | InvocationID=00d5c5f2-624d-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:44:11+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f9933888-624c-11ed-8dfd-d2de491c0144 | InvocationID=f9933c2a-624c-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:44:11+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0854e6aa-624d-11ed-8dfd-d2de491c0144 | InvocationID=0854ea1a-624d-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:44:23+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00d5c386-624d-11ed-8dfd-d2de491c0144 | InvocationID=00d5c5f2-624d-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:44:23+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fc1a39c-624d-11ed-8dfd-d2de491c0144 | InvocationID=0fc1a554-624d-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:44:23+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fc1a39c-624d-11ed-8dfd-d2de491c0144 | InvocationID=0fc1a554-624d-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:44:23+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0fc1a39c-624d-11ed-8dfd-d2de491c0144 | InvocationID=0fc1a554-624d-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:44:35+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0854e6aa-624d-11ed-8dfd-d2de491c0144 | InvocationID=0854ea1a-624d-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:44:35+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17180e42-624d-11ed-8dfd-d2de491c0144 | InvocationID=17181040-624d-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:44:48+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0fc1a39c-624d-11ed-8dfd-d2de491c0144 | InvocationID=0fc1a554-624d-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:44:48+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1eacaf46-624d-11ed-8dfd-d2de491c0144 | InvocationID=1eacb19e-624d-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:44:48+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1eacaf46-624d-11ed-8dfd-d2de491c0144 | InvocationID=1eacb19e-624d-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:44:48+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1eacaf46-624d-11ed-8dfd-d2de491c0144 | InvocationID=1eacb19e-624d-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:45:00+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=17180e42-624d-11ed-8dfd-d2de491c0144 | InvocationID=17181040-624d-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:45:00+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25d93bea-624d-11ed-8dfd-d2de491c0144 | InvocationID=25d93e9c-624d-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:45:13+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1eacaf46-624d-11ed-8dfd-d2de491c0144 | InvocationID=1eacb19e-624d-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:45:13+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d97a63c-624d-11ed-8dfd-d2de491c0144 | InvocationID=2d97a862-624d-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:45:13+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d97a63c-624d-11ed-8dfd-d2de491c0144 | InvocationID=2d97a862-624d-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:45:13+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d97a63c-624d-11ed-8dfd-d2de491c0144 | InvocationID=2d97a862-624d-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:45:25+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=25d93bea-624d-11ed-8dfd-d2de491c0144 | InvocationID=25d93e9c-624d-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:45:25+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=349c1dfa-624d-11ed-8dfd-d2de491c0144 | InvocationID=349c1fa8-624d-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:45:38+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d97a63c-624d-11ed-8dfd-d2de491c0144 | InvocationID=2d97a862-624d-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:45:38+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c833b0c-624d-11ed-8dfd-d2de491c0144 | InvocationID=3c833d1e-624d-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:45:38+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c833b0c-624d-11ed-8dfd-d2de491c0144 | InvocationID=3c833d1e-624d-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:45:38+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c833b0c-624d-11ed-8dfd-d2de491c0144 | InvocationID=3c833d1e-624d-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:45:50+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=349c1dfa-624d-11ed-8dfd-d2de491c0144 | InvocationID=349c1fa8-624d-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:45:50+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=435c469e-624d-11ed-8dfd-d2de491c0144 | InvocationID=435c484c-624d-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:46:03+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c833b0c-624d-11ed-8dfd-d2de491c0144 | InvocationID=3c833d1e-624d-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:46:03+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b6eb830-624d-11ed-8dfd-d2de491c0144 | InvocationID=4b6ebb50-624d-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:46:03+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b6eb830-624d-11ed-8dfd-d2de491c0144 | InvocationID=4b6ebb50-624d-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:46:03+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b6eb830-624d-11ed-8dfd-d2de491c0144 | InvocationID=4b6ebb50-624d-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:46:14+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=435c469e-624d-11ed-8dfd-d2de491c0144 | InvocationID=435c484c-624d-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:46:14+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=521df5c4-624d-11ed-8dfd-d2de491c0144 | InvocationID=521df808-624d-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:46:28+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b6eb830-624d-11ed-8dfd-d2de491c0144 | InvocationID=4b6ebb50-624d-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:46:28+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a5a0282-624d-11ed-8dfd-d2de491c0144 | InvocationID=5a5a055c-624d-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:46:28+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a5a0282-624d-11ed-8dfd-d2de491c0144 | InvocationID=5a5a055c-624d-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:46:28+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a5a0282-624d-11ed-8dfd-d2de491c0144 | InvocationID=5a5a055c-624d-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:46:39+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=521df5c4-624d-11ed-8dfd-d2de491c0144 | InvocationID=521df808-624d-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:46:39+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60dfdcf8-624d-11ed-8dfd-d2de491c0144 | InvocationID=60dfe702-624d-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:46:53+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a5a0282-624d-11ed-8dfd-d2de491c0144 | InvocationID=5a5a055c-624d-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:46:53+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69452880-624d-11ed-8dfd-d2de491c0144 | InvocationID=69452a2e-624d-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:46:53+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69452880-624d-11ed-8dfd-d2de491c0144 | InvocationID=69452a2e-624d-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:46:53+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69452880-624d-11ed-8dfd-d2de491c0144 | InvocationID=69452a2e-624d-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:47:04+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=60dfdcf8-624d-11ed-8dfd-d2de491c0144 | InvocationID=60dfe702-624d-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:47:04+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fa127d8-624d-11ed-8dfd-d2de491c0144 | InvocationID=6fa12986-624d-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:47:18+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69452880-624d-11ed-8dfd-d2de491c0144 | InvocationID=69452a2e-624d-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:47:18+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=782fd656-624d-11ed-8dfd-d2de491c0144 | InvocationID=782fd85e-624d-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:47:18+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=782fd656-624d-11ed-8dfd-d2de491c0144 | InvocationID=782fd85e-624d-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:47:18+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=782fd656-624d-11ed-8dfd-d2de491c0144 | InvocationID=782fd85e-624d-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:47:29+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6fa127d8-624d-11ed-8dfd-d2de491c0144 | InvocationID=6fa12986-624d-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:47:29+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e61ee1a-624d-11ed-8dfd-d2de491c0144 | InvocationID=7e61f018-624d-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:47:43+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=782fd656-624d-11ed-8dfd-d2de491c0144 | InvocationID=782fd85e-624d-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:47:43+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=871b6fe0-624d-11ed-8dfd-d2de491c0144 | InvocationID=871b717a-624d-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:47:43+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=871b6fe0-624d-11ed-8dfd-d2de491c0144 | InvocationID=871b717a-624d-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:47:43+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=871b6fe0-624d-11ed-8dfd-d2de491c0144 | InvocationID=871b717a-624d-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:47:53+0000 | aai_event_thread | 140396946058016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e61ee1a-624d-11ed-8dfd-d2de491c0144 | InvocationID=7e61f018-624d-11ed-8dfd-d2de491c0144 | Polling MR for XNF AAI events. 2022-11-12T05:47:53+0000 | aai_event_thread | 140396946058016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d2321c6-624d-11ed-8dfd-d2de491c0144 | InvocationID=8d2323ba-624d-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-12T05:48:08+0000 | policy_event_thread | 140396947118880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=871b6fe0-624d-11ed-8dfd-d2de491c0144 | InvocationID=871b717a-624d-11ed-8dfd-d2de491c0144 | Polling MR for XNF activation/deactivation policy response events. 2022-11-12T05:48:08+0000 | policy_event_thread | 140396947118880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9606e458-624d-11ed-8dfd-d2de491c0144 | InvocationID=9606e67e-624d-11ed-8dfd-d2de491c0144 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-12T05:48:08+0000 | policy_event_thread | 140396947118880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9606e458-624d-11ed-8dfd-d2de491c0144 | InvocationID=9606e67e-624d-11ed-8dfd-d2de491c0144 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-12T05:48:08+0000 | policy_event_thread | 140396947118880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9606e458-624d-11ed-8dfd-d2de491c0144 | InvocationID=9606e67e-624d-11ed-8dfd-d2de491c0144 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000