/opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. return yaml.load(f.read()) 2023-01-27T05:08:58+0000 | MainThread | 140098721377608 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS. 2023-01-27T05:08:58+0000 | MainThread | 140098721377608 | 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'}}}} 2023-01-27T05:08:58+0000 | MainThread | 140098721377608 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR. 2023-01-27T05:08:58+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:08:58+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events. 2023-01-27T05:08:58+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4c8b972-9e00-11ed-8418-ae7d03915e0a | InvocationID=b4c8bc42-9e00-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:08:58+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4c9c542-9e00-11ed-8418-ae7d03915e0a | InvocationID=b4c9c682-9e00-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:08:59+0000 | MainThread | 140098721377608 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server 2023-01-27T05:08:59+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4c8b972-9e00-11ed-8418-ae7d03915e0a | InvocationID=b4c8bc42-9e00-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:08:59+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4c8b972-9e00-11ed-8418-ae7d03915e0a | InvocationID=b4c8bc42-9e00-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:08:59+0000 | aai_event_thread | 140098670623520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4c9c542-9e00-11ed-8418-ae7d03915e0a | InvocationID=b4c9c682-9e00-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:08:59+0000 | aai_event_thread | 140098670623520 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b4c9c542-9e00-11ed-8418-ae7d03915e0a | InvocationID=b4c9c682-9e00-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:09:19+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b4c9c542-9e00-11ed-8418-ae7d03915e0a | InvocationID=b4c9c682-9e00-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:09:19+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0fd3998-9e00-11ed-8418-ae7d03915e0a | InvocationID=c0fd3baa-9e00-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:09:19+0000 | aai_event_thread | 140098670623520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0fd3998-9e00-11ed-8418-ae7d03915e0a | InvocationID=c0fd3baa-9e00-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:09:19+0000 | aai_event_thread | 140098670623520 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c0fd3998-9e00-11ed-8418-ae7d03915e0a | InvocationID=c0fd3baa-9e00-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:09:24+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4c8b972-9e00-11ed-8418-ae7d03915e0a | InvocationID=b4c8bc42-9e00-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:09:24+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3f2f2d2-9e00-11ed-8418-ae7d03915e0a | InvocationID=c3f2f48a-9e00-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:09:24+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3f2f2d2-9e00-11ed-8418-ae7d03915e0a | InvocationID=c3f2f48a-9e00-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:09:24+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3f2f2d2-9e00-11ed-8418-ae7d03915e0a | InvocationID=c3f2f48a-9e00-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:09:39+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c0fd3998-9e00-11ed-8418-ae7d03915e0a | InvocationID=c0fd3baa-9e00-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:09:39+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccefc3ce-9e00-11ed-8418-ae7d03915e0a | InvocationID=ccefc57c-9e00-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:09:39+0000 | aai_event_thread | 140098670623520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccefc3ce-9e00-11ed-8418-ae7d03915e0a | InvocationID=ccefc57c-9e00-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:09:39+0000 | aai_event_thread | 140098670623520 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ccefc3ce-9e00-11ed-8418-ae7d03915e0a | InvocationID=ccefc57c-9e00-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:09:49+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3f2f2d2-9e00-11ed-8418-ae7d03915e0a | InvocationID=c3f2f48a-9e00-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:09:49+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2e17b42-9e00-11ed-8418-ae7d03915e0a | InvocationID=d2e17fa2-9e00-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:09:49+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2e17b42-9e00-11ed-8418-ae7d03915e0a | InvocationID=d2e17fa2-9e00-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:09:49+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2e17b42-9e00-11ed-8418-ae7d03915e0a | InvocationID=d2e17fa2-9e00-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:09:59+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ccefc3ce-9e00-11ed-8418-ae7d03915e0a | InvocationID=ccefc57c-9e00-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:09:59+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8e4bae0-9e00-11ed-8418-ae7d03915e0a | InvocationID=d8e4bebe-9e00-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:09:59+0000 | aai_event_thread | 140098670623520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8e4bae0-9e00-11ed-8418-ae7d03915e0a | InvocationID=d8e4bebe-9e00-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:09:59+0000 | aai_event_thread | 140098670623520 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8e4bae0-9e00-11ed-8418-ae7d03915e0a | InvocationID=d8e4bebe-9e00-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:10:14+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2e17b42-9e00-11ed-8418-ae7d03915e0a | InvocationID=d2e17fa2-9e00-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:10:14+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1cd5694-9e00-11ed-8418-ae7d03915e0a | InvocationID=e1cd5842-9e00-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:10:14+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1cd5694-9e00-11ed-8418-ae7d03915e0a | InvocationID=e1cd5842-9e00-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:10:14+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1cd5694-9e00-11ed-8418-ae7d03915e0a | InvocationID=e1cd5842-9e00-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:10:19+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8e4bae0-9e00-11ed-8418-ae7d03915e0a | InvocationID=d8e4bebe-9e00-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:10:19+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4d5f2b0-9e00-11ed-8418-ae7d03915e0a | InvocationID=e4d5f526-9e00-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:10:19+0000 | aai_event_thread | 140098670623520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4d5f2b0-9e00-11ed-8418-ae7d03915e0a | InvocationID=e4d5f526-9e00-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:10:19+0000 | aai_event_thread | 140098670623520 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4d5f2b0-9e00-11ed-8418-ae7d03915e0a | InvocationID=e4d5f526-9e00-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:10:39+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1cd5694-9e00-11ed-8418-ae7d03915e0a | InvocationID=e1cd5842-9e00-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:10:39+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0b94ba4-9e00-11ed-8418-ae7d03915e0a | InvocationID=f0b95392-9e00-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:10:39+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0b94ba4-9e00-11ed-8418-ae7d03915e0a | InvocationID=f0b95392-9e00-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:10:39+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0b94ba4-9e00-11ed-8418-ae7d03915e0a | InvocationID=f0b95392-9e00-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:10:39+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4d5f2b0-9e00-11ed-8418-ae7d03915e0a | InvocationID=e4d5f526-9e00-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:10:39+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0c5e026-9e00-11ed-8418-ae7d03915e0a | InvocationID=f0c5e1ca-9e00-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:10:39+0000 | aai_event_thread | 140098670623520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0c5e026-9e00-11ed-8418-ae7d03915e0a | InvocationID=f0c5e1ca-9e00-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:10:39+0000 | aai_event_thread | 140098670623520 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0c5e026-9e00-11ed-8418-ae7d03915e0a | InvocationID=f0c5e1ca-9e00-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:10:59+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0c5e026-9e00-11ed-8418-ae7d03915e0a | InvocationID=f0c5e1ca-9e00-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:10:59+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcb6369c-9e00-11ed-8418-ae7d03915e0a | InvocationID=fcb63bf6-9e00-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:10:59+0000 | aai_event_thread | 140098670623520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcb6369c-9e00-11ed-8418-ae7d03915e0a | InvocationID=fcb63bf6-9e00-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:10:59+0000 | aai_event_thread | 140098670623520 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fcb6369c-9e00-11ed-8418-ae7d03915e0a | InvocationID=fcb63bf6-9e00-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:11:04+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0b94ba4-9e00-11ed-8418-ae7d03915e0a | InvocationID=f0b95392-9e00-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:11:04+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffa43322-9e00-11ed-8418-ae7d03915e0a | InvocationID=ffa435e8-9e00-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:11:04+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffa43322-9e00-11ed-8418-ae7d03915e0a | InvocationID=ffa435e8-9e00-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:11:04+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ffa43322-9e00-11ed-8418-ae7d03915e0a | InvocationID=ffa435e8-9e00-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:11:19+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fcb6369c-9e00-11ed-8418-ae7d03915e0a | InvocationID=fcb63bf6-9e00-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:11:19+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08a84df0-9e01-11ed-8418-ae7d03915e0a | InvocationID=08a85048-9e01-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:11:19+0000 | aai_event_thread | 140098670623520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08a84df0-9e01-11ed-8418-ae7d03915e0a | InvocationID=08a85048-9e01-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:11:19+0000 | aai_event_thread | 140098670623520 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08a84df0-9e01-11ed-8418-ae7d03915e0a | InvocationID=08a85048-9e01-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:11:29+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ffa43322-9e00-11ed-8418-ae7d03915e0a | InvocationID=ffa435e8-9e00-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:11:29+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e8f0cd6-9e01-11ed-8418-ae7d03915e0a | InvocationID=0e8f0f60-9e01-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:11:29+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e8f0cd6-9e01-11ed-8418-ae7d03915e0a | InvocationID=0e8f0f60-9e01-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:11:29+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e8f0cd6-9e01-11ed-8418-ae7d03915e0a | InvocationID=0e8f0f60-9e01-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:11:39+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08a84df0-9e01-11ed-8418-ae7d03915e0a | InvocationID=08a85048-9e01-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:11:39+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1498ddc8-9e01-11ed-8418-ae7d03915e0a | InvocationID=1498df8a-9e01-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:11:39+0000 | aai_event_thread | 140098670623520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1498ddc8-9e01-11ed-8418-ae7d03915e0a | InvocationID=1498df8a-9e01-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:11:39+0000 | aai_event_thread | 140098670623520 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1498ddc8-9e01-11ed-8418-ae7d03915e0a | InvocationID=1498df8a-9e01-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:11:54+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e8f0cd6-9e01-11ed-8418-ae7d03915e0a | InvocationID=0e8f0f60-9e01-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:11:54+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d7d1b8e-9e01-11ed-8418-ae7d03915e0a | InvocationID=1d7d1e22-9e01-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:11:54+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d7d1b8e-9e01-11ed-8418-ae7d03915e0a | InvocationID=1d7d1e22-9e01-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:11:54+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d7d1b8e-9e01-11ed-8418-ae7d03915e0a | InvocationID=1d7d1e22-9e01-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:11:59+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1498ddc8-9e01-11ed-8418-ae7d03915e0a | InvocationID=1498df8a-9e01-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:11:59+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=208b1b78-9e01-11ed-8418-ae7d03915e0a | InvocationID=208b1d30-9e01-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:11:59+0000 | aai_event_thread | 140098670623520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=208b1b78-9e01-11ed-8418-ae7d03915e0a | InvocationID=208b1d30-9e01-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:11:59+0000 | aai_event_thread | 140098670623520 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=208b1b78-9e01-11ed-8418-ae7d03915e0a | InvocationID=208b1d30-9e01-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:12:19+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d7d1b8e-9e01-11ed-8418-ae7d03915e0a | InvocationID=1d7d1e22-9e01-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:12:19+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c6df032-9e01-11ed-8418-ae7d03915e0a | InvocationID=2c6df1d6-9e01-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:12:19+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c6df032-9e01-11ed-8418-ae7d03915e0a | InvocationID=2c6df1d6-9e01-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:12:19+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c6df032-9e01-11ed-8418-ae7d03915e0a | InvocationID=2c6df1d6-9e01-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:12:19+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=208b1b78-9e01-11ed-8418-ae7d03915e0a | InvocationID=208b1d30-9e01-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:12:19+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c7c3b1a-9e01-11ed-8418-ae7d03915e0a | InvocationID=2c7c3ec6-9e01-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:12:19+0000 | aai_event_thread | 140098670623520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c7c3b1a-9e01-11ed-8418-ae7d03915e0a | InvocationID=2c7c3ec6-9e01-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:12:19+0000 | aai_event_thread | 140098670623520 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c7c3b1a-9e01-11ed-8418-ae7d03915e0a | InvocationID=2c7c3ec6-9e01-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:12:39+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c7c3b1a-9e01-11ed-8418-ae7d03915e0a | InvocationID=2c7c3ec6-9e01-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:12:39+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=386c171a-9e01-11ed-8418-ae7d03915e0a | InvocationID=386c1cba-9e01-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:12:39+0000 | aai_event_thread | 140098670623520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=386c171a-9e01-11ed-8418-ae7d03915e0a | InvocationID=386c1cba-9e01-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:12:39+0000 | aai_event_thread | 140098670623520 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=386c171a-9e01-11ed-8418-ae7d03915e0a | InvocationID=386c1cba-9e01-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:12:44+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c6df032-9e01-11ed-8418-ae7d03915e0a | InvocationID=2c6df1d6-9e01-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:12:44+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b5b3bfe-9e01-11ed-8418-ae7d03915e0a | InvocationID=3b5b3ed8-9e01-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:12:44+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b5b3bfe-9e01-11ed-8418-ae7d03915e0a | InvocationID=3b5b3ed8-9e01-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:12:44+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b5b3bfe-9e01-11ed-8418-ae7d03915e0a | InvocationID=3b5b3ed8-9e01-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:12:59+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=386c171a-9e01-11ed-8418-ae7d03915e0a | InvocationID=386c1cba-9e01-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:12:59+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=445dc6ae-9e01-11ed-8418-ae7d03915e0a | InvocationID=445dc8de-9e01-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:12:59+0000 | aai_event_thread | 140098670623520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=445dc6ae-9e01-11ed-8418-ae7d03915e0a | InvocationID=445dc8de-9e01-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:12:59+0000 | aai_event_thread | 140098670623520 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=445dc6ae-9e01-11ed-8418-ae7d03915e0a | InvocationID=445dc8de-9e01-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:13:09+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b5b3bfe-9e01-11ed-8418-ae7d03915e0a | InvocationID=3b5b3ed8-9e01-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:13:09+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a4a16bc-9e01-11ed-8418-ae7d03915e0a | InvocationID=4a4a1874-9e01-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:13:09+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a4a16bc-9e01-11ed-8418-ae7d03915e0a | InvocationID=4a4a1874-9e01-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:13:09+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a4a16bc-9e01-11ed-8418-ae7d03915e0a | InvocationID=4a4a1874-9e01-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:13:19+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=445dc6ae-9e01-11ed-8418-ae7d03915e0a | InvocationID=445dc8de-9e01-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:13:19+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=504e4164-9e01-11ed-8418-ae7d03915e0a | InvocationID=504e431c-9e01-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:13:19+0000 | aai_event_thread | 140098670623520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=504e4164-9e01-11ed-8418-ae7d03915e0a | InvocationID=504e431c-9e01-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:13:19+0000 | aai_event_thread | 140098670623520 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=504e4164-9e01-11ed-8418-ae7d03915e0a | InvocationID=504e431c-9e01-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:13:34+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a4a16bc-9e01-11ed-8418-ae7d03915e0a | InvocationID=4a4a1874-9e01-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:13:34+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=593739ca-9e01-11ed-8418-ae7d03915e0a | InvocationID=5937408c-9e01-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:13:34+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=593739ca-9e01-11ed-8418-ae7d03915e0a | InvocationID=5937408c-9e01-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:13:34+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=593739ca-9e01-11ed-8418-ae7d03915e0a | InvocationID=5937408c-9e01-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:13:39+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=504e4164-9e01-11ed-8418-ae7d03915e0a | InvocationID=504e431c-9e01-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:13:39+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c3e791c-9e01-11ed-8418-ae7d03915e0a | InvocationID=5c3e7b88-9e01-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:13:39+0000 | aai_event_thread | 140098670623520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c3e791c-9e01-11ed-8418-ae7d03915e0a | InvocationID=5c3e7b88-9e01-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:13:39+0000 | aai_event_thread | 140098670623520 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c3e791c-9e01-11ed-8418-ae7d03915e0a | InvocationID=5c3e7b88-9e01-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:13:59+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=593739ca-9e01-11ed-8418-ae7d03915e0a | InvocationID=5937408c-9e01-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:13:59+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6824d974-9e01-11ed-8418-ae7d03915e0a | InvocationID=6824dbc2-9e01-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:13:59+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6824d974-9e01-11ed-8418-ae7d03915e0a | InvocationID=6824dbc2-9e01-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:13:59+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6824d974-9e01-11ed-8418-ae7d03915e0a | InvocationID=6824dbc2-9e01-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:13:59+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c3e791c-9e01-11ed-8418-ae7d03915e0a | InvocationID=5c3e7b88-9e01-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:13:59+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6832796c-9e01-11ed-8418-ae7d03915e0a | InvocationID=68327bf6-9e01-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:13:59+0000 | aai_event_thread | 140098670623520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6832796c-9e01-11ed-8418-ae7d03915e0a | InvocationID=68327bf6-9e01-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:13:59+0000 | aai_event_thread | 140098670623520 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6832796c-9e01-11ed-8418-ae7d03915e0a | InvocationID=68327bf6-9e01-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:14:19+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6832796c-9e01-11ed-8418-ae7d03915e0a | InvocationID=68327bf6-9e01-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:14:19+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74240538-9e01-11ed-8418-ae7d03915e0a | InvocationID=74240754-9e01-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:14:19+0000 | aai_event_thread | 140098670623520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74240538-9e01-11ed-8418-ae7d03915e0a | InvocationID=74240754-9e01-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:14:19+0000 | aai_event_thread | 140098670623520 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=74240538-9e01-11ed-8418-ae7d03915e0a | InvocationID=74240754-9e01-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:14:24+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6824d974-9e01-11ed-8418-ae7d03915e0a | InvocationID=6824dbc2-9e01-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:14:24+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77106e76-9e01-11ed-8418-ae7d03915e0a | InvocationID=7710731c-9e01-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:14:24+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77106e76-9e01-11ed-8418-ae7d03915e0a | InvocationID=7710731c-9e01-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:14:24+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77106e76-9e01-11ed-8418-ae7d03915e0a | InvocationID=7710731c-9e01-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:14:39+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=74240538-9e01-11ed-8418-ae7d03915e0a | InvocationID=74240754-9e01-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:14:39+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8013c5ea-9e01-11ed-8418-ae7d03915e0a | InvocationID=8013c7fc-9e01-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:14:39+0000 | aai_event_thread | 140098670623520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8013c5ea-9e01-11ed-8418-ae7d03915e0a | InvocationID=8013c7fc-9e01-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:14:39+0000 | aai_event_thread | 140098670623520 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8013c5ea-9e01-11ed-8418-ae7d03915e0a | InvocationID=8013c7fc-9e01-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:14:49+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77106e76-9e01-11ed-8418-ae7d03915e0a | InvocationID=7710731c-9e01-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:14:49+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85fdd428-9e01-11ed-8418-ae7d03915e0a | InvocationID=85fdd996-9e01-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:14:49+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85fdd428-9e01-11ed-8418-ae7d03915e0a | InvocationID=85fdd996-9e01-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:14:49+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85fdd428-9e01-11ed-8418-ae7d03915e0a | InvocationID=85fdd996-9e01-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:14:59+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8013c5ea-9e01-11ed-8418-ae7d03915e0a | InvocationID=8013c7fc-9e01-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:14:59+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c039312-9e01-11ed-8418-ae7d03915e0a | InvocationID=8c03957e-9e01-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:14:59+0000 | aai_event_thread | 140098670623520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c039312-9e01-11ed-8418-ae7d03915e0a | InvocationID=8c03957e-9e01-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:14:59+0000 | aai_event_thread | 140098670623520 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c039312-9e01-11ed-8418-ae7d03915e0a | InvocationID=8c03957e-9e01-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:15:14+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85fdd428-9e01-11ed-8418-ae7d03915e0a | InvocationID=85fdd996-9e01-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:15:14+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94e8e55e-9e01-11ed-8418-ae7d03915e0a | InvocationID=94e8e70c-9e01-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:15:14+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94e8e55e-9e01-11ed-8418-ae7d03915e0a | InvocationID=94e8e70c-9e01-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:15:14+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94e8e55e-9e01-11ed-8418-ae7d03915e0a | InvocationID=94e8e70c-9e01-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:15:19+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c039312-9e01-11ed-8418-ae7d03915e0a | InvocationID=8c03957e-9e01-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:15:19+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97f3d920-9e01-11ed-8418-ae7d03915e0a | InvocationID=97f3dace-9e01-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:15:20+0000 | aai_event_thread | 140098670623520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97f3d920-9e01-11ed-8418-ae7d03915e0a | InvocationID=97f3dace-9e01-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:15:20+0000 | aai_event_thread | 140098670623520 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=97f3d920-9e01-11ed-8418-ae7d03915e0a | InvocationID=97f3dace-9e01-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:15:39+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94e8e55e-9e01-11ed-8418-ae7d03915e0a | InvocationID=94e8e70c-9e01-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:15:39+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3d4d3c0-9e01-11ed-8418-ae7d03915e0a | InvocationID=a3d4d85c-9e01-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:15:39+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3d4d3c0-9e01-11ed-8418-ae7d03915e0a | InvocationID=a3d4d85c-9e01-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:15:39+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3d4d3c0-9e01-11ed-8418-ae7d03915e0a | InvocationID=a3d4d85c-9e01-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:15:40+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=97f3d920-9e01-11ed-8418-ae7d03915e0a | InvocationID=97f3dace-9e01-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:15:40+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3e3ab98-9e01-11ed-8418-ae7d03915e0a | InvocationID=a3e3adf0-9e01-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:15:40+0000 | aai_event_thread | 140098670623520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3e3ab98-9e01-11ed-8418-ae7d03915e0a | InvocationID=a3e3adf0-9e01-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:15:40+0000 | aai_event_thread | 140098670623520 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a3e3ab98-9e01-11ed-8418-ae7d03915e0a | InvocationID=a3e3adf0-9e01-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:16:00+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a3e3ab98-9e01-11ed-8418-ae7d03915e0a | InvocationID=a3e3adf0-9e01-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:16:00+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afd453bc-9e01-11ed-8418-ae7d03915e0a | InvocationID=afd455c4-9e01-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:16:00+0000 | aai_event_thread | 140098670623520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afd453bc-9e01-11ed-8418-ae7d03915e0a | InvocationID=afd455c4-9e01-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:16:00+0000 | aai_event_thread | 140098670623520 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=afd453bc-9e01-11ed-8418-ae7d03915e0a | InvocationID=afd455c4-9e01-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:16:04+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3d4d3c0-9e01-11ed-8418-ae7d03915e0a | InvocationID=a3d4d85c-9e01-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:16:04+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2c3587a-9e01-11ed-8418-ae7d03915e0a | InvocationID=b2c35a82-9e01-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:16:04+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2c3587a-9e01-11ed-8418-ae7d03915e0a | InvocationID=b2c35a82-9e01-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:16:04+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2c3587a-9e01-11ed-8418-ae7d03915e0a | InvocationID=b2c35a82-9e01-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:16:20+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=afd453bc-9e01-11ed-8418-ae7d03915e0a | InvocationID=afd455c4-9e01-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:16:20+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbc3cf2c-9e01-11ed-8418-ae7d03915e0a | InvocationID=bbc3d0e4-9e01-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:16:20+0000 | aai_event_thread | 140098670623520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbc3cf2c-9e01-11ed-8418-ae7d03915e0a | InvocationID=bbc3d0e4-9e01-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:16:20+0000 | aai_event_thread | 140098670623520 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bbc3cf2c-9e01-11ed-8418-ae7d03915e0a | InvocationID=bbc3d0e4-9e01-11ed-8418-ae7d03915e0a | 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 2023-01-27T05:16:29+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2c3587a-9e01-11ed-8418-ae7d03915e0a | InvocationID=b2c35a82-9e01-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:16:29+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1add9e6-9e01-11ed-8418-ae7d03915e0a | InvocationID=c1addbf8-9e01-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:16:30+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1add9e6-9e01-11ed-8418-ae7d03915e0a | InvocationID=c1addbf8-9e01-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:16:30+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1add9e6-9e01-11ed-8418-ae7d03915e0a | InvocationID=c1addbf8-9e01-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:16:40+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bbc3cf2c-9e01-11ed-8418-ae7d03915e0a | InvocationID=bbc3d0e4-9e01-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:16:40+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7b37756-9e01-11ed-8418-ae7d03915e0a | InvocationID=c7b3790e-9e01-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:16:55+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1add9e6-9e01-11ed-8418-ae7d03915e0a | InvocationID=c1addbf8-9e01-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:16:55+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0988a5a-9e01-11ed-8418-ae7d03915e0a | InvocationID=d0988c6c-9e01-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:16:55+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0988a5a-9e01-11ed-8418-ae7d03915e0a | InvocationID=d0988c6c-9e01-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:16:55+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0988a5a-9e01-11ed-8418-ae7d03915e0a | InvocationID=d0988c6c-9e01-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:17:04+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c7b37756-9e01-11ed-8418-ae7d03915e0a | InvocationID=c7b3790e-9e01-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:17:04+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d63ccb56-9e01-11ed-8418-ae7d03915e0a | InvocationID=d63ccd04-9e01-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:17:20+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0988a5a-9e01-11ed-8418-ae7d03915e0a | InvocationID=d0988c6c-9e01-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:17:20+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df839db6-9e01-11ed-8418-ae7d03915e0a | InvocationID=df839f6e-9e01-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:17:20+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df839db6-9e01-11ed-8418-ae7d03915e0a | InvocationID=df839f6e-9e01-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:17:20+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df839db6-9e01-11ed-8418-ae7d03915e0a | InvocationID=df839f6e-9e01-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:17:24+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d63ccb56-9e01-11ed-8418-ae7d03915e0a | InvocationID=d63ccd04-9e01-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:17:24+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e230e816-9e01-11ed-8418-ae7d03915e0a | InvocationID=e230eb68-9e01-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:17:44+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e230e816-9e01-11ed-8418-ae7d03915e0a | InvocationID=e230eb68-9e01-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:17:44+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee265142-9e01-11ed-8418-ae7d03915e0a | InvocationID=ee2653cc-9e01-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:17:45+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df839db6-9e01-11ed-8418-ae7d03915e0a | InvocationID=df839f6e-9e01-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:17:45+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee6f2c82-9e01-11ed-8418-ae7d03915e0a | InvocationID=ee6f2f48-9e01-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:17:45+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee6f2c82-9e01-11ed-8418-ae7d03915e0a | InvocationID=ee6f2f48-9e01-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:17:45+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee6f2c82-9e01-11ed-8418-ae7d03915e0a | InvocationID=ee6f2f48-9e01-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:18:04+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee265142-9e01-11ed-8418-ae7d03915e0a | InvocationID=ee2653cc-9e01-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:18:04+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa28f918-9e01-11ed-8418-ae7d03915e0a | InvocationID=fa28fc06-9e01-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:18:10+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee6f2c82-9e01-11ed-8418-ae7d03915e0a | InvocationID=ee6f2f48-9e01-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:18:10+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd5a5136-9e01-11ed-8418-ae7d03915e0a | InvocationID=fd5a5410-9e01-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:18:10+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd5a5136-9e01-11ed-8418-ae7d03915e0a | InvocationID=fd5a5410-9e01-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:18:10+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd5a5136-9e01-11ed-8418-ae7d03915e0a | InvocationID=fd5a5410-9e01-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:18:25+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa28f918-9e01-11ed-8418-ae7d03915e0a | InvocationID=fa28fc06-9e01-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:18:25+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=066e2dba-9e02-11ed-8418-ae7d03915e0a | InvocationID=066e2f90-9e02-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:18:35+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd5a5136-9e01-11ed-8418-ae7d03915e0a | InvocationID=fd5a5410-9e01-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:18:35+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c4565c8-9e02-11ed-8418-ae7d03915e0a | InvocationID=0c45678a-9e02-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:18:35+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c4565c8-9e02-11ed-8418-ae7d03915e0a | InvocationID=0c45678a-9e02-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:18:35+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c4565c8-9e02-11ed-8418-ae7d03915e0a | InvocationID=0c45678a-9e02-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:18:50+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=066e2dba-9e02-11ed-8418-ae7d03915e0a | InvocationID=066e2f90-9e02-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:18:50+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=153cff10-9e02-11ed-8418-ae7d03915e0a | InvocationID=153d0190-9e02-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:19:00+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c4565c8-9e02-11ed-8418-ae7d03915e0a | InvocationID=0c45678a-9e02-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:19:00+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b3041ac-9e02-11ed-8418-ae7d03915e0a | InvocationID=1b3043be-9e02-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:19:00+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b3041ac-9e02-11ed-8418-ae7d03915e0a | InvocationID=1b3043be-9e02-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:19:00+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b3041ac-9e02-11ed-8418-ae7d03915e0a | InvocationID=1b3043be-9e02-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:19:14+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=153cff10-9e02-11ed-8418-ae7d03915e0a | InvocationID=153d0190-9e02-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:19:14+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23ff319e-9e02-11ed-8418-ae7d03915e0a | InvocationID=23ff3374-9e02-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:19:25+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b3041ac-9e02-11ed-8418-ae7d03915e0a | InvocationID=1b3043be-9e02-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:19:25+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a1fa7fc-9e02-11ed-8418-ae7d03915e0a | InvocationID=2a1faaae-9e02-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:19:25+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a1fa7fc-9e02-11ed-8418-ae7d03915e0a | InvocationID=2a1faaae-9e02-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:19:25+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a1fa7fc-9e02-11ed-8418-ae7d03915e0a | InvocationID=2a1faaae-9e02-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:19:39+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23ff319e-9e02-11ed-8418-ae7d03915e0a | InvocationID=23ff3374-9e02-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:19:39+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32c095ec-9e02-11ed-8418-ae7d03915e0a | InvocationID=32c09826-9e02-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:19:50+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a1fa7fc-9e02-11ed-8418-ae7d03915e0a | InvocationID=2a1faaae-9e02-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:19:50+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=390a721a-9e02-11ed-8418-ae7d03915e0a | InvocationID=390a7abc-9e02-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:19:50+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=390a721a-9e02-11ed-8418-ae7d03915e0a | InvocationID=390a7abc-9e02-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:19:50+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=390a721a-9e02-11ed-8418-ae7d03915e0a | InvocationID=390a7abc-9e02-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:20:04+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=32c095ec-9e02-11ed-8418-ae7d03915e0a | InvocationID=32c09826-9e02-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:20:04+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=418767ae-9e02-11ed-8418-ae7d03915e0a | InvocationID=41876d26-9e02-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:20:15+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=390a721a-9e02-11ed-8418-ae7d03915e0a | InvocationID=390a7abc-9e02-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:20:15+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47f7d61e-9e02-11ed-8418-ae7d03915e0a | InvocationID=47f7e5e6-9e02-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:20:15+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47f7d61e-9e02-11ed-8418-ae7d03915e0a | InvocationID=47f7e5e6-9e02-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:20:15+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47f7d61e-9e02-11ed-8418-ae7d03915e0a | InvocationID=47f7e5e6-9e02-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:20:29+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=418767ae-9e02-11ed-8418-ae7d03915e0a | InvocationID=41876d26-9e02-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:20:29+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50495dce-9e02-11ed-8418-ae7d03915e0a | InvocationID=50495fea-9e02-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:20:40+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47f7d61e-9e02-11ed-8418-ae7d03915e0a | InvocationID=47f7e5e6-9e02-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:20:40+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56e2dea8-9e02-11ed-8418-ae7d03915e0a | InvocationID=56e2e13c-9e02-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:20:40+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56e2dea8-9e02-11ed-8418-ae7d03915e0a | InvocationID=56e2e13c-9e02-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:20:40+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56e2dea8-9e02-11ed-8418-ae7d03915e0a | InvocationID=56e2e13c-9e02-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:20:53+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=50495dce-9e02-11ed-8418-ae7d03915e0a | InvocationID=50495fea-9e02-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:20:53+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f0a07a0-9e02-11ed-8418-ae7d03915e0a | InvocationID=5f0a0c3c-9e02-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:21:05+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56e2dea8-9e02-11ed-8418-ae7d03915e0a | InvocationID=56e2e13c-9e02-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:21:05+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65d04e50-9e02-11ed-8418-ae7d03915e0a | InvocationID=65d0509e-9e02-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:21:05+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65d04e50-9e02-11ed-8418-ae7d03915e0a | InvocationID=65d0509e-9e02-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:21:05+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65d04e50-9e02-11ed-8418-ae7d03915e0a | InvocationID=65d0509e-9e02-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:21:18+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f0a07a0-9e02-11ed-8418-ae7d03915e0a | InvocationID=5f0a0c3c-9e02-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:21:18+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dcb60fe-9e02-11ed-8418-ae7d03915e0a | InvocationID=6dcb6388-9e02-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:21:30+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65d04e50-9e02-11ed-8418-ae7d03915e0a | InvocationID=65d0509e-9e02-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:21:30+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74bbebea-9e02-11ed-8418-ae7d03915e0a | InvocationID=74bbee7e-9e02-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:21:30+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74bbebea-9e02-11ed-8418-ae7d03915e0a | InvocationID=74bbee7e-9e02-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:21:30+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74bbebea-9e02-11ed-8418-ae7d03915e0a | InvocationID=74bbee7e-9e02-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:21:43+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6dcb60fe-9e02-11ed-8418-ae7d03915e0a | InvocationID=6dcb6388-9e02-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:21:43+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c8ef5a6-9e02-11ed-8418-ae7d03915e0a | InvocationID=7c8ef7a4-9e02-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:21:55+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74bbebea-9e02-11ed-8418-ae7d03915e0a | InvocationID=74bbee7e-9e02-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:21:55+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83a78b64-9e02-11ed-8418-ae7d03915e0a | InvocationID=83a78db2-9e02-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:21:55+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83a78b64-9e02-11ed-8418-ae7d03915e0a | InvocationID=83a78db2-9e02-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:21:55+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83a78b64-9e02-11ed-8418-ae7d03915e0a | InvocationID=83a78db2-9e02-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:22:08+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c8ef5a6-9e02-11ed-8418-ae7d03915e0a | InvocationID=7c8ef7a4-9e02-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:22:08+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b5295ca-9e02-11ed-8418-ae7d03915e0a | InvocationID=8b5297b4-9e02-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:22:20+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83a78b64-9e02-11ed-8418-ae7d03915e0a | InvocationID=83a78db2-9e02-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:22:20+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9293d4b6-9e02-11ed-8418-ae7d03915e0a | InvocationID=9293d678-9e02-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:22:20+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9293d4b6-9e02-11ed-8418-ae7d03915e0a | InvocationID=9293d678-9e02-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:22:20+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9293d4b6-9e02-11ed-8418-ae7d03915e0a | InvocationID=9293d678-9e02-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:22:33+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b5295ca-9e02-11ed-8418-ae7d03915e0a | InvocationID=8b5297b4-9e02-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:22:33+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a139604-9e02-11ed-8418-ae7d03915e0a | InvocationID=9a13982a-9e02-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:22:45+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9293d4b6-9e02-11ed-8418-ae7d03915e0a | InvocationID=9293d678-9e02-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:22:45+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a17ecb7a-9e02-11ed-8418-ae7d03915e0a | InvocationID=a17ecd78-9e02-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:22:45+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a17ecb7a-9e02-11ed-8418-ae7d03915e0a | InvocationID=a17ecd78-9e02-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:22:45+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a17ecb7a-9e02-11ed-8418-ae7d03915e0a | InvocationID=a17ecd78-9e02-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:22:57+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a139604-9e02-11ed-8418-ae7d03915e0a | InvocationID=9a13982a-9e02-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:22:57+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8d56226-9e02-11ed-8418-ae7d03915e0a | InvocationID=a8d56578-9e02-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:23:10+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a17ecb7a-9e02-11ed-8418-ae7d03915e0a | InvocationID=a17ecd78-9e02-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:23:10+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b06ab932-9e02-11ed-8418-ae7d03915e0a | InvocationID=b06abba8-9e02-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:23:10+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b06ab932-9e02-11ed-8418-ae7d03915e0a | InvocationID=b06abba8-9e02-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:23:10+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b06ab932-9e02-11ed-8418-ae7d03915e0a | InvocationID=b06abba8-9e02-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:23:22+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a8d56226-9e02-11ed-8418-ae7d03915e0a | InvocationID=a8d56578-9e02-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:23:22+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7964c58-9e02-11ed-8418-ae7d03915e0a | InvocationID=b7964e4c-9e02-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:23:35+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b06ab932-9e02-11ed-8418-ae7d03915e0a | InvocationID=b06abba8-9e02-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:23:35+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf5696c8-9e02-11ed-8418-ae7d03915e0a | InvocationID=bf569894-9e02-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:23:35+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf5696c8-9e02-11ed-8418-ae7d03915e0a | InvocationID=bf569894-9e02-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:23:35+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf5696c8-9e02-11ed-8418-ae7d03915e0a | InvocationID=bf569894-9e02-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:23:47+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7964c58-9e02-11ed-8418-ae7d03915e0a | InvocationID=b7964e4c-9e02-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:23:47+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c65aa018-9e02-11ed-8418-ae7d03915e0a | InvocationID=c65aa5ae-9e02-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:24:00+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf5696c8-9e02-11ed-8418-ae7d03915e0a | InvocationID=bf569894-9e02-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:24:00+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce41b852-9e02-11ed-8418-ae7d03915e0a | InvocationID=ce41ba50-9e02-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:24:00+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce41b852-9e02-11ed-8418-ae7d03915e0a | InvocationID=ce41ba50-9e02-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:24:00+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce41b852-9e02-11ed-8418-ae7d03915e0a | InvocationID=ce41ba50-9e02-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:24:12+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c65aa018-9e02-11ed-8418-ae7d03915e0a | InvocationID=c65aa5ae-9e02-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:24:12+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d51d87c8-9e02-11ed-8418-ae7d03915e0a | InvocationID=d51d8976-9e02-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:24:25+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce41b852-9e02-11ed-8418-ae7d03915e0a | InvocationID=ce41ba50-9e02-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:24:25+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd2ce080-9e02-11ed-8418-ae7d03915e0a | InvocationID=dd2ce486-9e02-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:24:25+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd2ce080-9e02-11ed-8418-ae7d03915e0a | InvocationID=dd2ce486-9e02-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:24:25+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd2ce080-9e02-11ed-8418-ae7d03915e0a | InvocationID=dd2ce486-9e02-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:24:36+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d51d87c8-9e02-11ed-8418-ae7d03915e0a | InvocationID=d51d8976-9e02-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:24:36+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3e02ce8-9e02-11ed-8418-ae7d03915e0a | InvocationID=e3e02f5e-9e02-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:24:50+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd2ce080-9e02-11ed-8418-ae7d03915e0a | InvocationID=dd2ce486-9e02-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:24:50+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec190650-9e02-11ed-8418-ae7d03915e0a | InvocationID=ec190862-9e02-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:24:50+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec190650-9e02-11ed-8418-ae7d03915e0a | InvocationID=ec190862-9e02-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:24:50+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec190650-9e02-11ed-8418-ae7d03915e0a | InvocationID=ec190862-9e02-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:25:01+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e3e02ce8-9e02-11ed-8418-ae7d03915e0a | InvocationID=e3e02f5e-9e02-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:25:01+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2a1294e-9e02-11ed-8418-ae7d03915e0a | InvocationID=f2a12bc4-9e02-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:25:15+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec190650-9e02-11ed-8418-ae7d03915e0a | InvocationID=ec190862-9e02-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:25:15+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb03ee8c-9e02-11ed-8418-ae7d03915e0a | InvocationID=fb03f116-9e02-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:25:15+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb03ee8c-9e02-11ed-8418-ae7d03915e0a | InvocationID=fb03f116-9e02-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:25:15+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb03ee8c-9e02-11ed-8418-ae7d03915e0a | InvocationID=fb03f116-9e02-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:25:26+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f2a1294e-9e02-11ed-8418-ae7d03915e0a | InvocationID=f2a12bc4-9e02-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:25:26+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=016521ba-9e03-11ed-8418-ae7d03915e0a | InvocationID=01652458-9e03-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:25:40+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb03ee8c-9e02-11ed-8418-ae7d03915e0a | InvocationID=fb03f116-9e02-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:25:40+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09eeef1e-9e03-11ed-8418-ae7d03915e0a | InvocationID=09eef0ea-9e03-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:25:40+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09eeef1e-9e03-11ed-8418-ae7d03915e0a | InvocationID=09eef0ea-9e03-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:25:40+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09eeef1e-9e03-11ed-8418-ae7d03915e0a | InvocationID=09eef0ea-9e03-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:25:51+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=016521ba-9e03-11ed-8418-ae7d03915e0a | InvocationID=01652458-9e03-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:25:51+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10271c12-9e03-11ed-8418-ae7d03915e0a | InvocationID=10271dca-9e03-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:26:05+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09eeef1e-9e03-11ed-8418-ae7d03915e0a | InvocationID=09eef0ea-9e03-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:26:05+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18d9c68e-9e03-11ed-8418-ae7d03915e0a | InvocationID=18d9c83c-9e03-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:26:05+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18d9c68e-9e03-11ed-8418-ae7d03915e0a | InvocationID=18d9c83c-9e03-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:26:05+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18d9c68e-9e03-11ed-8418-ae7d03915e0a | InvocationID=18d9c83c-9e03-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:26:15+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10271c12-9e03-11ed-8418-ae7d03915e0a | InvocationID=10271dca-9e03-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:26:15+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ee84186-9e03-11ed-8418-ae7d03915e0a | InvocationID=1ee84352-9e03-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:26:30+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18d9c68e-9e03-11ed-8418-ae7d03915e0a | InvocationID=18d9c83c-9e03-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:26:30+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27c486ca-9e03-11ed-8418-ae7d03915e0a | InvocationID=27c48ae4-9e03-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:26:30+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27c486ca-9e03-11ed-8418-ae7d03915e0a | InvocationID=27c48ae4-9e03-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:26:30+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27c486ca-9e03-11ed-8418-ae7d03915e0a | InvocationID=27c48ae4-9e03-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:26:40+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ee84186-9e03-11ed-8418-ae7d03915e0a | InvocationID=1ee84352-9e03-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:26:40+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2da8b124-9e03-11ed-8418-ae7d03915e0a | InvocationID=2da8b372-9e03-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:26:55+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27c486ca-9e03-11ed-8418-ae7d03915e0a | InvocationID=27c48ae4-9e03-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:26:55+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36af339c-9e03-11ed-8418-ae7d03915e0a | InvocationID=36af3612-9e03-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:26:55+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36af339c-9e03-11ed-8418-ae7d03915e0a | InvocationID=36af3612-9e03-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:26:55+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36af339c-9e03-11ed-8418-ae7d03915e0a | InvocationID=36af3612-9e03-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:27:05+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2da8b124-9e03-11ed-8418-ae7d03915e0a | InvocationID=2da8b372-9e03-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:27:05+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c696a96-9e03-11ed-8418-ae7d03915e0a | InvocationID=3c696c44-9e03-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:27:20+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36af339c-9e03-11ed-8418-ae7d03915e0a | InvocationID=36af3612-9e03-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:27:20+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=459bfb2e-9e03-11ed-8418-ae7d03915e0a | InvocationID=459bfcf0-9e03-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:27:20+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=459bfb2e-9e03-11ed-8418-ae7d03915e0a | InvocationID=459bfcf0-9e03-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:27:20+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=459bfb2e-9e03-11ed-8418-ae7d03915e0a | InvocationID=459bfcf0-9e03-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:27:30+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3c696a96-9e03-11ed-8418-ae7d03915e0a | InvocationID=3c696c44-9e03-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:27:30+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b2ae0be-9e03-11ed-8418-ae7d03915e0a | InvocationID=4b2ae7e4-9e03-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:27:45+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=459bfb2e-9e03-11ed-8418-ae7d03915e0a | InvocationID=459bfcf0-9e03-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:27:45+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54869c70-9e03-11ed-8418-ae7d03915e0a | InvocationID=54869f22-9e03-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:27:45+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54869c70-9e03-11ed-8418-ae7d03915e0a | InvocationID=54869f22-9e03-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:27:45+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54869c70-9e03-11ed-8418-ae7d03915e0a | InvocationID=54869f22-9e03-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:27:54+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4b2ae0be-9e03-11ed-8418-ae7d03915e0a | InvocationID=4b2ae7e4-9e03-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:27:54+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59eb9562-9e03-11ed-8418-ae7d03915e0a | InvocationID=59eb97a6-9e03-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:28:10+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54869c70-9e03-11ed-8418-ae7d03915e0a | InvocationID=54869f22-9e03-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:28:10+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63716350-9e03-11ed-8418-ae7d03915e0a | InvocationID=63716666-9e03-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:28:10+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63716350-9e03-11ed-8418-ae7d03915e0a | InvocationID=63716666-9e03-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:28:10+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63716350-9e03-11ed-8418-ae7d03915e0a | InvocationID=63716666-9e03-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:28:19+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=59eb9562-9e03-11ed-8418-ae7d03915e0a | InvocationID=59eb97a6-9e03-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:28:19+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68ac11d0-9e03-11ed-8418-ae7d03915e0a | InvocationID=68ac13ec-9e03-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:28:35+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63716350-9e03-11ed-8418-ae7d03915e0a | InvocationID=63716666-9e03-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:28:35+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=725cde26-9e03-11ed-8418-ae7d03915e0a | InvocationID=725ce038-9e03-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:28:35+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=725cde26-9e03-11ed-8418-ae7d03915e0a | InvocationID=725ce038-9e03-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:28:35+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=725cde26-9e03-11ed-8418-ae7d03915e0a | InvocationID=725ce038-9e03-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:28:44+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=68ac11d0-9e03-11ed-8418-ae7d03915e0a | InvocationID=68ac13ec-9e03-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:28:44+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=776d6cdc-9e03-11ed-8418-ae7d03915e0a | InvocationID=776d6ec6-9e03-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:29:00+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=725cde26-9e03-11ed-8418-ae7d03915e0a | InvocationID=725ce038-9e03-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:29:00+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81478a3a-9e03-11ed-8418-ae7d03915e0a | InvocationID=81478be8-9e03-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:29:00+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81478a3a-9e03-11ed-8418-ae7d03915e0a | InvocationID=81478be8-9e03-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:29:00+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81478a3a-9e03-11ed-8418-ae7d03915e0a | InvocationID=81478be8-9e03-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:29:09+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=776d6cdc-9e03-11ed-8418-ae7d03915e0a | InvocationID=776d6ec6-9e03-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:29:09+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=862e26b2-9e03-11ed-8418-ae7d03915e0a | InvocationID=862e28b0-9e03-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:29:25+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81478a3a-9e03-11ed-8418-ae7d03915e0a | InvocationID=81478be8-9e03-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:29:25+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9035b0f8-9e03-11ed-8418-ae7d03915e0a | InvocationID=9035b350-9e03-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:29:26+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9035b0f8-9e03-11ed-8418-ae7d03915e0a | InvocationID=9035b350-9e03-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:29:26+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9035b0f8-9e03-11ed-8418-ae7d03915e0a | InvocationID=9035b350-9e03-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:29:33+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=862e26b2-9e03-11ed-8418-ae7d03915e0a | InvocationID=862e28b0-9e03-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:29:33+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94ef0c3e-9e03-11ed-8418-ae7d03915e0a | InvocationID=94ef0ea0-9e03-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:29:51+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9035b0f8-9e03-11ed-8418-ae7d03915e0a | InvocationID=9035b350-9e03-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:29:51+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f235b10-9e03-11ed-8418-ae7d03915e0a | InvocationID=9f235d68-9e03-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:29:51+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f235b10-9e03-11ed-8418-ae7d03915e0a | InvocationID=9f235d68-9e03-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:29:51+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f235b10-9e03-11ed-8418-ae7d03915e0a | InvocationID=9f235d68-9e03-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:29:58+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=94ef0c3e-9e03-11ed-8418-ae7d03915e0a | InvocationID=94ef0ea0-9e03-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:29:58+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3b0f444-9e03-11ed-8418-ae7d03915e0a | InvocationID=a3b0f5f2-9e03-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:30:16+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f235b10-9e03-11ed-8418-ae7d03915e0a | InvocationID=9f235d68-9e03-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:30:16+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae0e08d2-9e03-11ed-8418-ae7d03915e0a | InvocationID=ae0e0a9e-9e03-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:30:16+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae0e08d2-9e03-11ed-8418-ae7d03915e0a | InvocationID=ae0e0a9e-9e03-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:30:16+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae0e08d2-9e03-11ed-8418-ae7d03915e0a | InvocationID=ae0e0a9e-9e03-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:30:23+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a3b0f444-9e03-11ed-8418-ae7d03915e0a | InvocationID=a3b0f5f2-9e03-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:30:23+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b27227e6-9e03-11ed-8418-ae7d03915e0a | InvocationID=b27229e4-9e03-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:30:41+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae0e08d2-9e03-11ed-8418-ae7d03915e0a | InvocationID=ae0e0a9e-9e03-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:30:41+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcf8fb72-9e03-11ed-8418-ae7d03915e0a | InvocationID=bcf8fd66-9e03-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:30:41+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcf8fb72-9e03-11ed-8418-ae7d03915e0a | InvocationID=bcf8fd66-9e03-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:30:41+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bcf8fb72-9e03-11ed-8418-ae7d03915e0a | InvocationID=bcf8fd66-9e03-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:30:48+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b27227e6-9e03-11ed-8418-ae7d03915e0a | InvocationID=b27229e4-9e03-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:30:48+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c135de8a-9e03-11ed-8418-ae7d03915e0a | InvocationID=c135e0a6-9e03-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:31:06+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bcf8fb72-9e03-11ed-8418-ae7d03915e0a | InvocationID=bcf8fd66-9e03-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:31:06+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbe38058-9e03-11ed-8418-ae7d03915e0a | InvocationID=cbe38260-9e03-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:31:06+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbe38058-9e03-11ed-8418-ae7d03915e0a | InvocationID=cbe38260-9e03-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:31:06+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbe38058-9e03-11ed-8418-ae7d03915e0a | InvocationID=cbe38260-9e03-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:31:12+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c135de8a-9e03-11ed-8418-ae7d03915e0a | InvocationID=c135e0a6-9e03-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:31:12+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cff6ec66-9e03-11ed-8418-ae7d03915e0a | InvocationID=cff6ee14-9e03-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:31:31+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbe38058-9e03-11ed-8418-ae7d03915e0a | InvocationID=cbe38260-9e03-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:31:31+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dacf3670-9e03-11ed-8418-ae7d03915e0a | InvocationID=dacf3828-9e03-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:31:31+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dacf3670-9e03-11ed-8418-ae7d03915e0a | InvocationID=dacf3828-9e03-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:31:31+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dacf3670-9e03-11ed-8418-ae7d03915e0a | InvocationID=dacf3828-9e03-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:31:37+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cff6ec66-9e03-11ed-8418-ae7d03915e0a | InvocationID=cff6ee14-9e03-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:31:37+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=deb82828-9e03-11ed-8418-ae7d03915e0a | InvocationID=deb82ad0-9e03-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:31:56+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dacf3670-9e03-11ed-8418-ae7d03915e0a | InvocationID=dacf3828-9e03-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:31:56+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9ba733e-9e03-11ed-8418-ae7d03915e0a | InvocationID=e9ba753c-9e03-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:31:56+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9ba733e-9e03-11ed-8418-ae7d03915e0a | InvocationID=e9ba753c-9e03-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:31:56+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9ba733e-9e03-11ed-8418-ae7d03915e0a | InvocationID=e9ba753c-9e03-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:32:02+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=deb82828-9e03-11ed-8418-ae7d03915e0a | InvocationID=deb82ad0-9e03-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:32:02+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed7ddd94-9e03-11ed-8418-ae7d03915e0a | InvocationID=ed7de028-9e03-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:32:21+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9ba733e-9e03-11ed-8418-ae7d03915e0a | InvocationID=e9ba753c-9e03-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:32:21+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8a73724-9e03-11ed-8418-ae7d03915e0a | InvocationID=f8a73986-9e03-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:32:21+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8a73724-9e03-11ed-8418-ae7d03915e0a | InvocationID=f8a73986-9e03-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:32:21+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8a73724-9e03-11ed-8418-ae7d03915e0a | InvocationID=f8a73986-9e03-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:32:27+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ed7ddd94-9e03-11ed-8418-ae7d03915e0a | InvocationID=ed7de028-9e03-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:32:27+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc412e9e-9e03-11ed-8418-ae7d03915e0a | InvocationID=fc413060-9e03-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:32:46+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8a73724-9e03-11ed-8418-ae7d03915e0a | InvocationID=f8a73986-9e03-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:32:46+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0791b5ca-9e04-11ed-8418-ae7d03915e0a | InvocationID=0791b840-9e04-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:32:46+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0791b5ca-9e04-11ed-8418-ae7d03915e0a | InvocationID=0791b840-9e04-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:32:46+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0791b5ca-9e04-11ed-8418-ae7d03915e0a | InvocationID=0791b840-9e04-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:32:52+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fc412e9e-9e03-11ed-8418-ae7d03915e0a | InvocationID=fc413060-9e03-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:32:52+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b025e3a-9e04-11ed-8418-ae7d03915e0a | InvocationID=0b026042-9e04-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:33:11+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0791b5ca-9e04-11ed-8418-ae7d03915e0a | InvocationID=0791b840-9e04-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:33:11+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=167e4cc4-9e04-11ed-8418-ae7d03915e0a | InvocationID=167e4e7c-9e04-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:33:11+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=167e4cc4-9e04-11ed-8418-ae7d03915e0a | InvocationID=167e4e7c-9e04-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:33:11+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=167e4cc4-9e04-11ed-8418-ae7d03915e0a | InvocationID=167e4e7c-9e04-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:33:16+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0b025e3a-9e04-11ed-8418-ae7d03915e0a | InvocationID=0b026042-9e04-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:33:16+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19c5d212-9e04-11ed-8418-ae7d03915e0a | InvocationID=19c5d3fc-9e04-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:33:36+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=167e4cc4-9e04-11ed-8418-ae7d03915e0a | InvocationID=167e4e7c-9e04-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:33:36+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=256b4c64-9e04-11ed-8418-ae7d03915e0a | InvocationID=256b515a-9e04-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:33:36+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=256b4c64-9e04-11ed-8418-ae7d03915e0a | InvocationID=256b515a-9e04-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:33:36+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=256b4c64-9e04-11ed-8418-ae7d03915e0a | InvocationID=256b515a-9e04-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:33:41+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=19c5d212-9e04-11ed-8418-ae7d03915e0a | InvocationID=19c5d3fc-9e04-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:33:41+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=288b2eaa-9e04-11ed-8418-ae7d03915e0a | InvocationID=288b3058-9e04-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:34:01+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=256b4c64-9e04-11ed-8418-ae7d03915e0a | InvocationID=256b515a-9e04-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:34:01+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3459bc10-9e04-11ed-8418-ae7d03915e0a | InvocationID=3459be18-9e04-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:34:01+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3459bc10-9e04-11ed-8418-ae7d03915e0a | InvocationID=3459be18-9e04-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:34:01+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3459bc10-9e04-11ed-8418-ae7d03915e0a | InvocationID=3459be18-9e04-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:34:06+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=288b2eaa-9e04-11ed-8418-ae7d03915e0a | InvocationID=288b3058-9e04-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:34:06+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=374d9518-9e04-11ed-8418-ae7d03915e0a | InvocationID=374d96d0-9e04-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:34:26+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3459bc10-9e04-11ed-8418-ae7d03915e0a | InvocationID=3459be18-9e04-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:34:26+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4347bccc-9e04-11ed-8418-ae7d03915e0a | InvocationID=4347bf4c-9e04-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:34:26+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4347bccc-9e04-11ed-8418-ae7d03915e0a | InvocationID=4347bf4c-9e04-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:34:26+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4347bccc-9e04-11ed-8418-ae7d03915e0a | InvocationID=4347bf4c-9e04-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:34:31+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=374d9518-9e04-11ed-8418-ae7d03915e0a | InvocationID=374d96d0-9e04-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:34:31+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=462f1a02-9e04-11ed-8418-ae7d03915e0a | InvocationID=462f1c0a-9e04-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:34:51+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4347bccc-9e04-11ed-8418-ae7d03915e0a | InvocationID=4347bf4c-9e04-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:34:51+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52355320-9e04-11ed-8418-ae7d03915e0a | InvocationID=523555d2-9e04-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:34:51+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52355320-9e04-11ed-8418-ae7d03915e0a | InvocationID=523555d2-9e04-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:34:51+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52355320-9e04-11ed-8418-ae7d03915e0a | InvocationID=523555d2-9e04-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:34:56+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=462f1a02-9e04-11ed-8418-ae7d03915e0a | InvocationID=462f1c0a-9e04-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:34:56+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55042e50-9e04-11ed-8418-ae7d03915e0a | InvocationID=55043008-9e04-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:35:16+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52355320-9e04-11ed-8418-ae7d03915e0a | InvocationID=523555d2-9e04-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:35:16+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61205f74-9e04-11ed-8418-ae7d03915e0a | InvocationID=61206122-9e04-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:35:16+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61205f74-9e04-11ed-8418-ae7d03915e0a | InvocationID=61206122-9e04-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:35:16+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61205f74-9e04-11ed-8418-ae7d03915e0a | InvocationID=61206122-9e04-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:35:20+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55042e50-9e04-11ed-8418-ae7d03915e0a | InvocationID=55043008-9e04-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:35:20+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63c5a9b4-9e04-11ed-8418-ae7d03915e0a | InvocationID=63c5ab6c-9e04-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:35:41+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61205f74-9e04-11ed-8418-ae7d03915e0a | InvocationID=61206122-9e04-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:35:41+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=700ca812-9e04-11ed-8418-ae7d03915e0a | InvocationID=700ca9de-9e04-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:35:41+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=700ca812-9e04-11ed-8418-ae7d03915e0a | InvocationID=700ca9de-9e04-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:35:41+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=700ca812-9e04-11ed-8418-ae7d03915e0a | InvocationID=700ca9de-9e04-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:35:45+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=63c5a9b4-9e04-11ed-8418-ae7d03915e0a | InvocationID=63c5ab6c-9e04-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:35:45+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=728fdc62-9e04-11ed-8418-ae7d03915e0a | InvocationID=728fde4c-9e04-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:36:06+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=700ca812-9e04-11ed-8418-ae7d03915e0a | InvocationID=700ca9de-9e04-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:36:06+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ef7a99e-9e04-11ed-8418-ae7d03915e0a | InvocationID=7ef7abec-9e04-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:36:06+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ef7a99e-9e04-11ed-8418-ae7d03915e0a | InvocationID=7ef7abec-9e04-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:36:06+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ef7a99e-9e04-11ed-8418-ae7d03915e0a | InvocationID=7ef7abec-9e04-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:36:10+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=728fdc62-9e04-11ed-8418-ae7d03915e0a | InvocationID=728fde4c-9e04-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:36:10+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=815103ac-9e04-11ed-8418-ae7d03915e0a | InvocationID=8151056e-9e04-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:36:31+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ef7a99e-9e04-11ed-8418-ae7d03915e0a | InvocationID=7ef7abec-9e04-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:36:31+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8de2e2de-9e04-11ed-8418-ae7d03915e0a | InvocationID=8de2e4d2-9e04-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:36:31+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8de2e2de-9e04-11ed-8418-ae7d03915e0a | InvocationID=8de2e4d2-9e04-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:36:31+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8de2e2de-9e04-11ed-8418-ae7d03915e0a | InvocationID=8de2e4d2-9e04-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:36:35+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=815103ac-9e04-11ed-8418-ae7d03915e0a | InvocationID=8151056e-9e04-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:36:35+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9013205a-9e04-11ed-8418-ae7d03915e0a | InvocationID=90132316-9e04-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:36:56+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8de2e2de-9e04-11ed-8418-ae7d03915e0a | InvocationID=8de2e4d2-9e04-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:36:56+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cceb12e-9e04-11ed-8418-ae7d03915e0a | InvocationID=9cceb2e6-9e04-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:36:56+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cceb12e-9e04-11ed-8418-ae7d03915e0a | InvocationID=9cceb2e6-9e04-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:36:56+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9cceb12e-9e04-11ed-8418-ae7d03915e0a | InvocationID=9cceb2e6-9e04-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:37:00+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9013205a-9e04-11ed-8418-ae7d03915e0a | InvocationID=90132316-9e04-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:37:00+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ed674fc-9e04-11ed-8418-ae7d03915e0a | InvocationID=9ed676b4-9e04-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:37:21+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9cceb12e-9e04-11ed-8418-ae7d03915e0a | InvocationID=9cceb2e6-9e04-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:37:21+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abb9d4a2-9e04-11ed-8418-ae7d03915e0a | InvocationID=abb9d6fa-9e04-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:37:21+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abb9d4a2-9e04-11ed-8418-ae7d03915e0a | InvocationID=abb9d6fa-9e04-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:37:21+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abb9d4a2-9e04-11ed-8418-ae7d03915e0a | InvocationID=abb9d6fa-9e04-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:37:24+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ed674fc-9e04-11ed-8418-ae7d03915e0a | InvocationID=9ed676b4-9e04-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:37:24+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad9904aa-9e04-11ed-8418-ae7d03915e0a | InvocationID=ad990676-9e04-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:37:46+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abb9d4a2-9e04-11ed-8418-ae7d03915e0a | InvocationID=abb9d6fa-9e04-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:37:46+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=baa4c576-9e04-11ed-8418-ae7d03915e0a | InvocationID=baa4c77e-9e04-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:37:46+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=baa4c576-9e04-11ed-8418-ae7d03915e0a | InvocationID=baa4c77e-9e04-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:37:46+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=baa4c576-9e04-11ed-8418-ae7d03915e0a | InvocationID=baa4c77e-9e04-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:37:49+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad9904aa-9e04-11ed-8418-ae7d03915e0a | InvocationID=ad990676-9e04-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:37:49+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc5fbe02-9e04-11ed-8418-ae7d03915e0a | InvocationID=bc5fc6c2-9e04-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:38:11+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=baa4c576-9e04-11ed-8418-ae7d03915e0a | InvocationID=baa4c77e-9e04-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:38:11+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9901d6a-9e04-11ed-8418-ae7d03915e0a | InvocationID=c9901f18-9e04-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:38:11+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9901d6a-9e04-11ed-8418-ae7d03915e0a | InvocationID=c9901f18-9e04-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:38:11+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9901d6a-9e04-11ed-8418-ae7d03915e0a | InvocationID=c9901f18-9e04-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:38:14+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc5fbe02-9e04-11ed-8418-ae7d03915e0a | InvocationID=bc5fc6c2-9e04-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:38:14+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb23622c-9e04-11ed-8418-ae7d03915e0a | InvocationID=cb2363ee-9e04-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:38:36+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9901d6a-9e04-11ed-8418-ae7d03915e0a | InvocationID=c9901f18-9e04-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:38:36+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d87c5ae6-9e04-11ed-8418-ae7d03915e0a | InvocationID=d87c61da-9e04-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:38:36+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d87c5ae6-9e04-11ed-8418-ae7d03915e0a | InvocationID=d87c61da-9e04-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:38:36+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d87c5ae6-9e04-11ed-8418-ae7d03915e0a | InvocationID=d87c61da-9e04-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:38:39+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb23622c-9e04-11ed-8418-ae7d03915e0a | InvocationID=cb2363ee-9e04-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:38:39+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9f11150-9e04-11ed-8418-ae7d03915e0a | InvocationID=d9f11308-9e04-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:39:01+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d87c5ae6-9e04-11ed-8418-ae7d03915e0a | InvocationID=d87c61da-9e04-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:39:01+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e76ad546-9e04-11ed-8418-ae7d03915e0a | InvocationID=e76ad9ba-9e04-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:39:01+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e76ad546-9e04-11ed-8418-ae7d03915e0a | InvocationID=e76ad9ba-9e04-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:39:01+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e76ad546-9e04-11ed-8418-ae7d03915e0a | InvocationID=e76ad9ba-9e04-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:39:04+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d9f11150-9e04-11ed-8418-ae7d03915e0a | InvocationID=d9f11308-9e04-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:39:04+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8bf511a-9e04-11ed-8418-ae7d03915e0a | InvocationID=e8bf53e0-9e04-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:39:26+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e76ad546-9e04-11ed-8418-ae7d03915e0a | InvocationID=e76ad9ba-9e04-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:39:26+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f65a2b6a-9e04-11ed-8418-ae7d03915e0a | InvocationID=f65a2d2c-9e04-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:39:26+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f65a2b6a-9e04-11ed-8418-ae7d03915e0a | InvocationID=f65a2d2c-9e04-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:39:26+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f65a2b6a-9e04-11ed-8418-ae7d03915e0a | InvocationID=f65a2d2c-9e04-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:39:28+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e8bf511a-9e04-11ed-8418-ae7d03915e0a | InvocationID=e8bf53e0-9e04-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:39:28+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7868024-9e04-11ed-8418-ae7d03915e0a | InvocationID=f78681d2-9e04-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:39:51+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f65a2b6a-9e04-11ed-8418-ae7d03915e0a | InvocationID=f65a2d2c-9e04-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:39:51+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=054541c8-9e05-11ed-8418-ae7d03915e0a | InvocationID=054543bc-9e05-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:39:51+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=054541c8-9e05-11ed-8418-ae7d03915e0a | InvocationID=054543bc-9e05-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:39:51+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=054541c8-9e05-11ed-8418-ae7d03915e0a | InvocationID=054543bc-9e05-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:39:53+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f7868024-9e04-11ed-8418-ae7d03915e0a | InvocationID=f78681d2-9e04-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:39:53+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=064a627e-9e05-11ed-8418-ae7d03915e0a | InvocationID=064a6436-9e05-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:40:16+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=054541c8-9e05-11ed-8418-ae7d03915e0a | InvocationID=054543bc-9e05-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:40:16+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=143061d6-9e05-11ed-8418-ae7d03915e0a | InvocationID=14306398-9e05-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:40:16+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=143061d6-9e05-11ed-8418-ae7d03915e0a | InvocationID=14306398-9e05-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:40:16+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=143061d6-9e05-11ed-8418-ae7d03915e0a | InvocationID=14306398-9e05-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:40:18+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=064a627e-9e05-11ed-8418-ae7d03915e0a | InvocationID=064a6436-9e05-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:40:18+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=150de056-9e05-11ed-8418-ae7d03915e0a | InvocationID=150de20e-9e05-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:40:41+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=143061d6-9e05-11ed-8418-ae7d03915e0a | InvocationID=14306398-9e05-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:40:41+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=231b4b8e-9e05-11ed-8418-ae7d03915e0a | InvocationID=231b4e40-9e05-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:40:41+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=231b4b8e-9e05-11ed-8418-ae7d03915e0a | InvocationID=231b4e40-9e05-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:40:41+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=231b4b8e-9e05-11ed-8418-ae7d03915e0a | InvocationID=231b4e40-9e05-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:40:43+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=150de056-9e05-11ed-8418-ae7d03915e0a | InvocationID=150de20e-9e05-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:40:43+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23d285e2-9e05-11ed-8418-ae7d03915e0a | InvocationID=23d2893e-9e05-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:41:06+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=231b4b8e-9e05-11ed-8418-ae7d03915e0a | InvocationID=231b4e40-9e05-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:41:06+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32066a02-9e05-11ed-8418-ae7d03915e0a | InvocationID=32066bba-9e05-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:41:06+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32066a02-9e05-11ed-8418-ae7d03915e0a | InvocationID=32066bba-9e05-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:41:06+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32066a02-9e05-11ed-8418-ae7d03915e0a | InvocationID=32066bba-9e05-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:41:07+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23d285e2-9e05-11ed-8418-ae7d03915e0a | InvocationID=23d2893e-9e05-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:41:07+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3294ff56-9e05-11ed-8418-ae7d03915e0a | InvocationID=3295010e-9e05-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:41:31+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32066a02-9e05-11ed-8418-ae7d03915e0a | InvocationID=32066bba-9e05-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:41:31+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40f18a6a-9e05-11ed-8418-ae7d03915e0a | InvocationID=40f18c54-9e05-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:41:32+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40f18a6a-9e05-11ed-8418-ae7d03915e0a | InvocationID=40f18c54-9e05-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:41:32+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40f18a6a-9e05-11ed-8418-ae7d03915e0a | InvocationID=40f18c54-9e05-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:41:32+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3294ff56-9e05-11ed-8418-ae7d03915e0a | InvocationID=3295010e-9e05-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:41:32+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41564cfc-9e05-11ed-8418-ae7d03915e0a | InvocationID=41564f0e-9e05-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:41:57+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40f18a6a-9e05-11ed-8418-ae7d03915e0a | InvocationID=40f18c54-9e05-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:41:57+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fde2ccc-9e05-11ed-8418-ae7d03915e0a | InvocationID=4fde2f42-9e05-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:41:57+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fde2ccc-9e05-11ed-8418-ae7d03915e0a | InvocationID=4fde2f42-9e05-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:41:57+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4fde2ccc-9e05-11ed-8418-ae7d03915e0a | InvocationID=4fde2f42-9e05-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:41:57+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41564cfc-9e05-11ed-8418-ae7d03915e0a | InvocationID=41564f0e-9e05-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:41:57+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5017b618-9e05-11ed-8418-ae7d03915e0a | InvocationID=5017b848-9e05-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:42:22+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4fde2ccc-9e05-11ed-8418-ae7d03915e0a | InvocationID=4fde2f42-9e05-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:42:22+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ec942c6-9e05-11ed-8418-ae7d03915e0a | InvocationID=5ec945dc-9e05-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:42:22+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ec942c6-9e05-11ed-8418-ae7d03915e0a | InvocationID=5ec945dc-9e05-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:42:22+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ec942c6-9e05-11ed-8418-ae7d03915e0a | InvocationID=5ec945dc-9e05-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:42:22+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5017b618-9e05-11ed-8418-ae7d03915e0a | InvocationID=5017b848-9e05-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:42:22+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ed9d9d8-9e05-11ed-8418-ae7d03915e0a | InvocationID=5ed9dc58-9e05-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:42:46+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ed9d9d8-9e05-11ed-8418-ae7d03915e0a | InvocationID=5ed9dc58-9e05-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:42:46+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d9a2a36-9e05-11ed-8418-ae7d03915e0a | InvocationID=6d9a2c2a-9e05-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:42:47+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ec942c6-9e05-11ed-8418-ae7d03915e0a | InvocationID=5ec945dc-9e05-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:42:47+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6db6234e-9e05-11ed-8418-ae7d03915e0a | InvocationID=6db624fc-9e05-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:42:47+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6db6234e-9e05-11ed-8418-ae7d03915e0a | InvocationID=6db624fc-9e05-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:42:47+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6db6234e-9e05-11ed-8418-ae7d03915e0a | InvocationID=6db624fc-9e05-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:43:11+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d9a2a36-9e05-11ed-8418-ae7d03915e0a | InvocationID=6d9a2c2a-9e05-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:43:11+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c5a9844-9e05-11ed-8418-ae7d03915e0a | InvocationID=7c5a9b8c-9e05-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:43:12+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6db6234e-9e05-11ed-8418-ae7d03915e0a | InvocationID=6db624fc-9e05-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:43:12+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ca0cf8a-9e05-11ed-8418-ae7d03915e0a | InvocationID=7ca0d1ce-9e05-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:43:12+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ca0cf8a-9e05-11ed-8418-ae7d03915e0a | InvocationID=7ca0d1ce-9e05-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:43:12+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ca0cf8a-9e05-11ed-8418-ae7d03915e0a | InvocationID=7ca0d1ce-9e05-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:43:36+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c5a9844-9e05-11ed-8418-ae7d03915e0a | InvocationID=7c5a9b8c-9e05-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:43:36+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b1c2596-9e05-11ed-8418-ae7d03915e0a | InvocationID=8b1c2744-9e05-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:43:37+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ca0cf8a-9e05-11ed-8418-ae7d03915e0a | InvocationID=7ca0d1ce-9e05-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:43:37+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b8b6c6c-9e05-11ed-8418-ae7d03915e0a | InvocationID=8b8b6e6a-9e05-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:43:37+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b8b6c6c-9e05-11ed-8418-ae7d03915e0a | InvocationID=8b8b6e6a-9e05-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:43:37+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b8b6c6c-9e05-11ed-8418-ae7d03915e0a | InvocationID=8b8b6e6a-9e05-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:44:01+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b1c2596-9e05-11ed-8418-ae7d03915e0a | InvocationID=8b1c2744-9e05-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:44:01+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99dc4f02-9e05-11ed-8418-ae7d03915e0a | InvocationID=99dc50b0-9e05-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:44:02+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b8b6c6c-9e05-11ed-8418-ae7d03915e0a | InvocationID=8b8b6e6a-9e05-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:44:02+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a779200-9e05-11ed-8418-ae7d03915e0a | InvocationID=9a7793b8-9e05-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:44:02+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a779200-9e05-11ed-8418-ae7d03915e0a | InvocationID=9a7793b8-9e05-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:44:02+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a779200-9e05-11ed-8418-ae7d03915e0a | InvocationID=9a7793b8-9e05-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:44:25+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=99dc4f02-9e05-11ed-8418-ae7d03915e0a | InvocationID=99dc50b0-9e05-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:44:25+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a89f6326-9e05-11ed-8418-ae7d03915e0a | InvocationID=a89f64de-9e05-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:44:27+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a779200-9e05-11ed-8418-ae7d03915e0a | InvocationID=9a7793b8-9e05-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:44:27+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a96305ce-9e05-11ed-8418-ae7d03915e0a | InvocationID=a96307b8-9e05-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:44:27+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a96305ce-9e05-11ed-8418-ae7d03915e0a | InvocationID=a96307b8-9e05-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:44:27+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a96305ce-9e05-11ed-8418-ae7d03915e0a | InvocationID=a96307b8-9e05-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:44:50+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a89f6326-9e05-11ed-8418-ae7d03915e0a | InvocationID=a89f64de-9e05-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:44:50+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b764a308-9e05-11ed-8418-ae7d03915e0a | InvocationID=b764a8c6-9e05-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:44:52+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a96305ce-9e05-11ed-8418-ae7d03915e0a | InvocationID=a96307b8-9e05-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:44:52+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b84d71f0-9e05-11ed-8418-ae7d03915e0a | InvocationID=b84d7394-9e05-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:44:52+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b84d71f0-9e05-11ed-8418-ae7d03915e0a | InvocationID=b84d7394-9e05-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:44:52+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b84d71f0-9e05-11ed-8418-ae7d03915e0a | InvocationID=b84d7394-9e05-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:45:15+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b764a308-9e05-11ed-8418-ae7d03915e0a | InvocationID=b764a8c6-9e05-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:45:15+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c62511d4-9e05-11ed-8418-ae7d03915e0a | InvocationID=c625138c-9e05-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:45:17+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b84d71f0-9e05-11ed-8418-ae7d03915e0a | InvocationID=b84d7394-9e05-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:45:17+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c737bae0-9e05-11ed-8418-ae7d03915e0a | InvocationID=c737bd06-9e05-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:45:17+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c737bae0-9e05-11ed-8418-ae7d03915e0a | InvocationID=c737bd06-9e05-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:45:17+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c737bae0-9e05-11ed-8418-ae7d03915e0a | InvocationID=c737bd06-9e05-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:45:40+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c62511d4-9e05-11ed-8418-ae7d03915e0a | InvocationID=c625138c-9e05-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:45:40+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4e62514-9e05-11ed-8418-ae7d03915e0a | InvocationID=d4e62a1e-9e05-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:45:42+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c737bae0-9e05-11ed-8418-ae7d03915e0a | InvocationID=c737bd06-9e05-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:45:42+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d623afb4-9e05-11ed-8418-ae7d03915e0a | InvocationID=d623b162-9e05-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:45:42+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d623afb4-9e05-11ed-8418-ae7d03915e0a | InvocationID=d623b162-9e05-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:45:42+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d623afb4-9e05-11ed-8418-ae7d03915e0a | InvocationID=d623b162-9e05-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:46:04+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d4e62514-9e05-11ed-8418-ae7d03915e0a | InvocationID=d4e62a1e-9e05-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:46:04+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3a872be-9e05-11ed-8418-ae7d03915e0a | InvocationID=e3a8746c-9e05-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:46:07+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d623afb4-9e05-11ed-8418-ae7d03915e0a | InvocationID=d623b162-9e05-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:46:07+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e50e66ae-9e05-11ed-8418-ae7d03915e0a | InvocationID=e50e68c0-9e05-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:46:07+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e50e66ae-9e05-11ed-8418-ae7d03915e0a | InvocationID=e50e68c0-9e05-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:46:07+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e50e66ae-9e05-11ed-8418-ae7d03915e0a | InvocationID=e50e68c0-9e05-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:46:29+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e3a872be-9e05-11ed-8418-ae7d03915e0a | InvocationID=e3a8746c-9e05-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:46:29+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2691d6c-9e05-11ed-8418-ae7d03915e0a | InvocationID=f2691f74-9e05-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:46:32+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e50e66ae-9e05-11ed-8418-ae7d03915e0a | InvocationID=e50e68c0-9e05-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:46:32+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3f9ef76-9e05-11ed-8418-ae7d03915e0a | InvocationID=f3f9f124-9e05-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:46:32+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3f9ef76-9e05-11ed-8418-ae7d03915e0a | InvocationID=f3f9f124-9e05-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:46:32+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3f9ef76-9e05-11ed-8418-ae7d03915e0a | InvocationID=f3f9f124-9e05-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:46:54+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f2691d6c-9e05-11ed-8418-ae7d03915e0a | InvocationID=f2691f74-9e05-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:46:54+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0129089e-9e06-11ed-8418-ae7d03915e0a | InvocationID=01290b0a-9e06-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:46:57+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3f9ef76-9e05-11ed-8418-ae7d03915e0a | InvocationID=f3f9f124-9e05-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:46:57+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02e4e6da-9e06-11ed-8418-ae7d03915e0a | InvocationID=02e4e8a6-9e06-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:46:57+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02e4e6da-9e06-11ed-8418-ae7d03915e0a | InvocationID=02e4e8a6-9e06-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:46:57+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02e4e6da-9e06-11ed-8418-ae7d03915e0a | InvocationID=02e4e8a6-9e06-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:47:19+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0129089e-9e06-11ed-8418-ae7d03915e0a | InvocationID=01290b0a-9e06-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:47:19+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0feb6e08-9e06-11ed-8418-ae7d03915e0a | InvocationID=0feb713c-9e06-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:47:22+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02e4e6da-9e06-11ed-8418-ae7d03915e0a | InvocationID=02e4e8a6-9e06-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:47:22+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11cf5df6-9e06-11ed-8418-ae7d03915e0a | InvocationID=11cf5f9a-9e06-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:47:22+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11cf5df6-9e06-11ed-8418-ae7d03915e0a | InvocationID=11cf5f9a-9e06-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:47:22+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11cf5df6-9e06-11ed-8418-ae7d03915e0a | InvocationID=11cf5f9a-9e06-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:47:43+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0feb6e08-9e06-11ed-8418-ae7d03915e0a | InvocationID=0feb713c-9e06-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:47:43+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1eac7e32-9e06-11ed-8418-ae7d03915e0a | InvocationID=1eac854e-9e06-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:47:47+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11cf5df6-9e06-11ed-8418-ae7d03915e0a | InvocationID=11cf5f9a-9e06-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:47:47+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20b9ef66-9e06-11ed-8418-ae7d03915e0a | InvocationID=20b9f13c-9e06-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:47:47+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20b9ef66-9e06-11ed-8418-ae7d03915e0a | InvocationID=20b9f13c-9e06-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:47:47+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20b9ef66-9e06-11ed-8418-ae7d03915e0a | InvocationID=20b9f13c-9e06-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:48:08+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1eac7e32-9e06-11ed-8418-ae7d03915e0a | InvocationID=1eac854e-9e06-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:48:08+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d6da522-9e06-11ed-8418-ae7d03915e0a | InvocationID=2d6da6da-9e06-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:48:12+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20b9ef66-9e06-11ed-8418-ae7d03915e0a | InvocationID=20b9f13c-9e06-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:48:12+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fa46ef2-9e06-11ed-8418-ae7d03915e0a | InvocationID=2fa47122-9e06-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:48:12+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fa46ef2-9e06-11ed-8418-ae7d03915e0a | InvocationID=2fa47122-9e06-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:48:12+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2fa46ef2-9e06-11ed-8418-ae7d03915e0a | InvocationID=2fa47122-9e06-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:48:33+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d6da522-9e06-11ed-8418-ae7d03915e0a | InvocationID=2d6da6da-9e06-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:48:33+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c2e516a-9e06-11ed-8418-ae7d03915e0a | InvocationID=3c2e5c64-9e06-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:48:37+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2fa46ef2-9e06-11ed-8418-ae7d03915e0a | InvocationID=2fa47122-9e06-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:48:37+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e8ed06a-9e06-11ed-8418-ae7d03915e0a | InvocationID=3e8ed2ae-9e06-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:48:37+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e8ed06a-9e06-11ed-8418-ae7d03915e0a | InvocationID=3e8ed2ae-9e06-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:48:37+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e8ed06a-9e06-11ed-8418-ae7d03915e0a | InvocationID=3e8ed2ae-9e06-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:48:58+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3c2e516a-9e06-11ed-8418-ae7d03915e0a | InvocationID=3c2e5c64-9e06-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:48:58+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4af08268-9e06-11ed-8418-ae7d03915e0a | InvocationID=4af0847a-9e06-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:49:02+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e8ed06a-9e06-11ed-8418-ae7d03915e0a | InvocationID=3e8ed2ae-9e06-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:49:02+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d79bd88-9e06-11ed-8418-ae7d03915e0a | InvocationID=4d79bf36-9e06-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:49:02+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d79bd88-9e06-11ed-8418-ae7d03915e0a | InvocationID=4d79bf36-9e06-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:49:02+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d79bd88-9e06-11ed-8418-ae7d03915e0a | InvocationID=4d79bf36-9e06-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:49:23+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4af08268-9e06-11ed-8418-ae7d03915e0a | InvocationID=4af0847a-9e06-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:49:23+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59b221e4-9e06-11ed-8418-ae7d03915e0a | InvocationID=59b22464-9e06-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:49:27+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d79bd88-9e06-11ed-8418-ae7d03915e0a | InvocationID=4d79bf36-9e06-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:49:27+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c680ab6-9e06-11ed-8418-ae7d03915e0a | InvocationID=5c680ca0-9e06-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:49:27+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c680ab6-9e06-11ed-8418-ae7d03915e0a | InvocationID=5c680ca0-9e06-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:49:27+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c680ab6-9e06-11ed-8418-ae7d03915e0a | InvocationID=5c680ca0-9e06-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:49:47+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=59b221e4-9e06-11ed-8418-ae7d03915e0a | InvocationID=59b22464-9e06-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:49:47+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6872c12a-9e06-11ed-8418-ae7d03915e0a | InvocationID=6872c328-9e06-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:49:52+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c680ab6-9e06-11ed-8418-ae7d03915e0a | InvocationID=5c680ca0-9e06-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:49:52+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b54594e-9e06-11ed-8418-ae7d03915e0a | InvocationID=6b545b42-9e06-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:49:52+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b54594e-9e06-11ed-8418-ae7d03915e0a | InvocationID=6b545b42-9e06-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:49:52+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b54594e-9e06-11ed-8418-ae7d03915e0a | InvocationID=6b545b42-9e06-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:50:12+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6872c12a-9e06-11ed-8418-ae7d03915e0a | InvocationID=6872c328-9e06-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:50:12+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77349f12-9e06-11ed-8418-ae7d03915e0a | InvocationID=7734a278-9e06-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:50:17+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b54594e-9e06-11ed-8418-ae7d03915e0a | InvocationID=6b545b42-9e06-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:50:17+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a3f17e6-9e06-11ed-8418-ae7d03915e0a | InvocationID=7a3f1ab6-9e06-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:50:17+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a3f17e6-9e06-11ed-8418-ae7d03915e0a | InvocationID=7a3f1ab6-9e06-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:50:17+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a3f17e6-9e06-11ed-8418-ae7d03915e0a | InvocationID=7a3f1ab6-9e06-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:50:37+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=77349f12-9e06-11ed-8418-ae7d03915e0a | InvocationID=7734a278-9e06-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:50:37+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85f7274a-9e06-11ed-8418-ae7d03915e0a | InvocationID=85f72902-9e06-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:50:42+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a3f17e6-9e06-11ed-8418-ae7d03915e0a | InvocationID=7a3f1ab6-9e06-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:50:42+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=892a0d74-9e06-11ed-8418-ae7d03915e0a | InvocationID=892a0fc2-9e06-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:50:42+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=892a0d74-9e06-11ed-8418-ae7d03915e0a | InvocationID=892a0fc2-9e06-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:50:42+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=892a0d74-9e06-11ed-8418-ae7d03915e0a | InvocationID=892a0fc2-9e06-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:51:02+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=85f7274a-9e06-11ed-8418-ae7d03915e0a | InvocationID=85f72902-9e06-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:51:02+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94bc3860-9e06-11ed-8418-ae7d03915e0a | InvocationID=94bc3acc-9e06-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:51:07+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=892a0d74-9e06-11ed-8418-ae7d03915e0a | InvocationID=892a0fc2-9e06-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:51:07+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98148ba2-9e06-11ed-8418-ae7d03915e0a | InvocationID=98148d64-9e06-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:51:07+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98148ba2-9e06-11ed-8418-ae7d03915e0a | InvocationID=98148d64-9e06-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:51:07+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98148ba2-9e06-11ed-8418-ae7d03915e0a | InvocationID=98148d64-9e06-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:51:26+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=94bc3860-9e06-11ed-8418-ae7d03915e0a | InvocationID=94bc3acc-9e06-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:51:26+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a37e19ea-9e06-11ed-8418-ae7d03915e0a | InvocationID=a37e1d6e-9e06-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:51:32+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98148ba2-9e06-11ed-8418-ae7d03915e0a | InvocationID=98148d64-9e06-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:51:32+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6fff1ba-9e06-11ed-8418-ae7d03915e0a | InvocationID=a6fff3c2-9e06-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:51:32+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6fff1ba-9e06-11ed-8418-ae7d03915e0a | InvocationID=a6fff3c2-9e06-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:51:32+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6fff1ba-9e06-11ed-8418-ae7d03915e0a | InvocationID=a6fff3c2-9e06-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:51:51+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a37e19ea-9e06-11ed-8418-ae7d03915e0a | InvocationID=a37e1d6e-9e06-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:51:51+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b23eecde-9e06-11ed-8418-ae7d03915e0a | InvocationID=b23eee96-9e06-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:51:57+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6fff1ba-9e06-11ed-8418-ae7d03915e0a | InvocationID=a6fff3c2-9e06-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:51:57+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5ea7f92-9e06-11ed-8418-ae7d03915e0a | InvocationID=b5ea81a4-9e06-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:51:57+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5ea7f92-9e06-11ed-8418-ae7d03915e0a | InvocationID=b5ea81a4-9e06-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:51:57+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5ea7f92-9e06-11ed-8418-ae7d03915e0a | InvocationID=b5ea81a4-9e06-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:52:16+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b23eecde-9e06-11ed-8418-ae7d03915e0a | InvocationID=b23eee96-9e06-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:52:16+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c10017ca-9e06-11ed-8418-ae7d03915e0a | InvocationID=c1001a40-9e06-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:52:22+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5ea7f92-9e06-11ed-8418-ae7d03915e0a | InvocationID=b5ea81a4-9e06-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:52:22+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4d509b4-9e06-11ed-8418-ae7d03915e0a | InvocationID=c4d50bc6-9e06-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:52:22+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4d509b4-9e06-11ed-8418-ae7d03915e0a | InvocationID=c4d50bc6-9e06-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:52:22+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4d509b4-9e06-11ed-8418-ae7d03915e0a | InvocationID=c4d50bc6-9e06-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:52:41+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c10017ca-9e06-11ed-8418-ae7d03915e0a | InvocationID=c1001a40-9e06-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:52:41+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfc122ae-9e06-11ed-8418-ae7d03915e0a | InvocationID=cfc12470-9e06-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:52:47+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4d509b4-9e06-11ed-8418-ae7d03915e0a | InvocationID=c4d50bc6-9e06-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:52:47+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3bf8882-9e06-11ed-8418-ae7d03915e0a | InvocationID=d3bf8ab2-9e06-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:52:47+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3bf8882-9e06-11ed-8418-ae7d03915e0a | InvocationID=d3bf8ab2-9e06-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:52:47+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3bf8882-9e06-11ed-8418-ae7d03915e0a | InvocationID=d3bf8ab2-9e06-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:53:05+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cfc122ae-9e06-11ed-8418-ae7d03915e0a | InvocationID=cfc12470-9e06-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:53:05+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de81a48a-9e06-11ed-8418-ae7d03915e0a | InvocationID=de81ae26-9e06-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:53:12+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3bf8882-9e06-11ed-8418-ae7d03915e0a | InvocationID=d3bf8ab2-9e06-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:53:12+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2aa359a-9e06-11ed-8418-ae7d03915e0a | InvocationID=e2aa37a2-9e06-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:53:12+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2aa359a-9e06-11ed-8418-ae7d03915e0a | InvocationID=e2aa37a2-9e06-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:53:12+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2aa359a-9e06-11ed-8418-ae7d03915e0a | InvocationID=e2aa37a2-9e06-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:53:30+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de81a48a-9e06-11ed-8418-ae7d03915e0a | InvocationID=de81ae26-9e06-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:53:30+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed43bf8a-9e06-11ed-8418-ae7d03915e0a | InvocationID=ed43c14c-9e06-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:53:37+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2aa359a-9e06-11ed-8418-ae7d03915e0a | InvocationID=e2aa37a2-9e06-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:53:37+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f194b68e-9e06-11ed-8418-ae7d03915e0a | InvocationID=f194b832-9e06-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:53:37+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f194b68e-9e06-11ed-8418-ae7d03915e0a | InvocationID=f194b832-9e06-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:53:37+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f194b68e-9e06-11ed-8418-ae7d03915e0a | InvocationID=f194b832-9e06-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:53:55+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ed43bf8a-9e06-11ed-8418-ae7d03915e0a | InvocationID=ed43c14c-9e06-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:53:55+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc03c650-9e06-11ed-8418-ae7d03915e0a | InvocationID=fc03c844-9e06-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:54:02+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f194b68e-9e06-11ed-8418-ae7d03915e0a | InvocationID=f194b832-9e06-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:54:02+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00829c88-9e07-11ed-8418-ae7d03915e0a | InvocationID=00829e36-9e07-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:54:02+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00829c88-9e07-11ed-8418-ae7d03915e0a | InvocationID=00829e36-9e07-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:54:02+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00829c88-9e07-11ed-8418-ae7d03915e0a | InvocationID=00829e36-9e07-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:54:20+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fc03c650-9e06-11ed-8418-ae7d03915e0a | InvocationID=fc03c844-9e06-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:54:20+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ac57efe-9e07-11ed-8418-ae7d03915e0a | InvocationID=0ac580e8-9e07-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:54:27+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00829c88-9e07-11ed-8418-ae7d03915e0a | InvocationID=00829e36-9e07-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:54:27+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f6d4b30-9e07-11ed-8418-ae7d03915e0a | InvocationID=0f6d4e32-9e07-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:54:27+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f6d4b30-9e07-11ed-8418-ae7d03915e0a | InvocationID=0f6d4e32-9e07-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:54:27+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f6d4b30-9e07-11ed-8418-ae7d03915e0a | InvocationID=0f6d4e32-9e07-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:54:44+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ac57efe-9e07-11ed-8418-ae7d03915e0a | InvocationID=0ac580e8-9e07-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:54:44+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19861fe8-9e07-11ed-8418-ae7d03915e0a | InvocationID=19862290-9e07-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:54:52+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f6d4b30-9e07-11ed-8418-ae7d03915e0a | InvocationID=0f6d4e32-9e07-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:54:52+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e58b940-9e07-11ed-8418-ae7d03915e0a | InvocationID=1e58bb02-9e07-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:54:52+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e58b940-9e07-11ed-8418-ae7d03915e0a | InvocationID=1e58bb02-9e07-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:54:52+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e58b940-9e07-11ed-8418-ae7d03915e0a | InvocationID=1e58bb02-9e07-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:55:09+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=19861fe8-9e07-11ed-8418-ae7d03915e0a | InvocationID=19862290-9e07-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:55:09+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28478bc0-9e07-11ed-8418-ae7d03915e0a | InvocationID=28478dbe-9e07-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:55:17+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e58b940-9e07-11ed-8418-ae7d03915e0a | InvocationID=1e58bb02-9e07-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:55:17+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d445d2e-9e07-11ed-8418-ae7d03915e0a | InvocationID=2d445fae-9e07-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:55:18+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d445d2e-9e07-11ed-8418-ae7d03915e0a | InvocationID=2d445fae-9e07-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:55:18+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d445d2e-9e07-11ed-8418-ae7d03915e0a | InvocationID=2d445fae-9e07-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:55:34+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=28478bc0-9e07-11ed-8418-ae7d03915e0a | InvocationID=28478dbe-9e07-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:55:34+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37084b40-9e07-11ed-8418-ae7d03915e0a | InvocationID=37084d02-9e07-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:55:43+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d445d2e-9e07-11ed-8418-ae7d03915e0a | InvocationID=2d445fae-9e07-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:55:43+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c311606-9e07-11ed-8418-ae7d03915e0a | InvocationID=3c31182c-9e07-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:55:43+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c311606-9e07-11ed-8418-ae7d03915e0a | InvocationID=3c31182c-9e07-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:55:43+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c311606-9e07-11ed-8418-ae7d03915e0a | InvocationID=3c31182c-9e07-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:55:59+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=37084b40-9e07-11ed-8418-ae7d03915e0a | InvocationID=37084d02-9e07-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:55:59+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45ca8ae4-9e07-11ed-8418-ae7d03915e0a | InvocationID=45ca8c92-9e07-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:56:08+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c311606-9e07-11ed-8418-ae7d03915e0a | InvocationID=3c31182c-9e07-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:56:08+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b1bc936-9e07-11ed-8418-ae7d03915e0a | InvocationID=4b1bcb34-9e07-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:56:08+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b1bc936-9e07-11ed-8418-ae7d03915e0a | InvocationID=4b1bcb34-9e07-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:56:08+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b1bc936-9e07-11ed-8418-ae7d03915e0a | InvocationID=4b1bcb34-9e07-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:56:23+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45ca8ae4-9e07-11ed-8418-ae7d03915e0a | InvocationID=45ca8c92-9e07-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:56:23+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=548ad46c-9e07-11ed-8418-ae7d03915e0a | InvocationID=548ad6ec-9e07-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:56:33+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b1bc936-9e07-11ed-8418-ae7d03915e0a | InvocationID=4b1bcb34-9e07-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:56:33+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a06464c-9e07-11ed-8418-ae7d03915e0a | InvocationID=5a06480e-9e07-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:56:33+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a06464c-9e07-11ed-8418-ae7d03915e0a | InvocationID=5a06480e-9e07-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:56:33+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a06464c-9e07-11ed-8418-ae7d03915e0a | InvocationID=5a06480e-9e07-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:56:48+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=548ad46c-9e07-11ed-8418-ae7d03915e0a | InvocationID=548ad6ec-9e07-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:56:48+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=634d6dac-9e07-11ed-8418-ae7d03915e0a | InvocationID=634d6fb4-9e07-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:56:58+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a06464c-9e07-11ed-8418-ae7d03915e0a | InvocationID=5a06480e-9e07-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:56:58+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68f10ebc-9e07-11ed-8418-ae7d03915e0a | InvocationID=68f11060-9e07-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:56:58+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68f10ebc-9e07-11ed-8418-ae7d03915e0a | InvocationID=68f11060-9e07-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:56:58+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68f10ebc-9e07-11ed-8418-ae7d03915e0a | InvocationID=68f11060-9e07-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:57:13+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=634d6dac-9e07-11ed-8418-ae7d03915e0a | InvocationID=634d6fb4-9e07-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:57:13+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=720f9d92-9e07-11ed-8418-ae7d03915e0a | InvocationID=720f9f9a-9e07-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:57:23+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68f10ebc-9e07-11ed-8418-ae7d03915e0a | InvocationID=68f11060-9e07-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:57:23+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77dbd5d8-9e07-11ed-8418-ae7d03915e0a | InvocationID=77dbd876-9e07-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:57:23+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77dbd5d8-9e07-11ed-8418-ae7d03915e0a | InvocationID=77dbd876-9e07-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:57:23+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77dbd5d8-9e07-11ed-8418-ae7d03915e0a | InvocationID=77dbd876-9e07-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:57:38+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=720f9d92-9e07-11ed-8418-ae7d03915e0a | InvocationID=720f9f9a-9e07-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:57:38+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80d02658-9e07-11ed-8418-ae7d03915e0a | InvocationID=80d02856-9e07-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:57:48+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77dbd5d8-9e07-11ed-8418-ae7d03915e0a | InvocationID=77dbd876-9e07-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:57:48+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86c67184-9e07-11ed-8418-ae7d03915e0a | InvocationID=86c67440-9e07-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:57:48+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86c67184-9e07-11ed-8418-ae7d03915e0a | InvocationID=86c67440-9e07-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:57:48+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86c67184-9e07-11ed-8418-ae7d03915e0a | InvocationID=86c67440-9e07-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:58:02+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=80d02658-9e07-11ed-8418-ae7d03915e0a | InvocationID=80d02856-9e07-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:58:02+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f91ba12-9e07-11ed-8418-ae7d03915e0a | InvocationID=8f91bc10-9e07-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:58:13+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86c67184-9e07-11ed-8418-ae7d03915e0a | InvocationID=86c67440-9e07-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:58:13+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95b0ec42-9e07-11ed-8418-ae7d03915e0a | InvocationID=95b0ee0e-9e07-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:58:13+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95b0ec42-9e07-11ed-8418-ae7d03915e0a | InvocationID=95b0ee0e-9e07-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:58:13+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95b0ec42-9e07-11ed-8418-ae7d03915e0a | InvocationID=95b0ee0e-9e07-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:58:27+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8f91ba12-9e07-11ed-8418-ae7d03915e0a | InvocationID=8f91bc10-9e07-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:58:27+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e543cb4-9e07-11ed-8418-ae7d03915e0a | InvocationID=9e543e62-9e07-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:58:38+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95b0ec42-9e07-11ed-8418-ae7d03915e0a | InvocationID=95b0ee0e-9e07-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:58:38+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a49b75ba-9e07-11ed-8418-ae7d03915e0a | InvocationID=a49b7ace-9e07-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:58:38+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a49b75ba-9e07-11ed-8418-ae7d03915e0a | InvocationID=a49b7ace-9e07-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:58:38+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a49b75ba-9e07-11ed-8418-ae7d03915e0a | InvocationID=a49b7ace-9e07-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:58:52+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9e543cb4-9e07-11ed-8418-ae7d03915e0a | InvocationID=9e543e62-9e07-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:58:52+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad153b36-9e07-11ed-8418-ae7d03915e0a | InvocationID=ad153d34-9e07-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:59:03+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a49b75ba-9e07-11ed-8418-ae7d03915e0a | InvocationID=a49b7ace-9e07-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:59:03+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b386f626-9e07-11ed-8418-ae7d03915e0a | InvocationID=b386f7e8-9e07-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:59:03+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b386f626-9e07-11ed-8418-ae7d03915e0a | InvocationID=b386f7e8-9e07-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:59:03+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b386f626-9e07-11ed-8418-ae7d03915e0a | InvocationID=b386f7e8-9e07-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:59:17+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad153b36-9e07-11ed-8418-ae7d03915e0a | InvocationID=ad153d34-9e07-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:59:17+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbd6d044-9e07-11ed-8418-ae7d03915e0a | InvocationID=bbd6d260-9e07-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:59:28+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b386f626-9e07-11ed-8418-ae7d03915e0a | InvocationID=b386f7e8-9e07-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:59:28+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2751b40-9e07-11ed-8418-ae7d03915e0a | InvocationID=c2751cee-9e07-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:59:28+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2751b40-9e07-11ed-8418-ae7d03915e0a | InvocationID=c2751cee-9e07-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:59:28+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2751b40-9e07-11ed-8418-ae7d03915e0a | InvocationID=c2751cee-9e07-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:59:41+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bbd6d044-9e07-11ed-8418-ae7d03915e0a | InvocationID=bbd6d260-9e07-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T05:59:41+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca9a32c4-9e07-11ed-8418-ae7d03915e0a | InvocationID=ca9a347c-9e07-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T05:59:53+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2751b40-9e07-11ed-8418-ae7d03915e0a | InvocationID=c2751cee-9e07-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T05:59:53+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d15fd49c-9e07-11ed-8418-ae7d03915e0a | InvocationID=d15fd6fe-9e07-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T05:59:53+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d15fd49c-9e07-11ed-8418-ae7d03915e0a | InvocationID=d15fd6fe-9e07-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T05:59:53+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d15fd49c-9e07-11ed-8418-ae7d03915e0a | InvocationID=d15fd6fe-9e07-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:00:06+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ca9a32c4-9e07-11ed-8418-ae7d03915e0a | InvocationID=ca9a347c-9e07-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T06:00:06+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d95b809c-9e07-11ed-8418-ae7d03915e0a | InvocationID=d95b8236-9e07-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T06:00:18+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d15fd49c-9e07-11ed-8418-ae7d03915e0a | InvocationID=d15fd6fe-9e07-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T06:00:18+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e04b74de-9e07-11ed-8418-ae7d03915e0a | InvocationID=e04b789e-9e07-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T06:00:18+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e04b74de-9e07-11ed-8418-ae7d03915e0a | InvocationID=e04b789e-9e07-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:00:18+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e04b74de-9e07-11ed-8418-ae7d03915e0a | InvocationID=e04b789e-9e07-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:00:31+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d95b809c-9e07-11ed-8418-ae7d03915e0a | InvocationID=d95b8236-9e07-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T06:00:31+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e81d4fd4-9e07-11ed-8418-ae7d03915e0a | InvocationID=e81d5420-9e07-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T06:00:43+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e04b74de-9e07-11ed-8418-ae7d03915e0a | InvocationID=e04b789e-9e07-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T06:00:43+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef37146c-9e07-11ed-8418-ae7d03915e0a | InvocationID=ef37162e-9e07-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T06:00:43+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef37146c-9e07-11ed-8418-ae7d03915e0a | InvocationID=ef37162e-9e07-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:00:43+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef37146c-9e07-11ed-8418-ae7d03915e0a | InvocationID=ef37162e-9e07-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:00:56+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e81d4fd4-9e07-11ed-8418-ae7d03915e0a | InvocationID=e81d5420-9e07-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T06:00:56+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6deb472-9e07-11ed-8418-ae7d03915e0a | InvocationID=f6deb616-9e07-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T06:01:08+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef37146c-9e07-11ed-8418-ae7d03915e0a | InvocationID=ef37162e-9e07-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T06:01:08+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe23e3f6-9e07-11ed-8418-ae7d03915e0a | InvocationID=fe23e6da-9e07-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T06:01:08+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe23e3f6-9e07-11ed-8418-ae7d03915e0a | InvocationID=fe23e6da-9e07-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:01:08+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe23e3f6-9e07-11ed-8418-ae7d03915e0a | InvocationID=fe23e6da-9e07-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:01:20+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f6deb472-9e07-11ed-8418-ae7d03915e0a | InvocationID=f6deb616-9e07-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T06:01:20+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05a22ef8-9e08-11ed-8418-ae7d03915e0a | InvocationID=05a2324a-9e08-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T06:01:33+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe23e3f6-9e07-11ed-8418-ae7d03915e0a | InvocationID=fe23e6da-9e07-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T06:01:33+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d0ef158-9e08-11ed-8418-ae7d03915e0a | InvocationID=0d0ef374-9e08-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T06:01:33+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d0ef158-9e08-11ed-8418-ae7d03915e0a | InvocationID=0d0ef374-9e08-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:01:33+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d0ef158-9e08-11ed-8418-ae7d03915e0a | InvocationID=0d0ef374-9e08-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:01:45+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=05a22ef8-9e08-11ed-8418-ae7d03915e0a | InvocationID=05a2324a-9e08-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T06:01:45+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14634aee-9e08-11ed-8418-ae7d03915e0a | InvocationID=14634cf6-9e08-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T06:01:58+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d0ef158-9e08-11ed-8418-ae7d03915e0a | InvocationID=0d0ef374-9e08-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T06:01:58+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bf9de26-9e08-11ed-8418-ae7d03915e0a | InvocationID=1bf9e088-9e08-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T06:01:58+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bf9de26-9e08-11ed-8418-ae7d03915e0a | InvocationID=1bf9e088-9e08-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:01:58+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1bf9de26-9e08-11ed-8418-ae7d03915e0a | InvocationID=1bf9e088-9e08-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:02:10+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=14634aee-9e08-11ed-8418-ae7d03915e0a | InvocationID=14634cf6-9e08-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T06:02:10+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23254afa-9e08-11ed-8418-ae7d03915e0a | InvocationID=23254d70-9e08-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T06:02:23+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1bf9de26-9e08-11ed-8418-ae7d03915e0a | InvocationID=1bf9e088-9e08-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T06:02:23+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ae4c478-9e08-11ed-8418-ae7d03915e0a | InvocationID=2ae4c766-9e08-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T06:02:23+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ae4c478-9e08-11ed-8418-ae7d03915e0a | InvocationID=2ae4c766-9e08-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:02:23+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ae4c478-9e08-11ed-8418-ae7d03915e0a | InvocationID=2ae4c766-9e08-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:02:35+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23254afa-9e08-11ed-8418-ae7d03915e0a | InvocationID=23254d70-9e08-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T06:02:35+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31e642ec-9e08-11ed-8418-ae7d03915e0a | InvocationID=31e64b7a-9e08-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T06:02:48+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ae4c478-9e08-11ed-8418-ae7d03915e0a | InvocationID=2ae4c766-9e08-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T06:02:48+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39cfdad6-9e08-11ed-8418-ae7d03915e0a | InvocationID=39cfdcf2-9e08-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T06:02:48+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39cfdad6-9e08-11ed-8418-ae7d03915e0a | InvocationID=39cfdcf2-9e08-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:02:48+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39cfdad6-9e08-11ed-8418-ae7d03915e0a | InvocationID=39cfdcf2-9e08-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:03:00+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=31e642ec-9e08-11ed-8418-ae7d03915e0a | InvocationID=31e64b7a-9e08-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T06:03:00+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40ab79c8-9e08-11ed-8418-ae7d03915e0a | InvocationID=40ab7bd0-9e08-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T06:03:13+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39cfdad6-9e08-11ed-8418-ae7d03915e0a | InvocationID=39cfdcf2-9e08-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T06:03:13+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48ba9568-9e08-11ed-8418-ae7d03915e0a | InvocationID=48ba9720-9e08-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T06:03:13+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48ba9568-9e08-11ed-8418-ae7d03915e0a | InvocationID=48ba9720-9e08-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:03:13+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48ba9568-9e08-11ed-8418-ae7d03915e0a | InvocationID=48ba9720-9e08-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:03:24+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=40ab79c8-9e08-11ed-8418-ae7d03915e0a | InvocationID=40ab7bd0-9e08-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T06:03:24+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f6ebeca-9e08-11ed-8418-ae7d03915e0a | InvocationID=4f6ec0d2-9e08-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T06:03:38+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48ba9568-9e08-11ed-8418-ae7d03915e0a | InvocationID=48ba9720-9e08-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T06:03:38+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57a82e6e-9e08-11ed-8418-ae7d03915e0a | InvocationID=57a83026-9e08-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T06:03:38+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57a82e6e-9e08-11ed-8418-ae7d03915e0a | InvocationID=57a83026-9e08-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:03:38+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57a82e6e-9e08-11ed-8418-ae7d03915e0a | InvocationID=57a83026-9e08-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:03:49+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4f6ebeca-9e08-11ed-8418-ae7d03915e0a | InvocationID=4f6ec0d2-9e08-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T06:03:49+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e30c4a8-9e08-11ed-8418-ae7d03915e0a | InvocationID=5e30c674-9e08-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T06:04:03+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57a82e6e-9e08-11ed-8418-ae7d03915e0a | InvocationID=57a83026-9e08-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T06:04:03+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6692d726-9e08-11ed-8418-ae7d03915e0a | InvocationID=6692d938-9e08-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T06:04:03+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6692d726-9e08-11ed-8418-ae7d03915e0a | InvocationID=6692d938-9e08-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:04:03+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6692d726-9e08-11ed-8418-ae7d03915e0a | InvocationID=6692d938-9e08-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:04:14+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5e30c4a8-9e08-11ed-8418-ae7d03915e0a | InvocationID=5e30c674-9e08-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T06:04:14+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6cf249e4-9e08-11ed-8418-ae7d03915e0a | InvocationID=6cf24b9c-9e08-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T06:04:28+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6692d726-9e08-11ed-8418-ae7d03915e0a | InvocationID=6692d938-9e08-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T06:04:28+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=757d8ace-9e08-11ed-8418-ae7d03915e0a | InvocationID=757d8d30-9e08-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T06:04:28+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=757d8ace-9e08-11ed-8418-ae7d03915e0a | InvocationID=757d8d30-9e08-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:04:28+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=757d8ace-9e08-11ed-8418-ae7d03915e0a | InvocationID=757d8d30-9e08-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:04:39+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6cf249e4-9e08-11ed-8418-ae7d03915e0a | InvocationID=6cf24b9c-9e08-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T06:04:39+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7bb4e1bc-9e08-11ed-8418-ae7d03915e0a | InvocationID=7bb4e55e-9e08-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T06:04:53+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=757d8ace-9e08-11ed-8418-ae7d03915e0a | InvocationID=757d8d30-9e08-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T06:04:53+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84686a54-9e08-11ed-8418-ae7d03915e0a | InvocationID=84686f0e-9e08-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T06:04:53+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84686a54-9e08-11ed-8418-ae7d03915e0a | InvocationID=84686f0e-9e08-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:04:53+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84686a54-9e08-11ed-8418-ae7d03915e0a | InvocationID=84686f0e-9e08-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:05:03+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7bb4e1bc-9e08-11ed-8418-ae7d03915e0a | InvocationID=7bb4e55e-9e08-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T06:05:03+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a772296-9e08-11ed-8418-ae7d03915e0a | InvocationID=8a772610-9e08-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T06:05:18+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84686a54-9e08-11ed-8418-ae7d03915e0a | InvocationID=84686f0e-9e08-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T06:05:18+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93566a70-9e08-11ed-8418-ae7d03915e0a | InvocationID=93566e1c-9e08-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T06:05:18+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93566a70-9e08-11ed-8418-ae7d03915e0a | InvocationID=93566e1c-9e08-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:05:18+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93566a70-9e08-11ed-8418-ae7d03915e0a | InvocationID=93566e1c-9e08-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:05:28+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8a772296-9e08-11ed-8418-ae7d03915e0a | InvocationID=8a772610-9e08-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T06:05:28+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99394e76-9e08-11ed-8418-ae7d03915e0a | InvocationID=9939515a-9e08-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T06:05:43+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93566a70-9e08-11ed-8418-ae7d03915e0a | InvocationID=93566e1c-9e08-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T06:05:43+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a241de2a-9e08-11ed-8418-ae7d03915e0a | InvocationID=a241dfe2-9e08-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T06:05:43+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a241de2a-9e08-11ed-8418-ae7d03915e0a | InvocationID=a241dfe2-9e08-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:05:43+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a241de2a-9e08-11ed-8418-ae7d03915e0a | InvocationID=a241dfe2-9e08-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:05:53+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=99394e76-9e08-11ed-8418-ae7d03915e0a | InvocationID=9939515a-9e08-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T06:05:53+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7f9b1ee-9e08-11ed-8418-ae7d03915e0a | InvocationID=a7f9b3ba-9e08-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T06:06:08+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a241de2a-9e08-11ed-8418-ae7d03915e0a | InvocationID=a241dfe2-9e08-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T06:06:08+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b12dc304-9e08-11ed-8418-ae7d03915e0a | InvocationID=b12dc4b2-9e08-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T06:06:08+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b12dc304-9e08-11ed-8418-ae7d03915e0a | InvocationID=b12dc4b2-9e08-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:06:08+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b12dc304-9e08-11ed-8418-ae7d03915e0a | InvocationID=b12dc4b2-9e08-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:06:18+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a7f9b1ee-9e08-11ed-8418-ae7d03915e0a | InvocationID=a7f9b3ba-9e08-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T06:06:18+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6baca9c-9e08-11ed-8418-ae7d03915e0a | InvocationID=b6bacd76-9e08-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T06:06:33+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b12dc304-9e08-11ed-8418-ae7d03915e0a | InvocationID=b12dc4b2-9e08-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T06:06:33+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c018d728-9e08-11ed-8418-ae7d03915e0a | InvocationID=c018da20-9e08-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T06:06:33+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c018d728-9e08-11ed-8418-ae7d03915e0a | InvocationID=c018da20-9e08-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:06:33+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c018d728-9e08-11ed-8418-ae7d03915e0a | InvocationID=c018da20-9e08-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:06:42+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b6baca9c-9e08-11ed-8418-ae7d03915e0a | InvocationID=b6bacd76-9e08-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T06:06:42+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c57c6cf2-9e08-11ed-8418-ae7d03915e0a | InvocationID=c57c6f7c-9e08-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T06:06:58+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c018d728-9e08-11ed-8418-ae7d03915e0a | InvocationID=c018da20-9e08-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T06:06:58+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf0a3fd8-9e08-11ed-8418-ae7d03915e0a | InvocationID=cf0a45e6-9e08-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T06:06:58+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf0a3fd8-9e08-11ed-8418-ae7d03915e0a | InvocationID=cf0a45e6-9e08-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:06:58+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf0a3fd8-9e08-11ed-8418-ae7d03915e0a | InvocationID=cf0a45e6-9e08-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:07:07+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c57c6cf2-9e08-11ed-8418-ae7d03915e0a | InvocationID=c57c6f7c-9e08-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T06:07:07+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d43e3702-9e08-11ed-8418-ae7d03915e0a | InvocationID=d43e38ba-9e08-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T06:07:23+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf0a3fd8-9e08-11ed-8418-ae7d03915e0a | InvocationID=cf0a45e6-9e08-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T06:07:23+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddf573d2-9e08-11ed-8418-ae7d03915e0a | InvocationID=ddf5762a-9e08-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T06:07:23+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddf573d2-9e08-11ed-8418-ae7d03915e0a | InvocationID=ddf5762a-9e08-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:07:23+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ddf573d2-9e08-11ed-8418-ae7d03915e0a | InvocationID=ddf5762a-9e08-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:07:32+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d43e3702-9e08-11ed-8418-ae7d03915e0a | InvocationID=d43e38ba-9e08-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T06:07:32+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e303572c-9e08-11ed-8418-ae7d03915e0a | InvocationID=e3035ace-9e08-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T06:07:48+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ddf573d2-9e08-11ed-8418-ae7d03915e0a | InvocationID=ddf5762a-9e08-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T06:07:48+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ece06b18-9e08-11ed-8418-ae7d03915e0a | InvocationID=ece06dde-9e08-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T06:07:48+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ece06b18-9e08-11ed-8418-ae7d03915e0a | InvocationID=ece06dde-9e08-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:07:48+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ece06b18-9e08-11ed-8418-ae7d03915e0a | InvocationID=ece06dde-9e08-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:07:57+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e303572c-9e08-11ed-8418-ae7d03915e0a | InvocationID=e3035ace-9e08-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T06:07:57+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1c4afd6-9e08-11ed-8418-ae7d03915e0a | InvocationID=f1c4b1de-9e08-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T06:08:13+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ece06b18-9e08-11ed-8418-ae7d03915e0a | InvocationID=ece06dde-9e08-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T06:08:13+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbcc8576-9e08-11ed-8418-ae7d03915e0a | InvocationID=fbcc872e-9e08-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T06:08:13+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbcc8576-9e08-11ed-8418-ae7d03915e0a | InvocationID=fbcc872e-9e08-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:08:13+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fbcc8576-9e08-11ed-8418-ae7d03915e0a | InvocationID=fbcc872e-9e08-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:08:21+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f1c4afd6-9e08-11ed-8418-ae7d03915e0a | InvocationID=f1c4b1de-9e08-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T06:08:21+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00895422-9e09-11ed-8418-ae7d03915e0a | InvocationID=008955c6-9e09-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T06:08:39+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fbcc8576-9e08-11ed-8418-ae7d03915e0a | InvocationID=fbcc872e-9e08-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T06:08:39+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ab70bba-9e09-11ed-8418-ae7d03915e0a | InvocationID=0ab70f0c-9e09-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T06:08:39+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ab70bba-9e09-11ed-8418-ae7d03915e0a | InvocationID=0ab70f0c-9e09-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:08:39+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ab70bba-9e09-11ed-8418-ae7d03915e0a | InvocationID=0ab70f0c-9e09-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:08:46+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=00895422-9e09-11ed-8418-ae7d03915e0a | InvocationID=008955c6-9e09-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T06:08:46+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f4ab4a6-9e09-11ed-8418-ae7d03915e0a | InvocationID=0f4ab6ae-9e09-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T06:09:04+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ab70bba-9e09-11ed-8418-ae7d03915e0a | InvocationID=0ab70f0c-9e09-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T06:09:04+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19a4e7a0-9e09-11ed-8418-ae7d03915e0a | InvocationID=19a4e9c6-9e09-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T06:09:04+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19a4e7a0-9e09-11ed-8418-ae7d03915e0a | InvocationID=19a4e9c6-9e09-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:09:04+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19a4e7a0-9e09-11ed-8418-ae7d03915e0a | InvocationID=19a4e9c6-9e09-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:09:11+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0f4ab4a6-9e09-11ed-8418-ae7d03915e0a | InvocationID=0f4ab6ae-9e09-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T06:09:11+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e0bbe0e-9e09-11ed-8418-ae7d03915e0a | InvocationID=1e0bc066-9e09-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T06:09:29+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19a4e7a0-9e09-11ed-8418-ae7d03915e0a | InvocationID=19a4e9c6-9e09-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T06:09:29+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2893ea0e-9e09-11ed-8418-ae7d03915e0a | InvocationID=2893ebbc-9e09-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T06:09:29+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2893ea0e-9e09-11ed-8418-ae7d03915e0a | InvocationID=2893ebbc-9e09-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:09:29+0000 | policy_event_thread | 140098671684384 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2893ea0e-9e09-11ed-8418-ae7d03915e0a | InvocationID=2893ebbc-9e09-11ed-8418-ae7d03915e0a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-27T06:09:36+0000 | aai_event_thread | 140098670623520 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1e0bbe0e-9e09-11ed-8418-ae7d03915e0a | InvocationID=1e0bc066-9e09-11ed-8418-ae7d03915e0a | Polling MR for XNF AAI events. 2023-01-27T06:09:36+0000 | aai_event_thread | 140098670623520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cce1f5e-9e09-11ed-8418-ae7d03915e0a | InvocationID=2cce210c-9e09-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-27T06:09:54+0000 | policy_event_thread | 140098671684384 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2893ea0e-9e09-11ed-8418-ae7d03915e0a | InvocationID=2893ebbc-9e09-11ed-8418-ae7d03915e0a | Polling MR for XNF activation/deactivation policy response events. 2023-01-27T06:09:54+0000 | policy_event_thread | 140098671684384 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=377eac7a-9e09-11ed-8418-ae7d03915e0a | InvocationID=377eb012-9e09-11ed-8418-ae7d03915e0a | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-27T06:09:54+0000 | policy_event_thread | 140098671684384 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=377eac7a-9e09-11ed-8418-ae7d03915e0a | InvocationID=377eb012-9e09-11ed-8418-ae7d03915e0a | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/op