/opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. return yaml.load(f.read()) 2022-11-22T02:58:27+0000 | MainThread | 140570913144136 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS. 2022-11-22T02:58:27+0000 | MainThread | 140570913144136 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Successfully fetched PMSH config from CBS: {'config': {'aaf_identity': 'dcae@dcae.onap.org', 'aaf_password': 'demo123456!', 'ca_cert_path': '/opt/app/pmsh/etc/certs/cacert.pem', 'cert_path': '/opt/app/pmsh/etc/certs/cert.pem', 'control_loop_name': 'pmsh-control-loop', 'enable_tls': False, 'key_path': '/opt/app/pmsh/etc/certs/key.pem', 'operational_policy_name': 'pmsh-operational-policy', 'pmsh_policy': {'subscription': {'administrativeState': 'LOCKED', 'fileBasedGP': 15, 'fileLocation': '/pm/pm.xml', 'measurementGroups': [{'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dna'}, {'DN': 'dnb'}], 'measurementTypes': [{'measurementType': 'countera'}, {'measurementType': 'counterb'}]}}, {'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dnc'}, {'DN': 'dnd'}], 'measurementTypes': [{'measurementType': 'counterc'}, {'measurementType': 'counterd'}]}}], 'nfFilter': {'modelInvariantIDs': [], 'modelNames': [], 'modelVersionIDs': [], 'nfNames': ['^pnf.*', '^vnf.*']}, 'subscriptionName': 'ExtraPM-All-gNB-R2B'}}, 'streams_publishes': {'policy_pm_publisher': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}} 2022-11-22T02:58:27+0000 | MainThread | 140570913144136 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR. 2022-11-22T02:58:27+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T02:58:27+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events. 2022-11-22T02:58:27+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89b65870-6a11-11ed-903c-fa4662070a5c | InvocationID=89b65b2c-6a11-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T02:58:27+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89b76152-6a11-11ed-903c-fa4662070a5c | InvocationID=89b7638c-6a11-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T02:58:27+0000 | MainThread | 140570913144136 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server 2022-11-22T02:58:28+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89b65870-6a11-11ed-903c-fa4662070a5c | InvocationID=89b65b2c-6a11-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T02:58:28+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89b65870-6a11-11ed-903c-fa4662070a5c | InvocationID=89b65b2c-6a11-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T02:58:28+0000 | aai_event_thread | 140570862406432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89b76152-6a11-11ed-903c-fa4662070a5c | InvocationID=89b7638c-6a11-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T02:58:28+0000 | aai_event_thread | 140570862406432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89b76152-6a11-11ed-903c-fa4662070a5c | InvocationID=89b7638c-6a11-11ed-903c-fa4662070a5c | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T02:58:48+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89b76152-6a11-11ed-903c-fa4662070a5c | InvocationID=89b7638c-6a11-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T02:58:48+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95f71c3c-6a11-11ed-903c-fa4662070a5c | InvocationID=95f7211e-6a11-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T02:58:48+0000 | aai_event_thread | 140570862406432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95f71c3c-6a11-11ed-903c-fa4662070a5c | InvocationID=95f7211e-6a11-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T02:58:48+0000 | aai_event_thread | 140570862406432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95f71c3c-6a11-11ed-903c-fa4662070a5c | InvocationID=95f7211e-6a11-11ed-903c-fa4662070a5c | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T02:58:53+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89b65870-6a11-11ed-903c-fa4662070a5c | InvocationID=89b65b2c-6a11-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T02:58:53+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98f0ab7e-6a11-11ed-903c-fa4662070a5c | InvocationID=98f0ae30-6a11-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T02:58:53+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98f0ab7e-6a11-11ed-903c-fa4662070a5c | InvocationID=98f0ae30-6a11-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T02:58:53+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98f0ab7e-6a11-11ed-903c-fa4662070a5c | InvocationID=98f0ae30-6a11-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T02:59:08+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95f71c3c-6a11-11ed-903c-fa4662070a5c | InvocationID=95f7211e-6a11-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T02:59:08+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a21aaa7e-6a11-11ed-903c-fa4662070a5c | InvocationID=a21aae16-6a11-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T02:59:08+0000 | aai_event_thread | 140570862406432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a21aaa7e-6a11-11ed-903c-fa4662070a5c | InvocationID=a21aae16-6a11-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T02:59:08+0000 | aai_event_thread | 140570862406432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a21aaa7e-6a11-11ed-903c-fa4662070a5c | InvocationID=a21aae16-6a11-11ed-903c-fa4662070a5c | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T02:59:18+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98f0ab7e-6a11-11ed-903c-fa4662070a5c | InvocationID=98f0ae30-6a11-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T02:59:18+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7e3eae2-6a11-11ed-903c-fa4662070a5c | InvocationID=a7e3ed9e-6a11-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T02:59:18+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7e3eae2-6a11-11ed-903c-fa4662070a5c | InvocationID=a7e3ed9e-6a11-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T02:59:18+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7e3eae2-6a11-11ed-903c-fa4662070a5c | InvocationID=a7e3ed9e-6a11-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T02:59:28+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a21aaa7e-6a11-11ed-903c-fa4662070a5c | InvocationID=a21aae16-6a11-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T02:59:28+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae14b8f6-6a11-11ed-903c-fa4662070a5c | InvocationID=ae14bbd0-6a11-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T02:59:28+0000 | aai_event_thread | 140570862406432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae14b8f6-6a11-11ed-903c-fa4662070a5c | InvocationID=ae14bbd0-6a11-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T02:59:28+0000 | aai_event_thread | 140570862406432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae14b8f6-6a11-11ed-903c-fa4662070a5c | InvocationID=ae14bbd0-6a11-11ed-903c-fa4662070a5c | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T02:59:43+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7e3eae2-6a11-11ed-903c-fa4662070a5c | InvocationID=a7e3ed9e-6a11-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T02:59:43+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6d57df4-6a11-11ed-903c-fa4662070a5c | InvocationID=b6d580d8-6a11-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T02:59:43+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6d57df4-6a11-11ed-903c-fa4662070a5c | InvocationID=b6d580d8-6a11-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T02:59:43+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6d57df4-6a11-11ed-903c-fa4662070a5c | InvocationID=b6d580d8-6a11-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T02:59:48+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae14b8f6-6a11-11ed-903c-fa4662070a5c | InvocationID=ae14bbd0-6a11-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T02:59:48+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba0b3e96-6a11-11ed-903c-fa4662070a5c | InvocationID=ba0b440e-6a11-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T02:59:48+0000 | aai_event_thread | 140570862406432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba0b3e96-6a11-11ed-903c-fa4662070a5c | InvocationID=ba0b440e-6a11-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T02:59:48+0000 | aai_event_thread | 140570862406432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ba0b3e96-6a11-11ed-903c-fa4662070a5c | InvocationID=ba0b440e-6a11-11ed-903c-fa4662070a5c | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:00:08+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6d57df4-6a11-11ed-903c-fa4662070a5c | InvocationID=b6d580d8-6a11-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:00:08+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5c50c12-6a11-11ed-903c-fa4662070a5c | InvocationID=c5c516c6-6a11-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:00:08+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5c50c12-6a11-11ed-903c-fa4662070a5c | InvocationID=c5c516c6-6a11-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:00:08+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5c50c12-6a11-11ed-903c-fa4662070a5c | InvocationID=c5c516c6-6a11-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:00:08+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ba0b3e96-6a11-11ed-903c-fa4662070a5c | InvocationID=ba0b440e-6a11-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:00:08+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5ffe936-6a11-11ed-903c-fa4662070a5c | InvocationID=c5ffec06-6a11-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:00:08+0000 | aai_event_thread | 140570862406432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5ffe936-6a11-11ed-903c-fa4662070a5c | InvocationID=c5ffec06-6a11-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:00:08+0000 | aai_event_thread | 140570862406432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c5ffe936-6a11-11ed-903c-fa4662070a5c | InvocationID=c5ffec06-6a11-11ed-903c-fa4662070a5c | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:00:28+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c5ffe936-6a11-11ed-903c-fa4662070a5c | InvocationID=c5ffec06-6a11-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:00:28+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1fde80a-6a11-11ed-903c-fa4662070a5c | InvocationID=d1fdeff8-6a11-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:00:28+0000 | aai_event_thread | 140570862406432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1fde80a-6a11-11ed-903c-fa4662070a5c | InvocationID=d1fdeff8-6a11-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:00:28+0000 | aai_event_thread | 140570862406432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d1fde80a-6a11-11ed-903c-fa4662070a5c | InvocationID=d1fdeff8-6a11-11ed-903c-fa4662070a5c | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:00:33+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5c50c12-6a11-11ed-903c-fa4662070a5c | InvocationID=c5c516c6-6a11-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:00:33+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4b306c0-6a11-11ed-903c-fa4662070a5c | InvocationID=d4b30940-6a11-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:00:33+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4b306c0-6a11-11ed-903c-fa4662070a5c | InvocationID=d4b30940-6a11-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:00:33+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4b306c0-6a11-11ed-903c-fa4662070a5c | InvocationID=d4b30940-6a11-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:00:48+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d1fde80a-6a11-11ed-903c-fa4662070a5c | InvocationID=d1fdeff8-6a11-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:00:48+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddf3abb8-6a11-11ed-903c-fa4662070a5c | InvocationID=ddf3afd2-6a11-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:00:48+0000 | aai_event_thread | 140570862406432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddf3abb8-6a11-11ed-903c-fa4662070a5c | InvocationID=ddf3afd2-6a11-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:00:48+0000 | aai_event_thread | 140570862406432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ddf3abb8-6a11-11ed-903c-fa4662070a5c | InvocationID=ddf3afd2-6a11-11ed-903c-fa4662070a5c | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:00:58+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4b306c0-6a11-11ed-903c-fa4662070a5c | InvocationID=d4b30940-6a11-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:00:58+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e39e2f48-6a11-11ed-903c-fa4662070a5c | InvocationID=e39e32e0-6a11-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:00:58+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e39e2f48-6a11-11ed-903c-fa4662070a5c | InvocationID=e39e32e0-6a11-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:00:58+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e39e2f48-6a11-11ed-903c-fa4662070a5c | InvocationID=e39e32e0-6a11-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:01:08+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ddf3abb8-6a11-11ed-903c-fa4662070a5c | InvocationID=ddf3afd2-6a11-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:01:08+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9e712de-6a11-11ed-903c-fa4662070a5c | InvocationID=e9e716da-6a11-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:01:09+0000 | aai_event_thread | 140570862406432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9e712de-6a11-11ed-903c-fa4662070a5c | InvocationID=e9e716da-6a11-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:01:09+0000 | aai_event_thread | 140570862406432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9e712de-6a11-11ed-903c-fa4662070a5c | InvocationID=e9e716da-6a11-11ed-903c-fa4662070a5c | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:01:23+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e39e2f48-6a11-11ed-903c-fa4662070a5c | InvocationID=e39e32e0-6a11-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:01:23+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f28928aa-6a11-11ed-903c-fa4662070a5c | InvocationID=f2892ae4-6a11-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:01:23+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f28928aa-6a11-11ed-903c-fa4662070a5c | InvocationID=f2892ae4-6a11-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:01:23+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f28928aa-6a11-11ed-903c-fa4662070a5c | InvocationID=f2892ae4-6a11-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:01:29+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9e712de-6a11-11ed-903c-fa4662070a5c | InvocationID=e9e716da-6a11-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:01:29+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5e1c098-6a11-11ed-903c-fa4662070a5c | InvocationID=f5e1c336-6a11-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:01:29+0000 | aai_event_thread | 140570862406432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5e1c098-6a11-11ed-903c-fa4662070a5c | InvocationID=f5e1c336-6a11-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:01:29+0000 | aai_event_thread | 140570862406432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5e1c098-6a11-11ed-903c-fa4662070a5c | InvocationID=f5e1c336-6a11-11ed-903c-fa4662070a5c | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:01:48+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f28928aa-6a11-11ed-903c-fa4662070a5c | InvocationID=f2892ae4-6a11-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:01:48+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=017b230e-6a12-11ed-903c-fa4662070a5c | InvocationID=017b252a-6a12-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:01:48+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=017b230e-6a12-11ed-903c-fa4662070a5c | InvocationID=017b252a-6a12-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:01:48+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=017b230e-6a12-11ed-903c-fa4662070a5c | InvocationID=017b252a-6a12-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:01:49+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5e1c098-6a11-11ed-903c-fa4662070a5c | InvocationID=f5e1c336-6a11-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:01:49+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01d52552-6a12-11ed-903c-fa4662070a5c | InvocationID=01d52782-6a12-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:01:49+0000 | aai_event_thread | 140570862406432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01d52552-6a12-11ed-903c-fa4662070a5c | InvocationID=01d52782-6a12-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:01:49+0000 | aai_event_thread | 140570862406432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01d52552-6a12-11ed-903c-fa4662070a5c | InvocationID=01d52782-6a12-11ed-903c-fa4662070a5c | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:02:09+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01d52552-6a12-11ed-903c-fa4662070a5c | InvocationID=01d52782-6a12-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:02:09+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0dc6931e-6a12-11ed-903c-fa4662070a5c | InvocationID=0dc69670-6a12-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:02:09+0000 | aai_event_thread | 140570862406432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0dc6931e-6a12-11ed-903c-fa4662070a5c | InvocationID=0dc69670-6a12-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:02:09+0000 | aai_event_thread | 140570862406432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0dc6931e-6a12-11ed-903c-fa4662070a5c | InvocationID=0dc69670-6a12-11ed-903c-fa4662070a5c | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:02:13+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=017b230e-6a12-11ed-903c-fa4662070a5c | InvocationID=017b252a-6a12-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:02:13+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=106a48fe-6a12-11ed-903c-fa4662070a5c | InvocationID=106a4c8c-6a12-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:02:13+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=106a48fe-6a12-11ed-903c-fa4662070a5c | InvocationID=106a4c8c-6a12-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:02:13+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=106a48fe-6a12-11ed-903c-fa4662070a5c | InvocationID=106a4c8c-6a12-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:02:29+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0dc6931e-6a12-11ed-903c-fa4662070a5c | InvocationID=0dc69670-6a12-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:02:29+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19b9265a-6a12-11ed-903c-fa4662070a5c | InvocationID=19b9295c-6a12-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:02:29+0000 | aai_event_thread | 140570862406432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19b9265a-6a12-11ed-903c-fa4662070a5c | InvocationID=19b9295c-6a12-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:02:29+0000 | aai_event_thread | 140570862406432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=19b9265a-6a12-11ed-903c-fa4662070a5c | InvocationID=19b9295c-6a12-11ed-903c-fa4662070a5c | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:02:38+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=106a48fe-6a12-11ed-903c-fa4662070a5c | InvocationID=106a4c8c-6a12-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:02:38+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f5665a0-6a12-11ed-903c-fa4662070a5c | InvocationID=1f566852-6a12-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:02:38+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f5665a0-6a12-11ed-903c-fa4662070a5c | InvocationID=1f566852-6a12-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:02:38+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f5665a0-6a12-11ed-903c-fa4662070a5c | InvocationID=1f566852-6a12-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:02:49+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=19b9265a-6a12-11ed-903c-fa4662070a5c | InvocationID=19b9295c-6a12-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:02:49+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25ad833e-6a12-11ed-903c-fa4662070a5c | InvocationID=25ad8d48-6a12-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:02:49+0000 | aai_event_thread | 140570862406432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25ad833e-6a12-11ed-903c-fa4662070a5c | InvocationID=25ad8d48-6a12-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:02:49+0000 | aai_event_thread | 140570862406432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=25ad833e-6a12-11ed-903c-fa4662070a5c | InvocationID=25ad8d48-6a12-11ed-903c-fa4662070a5c | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:03:03+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f5665a0-6a12-11ed-903c-fa4662070a5c | InvocationID=1f566852-6a12-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:03:03+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e452b64-6a12-11ed-903c-fa4662070a5c | InvocationID=2e453528-6a12-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:03:03+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e452b64-6a12-11ed-903c-fa4662070a5c | InvocationID=2e453528-6a12-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:03:03+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e452b64-6a12-11ed-903c-fa4662070a5c | InvocationID=2e453528-6a12-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:03:09+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=25ad833e-6a12-11ed-903c-fa4662070a5c | InvocationID=25ad8d48-6a12-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:03:09+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=319e26e4-6a12-11ed-903c-fa4662070a5c | InvocationID=319e290a-6a12-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:03:09+0000 | aai_event_thread | 140570862406432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=319e26e4-6a12-11ed-903c-fa4662070a5c | InvocationID=319e290a-6a12-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:03:09+0000 | aai_event_thread | 140570862406432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=319e26e4-6a12-11ed-903c-fa4662070a5c | InvocationID=319e290a-6a12-11ed-903c-fa4662070a5c | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:03:28+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e452b64-6a12-11ed-903c-fa4662070a5c | InvocationID=2e453528-6a12-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:03:28+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d30df24-6a12-11ed-903c-fa4662070a5c | InvocationID=3d30f428-6a12-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:03:28+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d30df24-6a12-11ed-903c-fa4662070a5c | InvocationID=3d30f428-6a12-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:03:28+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d30df24-6a12-11ed-903c-fa4662070a5c | InvocationID=3d30f428-6a12-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:03:29+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=319e26e4-6a12-11ed-903c-fa4662070a5c | InvocationID=319e290a-6a12-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:03:29+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d8e49b6-6a12-11ed-903c-fa4662070a5c | InvocationID=3d8e4ba0-6a12-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:03:29+0000 | aai_event_thread | 140570862406432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d8e49b6-6a12-11ed-903c-fa4662070a5c | InvocationID=3d8e4ba0-6a12-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:03:29+0000 | aai_event_thread | 140570862406432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d8e49b6-6a12-11ed-903c-fa4662070a5c | InvocationID=3d8e4ba0-6a12-11ed-903c-fa4662070a5c | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:03:49+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d8e49b6-6a12-11ed-903c-fa4662070a5c | InvocationID=3d8e4ba0-6a12-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:03:49+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=497e20a2-6a12-11ed-903c-fa4662070a5c | InvocationID=497e2ad4-6a12-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:03:49+0000 | aai_event_thread | 140570862406432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=497e20a2-6a12-11ed-903c-fa4662070a5c | InvocationID=497e2ad4-6a12-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:03:49+0000 | aai_event_thread | 140570862406432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=497e20a2-6a12-11ed-903c-fa4662070a5c | InvocationID=497e2ad4-6a12-11ed-903c-fa4662070a5c | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:03:53+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d30df24-6a12-11ed-903c-fa4662070a5c | InvocationID=3d30f428-6a12-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:03:53+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c1d28b2-6a12-11ed-903c-fa4662070a5c | InvocationID=4c1d2b0a-6a12-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:03:53+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c1d28b2-6a12-11ed-903c-fa4662070a5c | InvocationID=4c1d2b0a-6a12-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:03:53+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c1d28b2-6a12-11ed-903c-fa4662070a5c | InvocationID=4c1d2b0a-6a12-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:04:09+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=497e20a2-6a12-11ed-903c-fa4662070a5c | InvocationID=497e2ad4-6a12-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:04:09+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=556e2006-6a12-11ed-903c-fa4662070a5c | InvocationID=556e222c-6a12-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:04:09+0000 | aai_event_thread | 140570862406432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=556e2006-6a12-11ed-903c-fa4662070a5c | InvocationID=556e222c-6a12-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:04:09+0000 | aai_event_thread | 140570862406432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=556e2006-6a12-11ed-903c-fa4662070a5c | InvocationID=556e222c-6a12-11ed-903c-fa4662070a5c | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:04:18+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c1d28b2-6a12-11ed-903c-fa4662070a5c | InvocationID=4c1d2b0a-6a12-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:04:18+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b086bde-6a12-11ed-903c-fa4662070a5c | InvocationID=5b086dc8-6a12-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:04:18+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b086bde-6a12-11ed-903c-fa4662070a5c | InvocationID=5b086dc8-6a12-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:04:18+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b086bde-6a12-11ed-903c-fa4662070a5c | InvocationID=5b086dc8-6a12-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:04:29+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=556e2006-6a12-11ed-903c-fa4662070a5c | InvocationID=556e222c-6a12-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:04:29+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6161e56e-6a12-11ed-903c-fa4662070a5c | InvocationID=6161e80c-6a12-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:04:29+0000 | aai_event_thread | 140570862406432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6161e56e-6a12-11ed-903c-fa4662070a5c | InvocationID=6161e80c-6a12-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:04:29+0000 | aai_event_thread | 140570862406432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6161e56e-6a12-11ed-903c-fa4662070a5c | InvocationID=6161e80c-6a12-11ed-903c-fa4662070a5c | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:04:43+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b086bde-6a12-11ed-903c-fa4662070a5c | InvocationID=5b086dc8-6a12-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:04:43+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69fb1dee-6a12-11ed-903c-fa4662070a5c | InvocationID=69fb276c-6a12-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:04:43+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69fb1dee-6a12-11ed-903c-fa4662070a5c | InvocationID=69fb276c-6a12-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:04:43+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69fb1dee-6a12-11ed-903c-fa4662070a5c | InvocationID=69fb276c-6a12-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:04:49+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6161e56e-6a12-11ed-903c-fa4662070a5c | InvocationID=6161e80c-6a12-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:04:49+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d53c7f2-6a12-11ed-903c-fa4662070a5c | InvocationID=6d53cae0-6a12-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:04:49+0000 | aai_event_thread | 140570862406432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d53c7f2-6a12-11ed-903c-fa4662070a5c | InvocationID=6d53cae0-6a12-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:04:49+0000 | aai_event_thread | 140570862406432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d53c7f2-6a12-11ed-903c-fa4662070a5c | InvocationID=6d53cae0-6a12-11ed-903c-fa4662070a5c | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:05:08+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69fb1dee-6a12-11ed-903c-fa4662070a5c | InvocationID=69fb276c-6a12-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:05:08+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78eac16a-6a12-11ed-903c-fa4662070a5c | InvocationID=78eac37c-6a12-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:05:08+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78eac16a-6a12-11ed-903c-fa4662070a5c | InvocationID=78eac37c-6a12-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:05:08+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78eac16a-6a12-11ed-903c-fa4662070a5c | InvocationID=78eac37c-6a12-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:05:09+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d53c7f2-6a12-11ed-903c-fa4662070a5c | InvocationID=6d53cae0-6a12-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:05:09+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=794416f2-6a12-11ed-903c-fa4662070a5c | InvocationID=794418fa-6a12-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:05:09+0000 | aai_event_thread | 140570862406432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=794416f2-6a12-11ed-903c-fa4662070a5c | InvocationID=794418fa-6a12-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:05:09+0000 | aai_event_thread | 140570862406432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=794416f2-6a12-11ed-903c-fa4662070a5c | InvocationID=794418fa-6a12-11ed-903c-fa4662070a5c | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:05:29+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=794416f2-6a12-11ed-903c-fa4662070a5c | InvocationID=794418fa-6a12-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:05:29+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8533be90-6a12-11ed-903c-fa4662070a5c | InvocationID=8533c1a6-6a12-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:05:29+0000 | aai_event_thread | 140570862406432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8533be90-6a12-11ed-903c-fa4662070a5c | InvocationID=8533c1a6-6a12-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:05:29+0000 | aai_event_thread | 140570862406432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8533be90-6a12-11ed-903c-fa4662070a5c | InvocationID=8533c1a6-6a12-11ed-903c-fa4662070a5c | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:05:33+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78eac16a-6a12-11ed-903c-fa4662070a5c | InvocationID=78eac37c-6a12-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:05:33+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87d6cbd8-6a12-11ed-903c-fa4662070a5c | InvocationID=87d6ce80-6a12-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:05:33+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87d6cbd8-6a12-11ed-903c-fa4662070a5c | InvocationID=87d6ce80-6a12-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:05:33+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87d6cbd8-6a12-11ed-903c-fa4662070a5c | InvocationID=87d6ce80-6a12-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:05:49+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8533be90-6a12-11ed-903c-fa4662070a5c | InvocationID=8533c1a6-6a12-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:05:49+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91245412-6a12-11ed-903c-fa4662070a5c | InvocationID=912459a8-6a12-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:05:49+0000 | aai_event_thread | 140570862406432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91245412-6a12-11ed-903c-fa4662070a5c | InvocationID=912459a8-6a12-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:05:49+0000 | aai_event_thread | 140570862406432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91245412-6a12-11ed-903c-fa4662070a5c | InvocationID=912459a8-6a12-11ed-903c-fa4662070a5c | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:05:58+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87d6cbd8-6a12-11ed-903c-fa4662070a5c | InvocationID=87d6ce80-6a12-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:05:58+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96c696f0-6a12-11ed-903c-fa4662070a5c | InvocationID=96c69b6e-6a12-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:05:59+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96c696f0-6a12-11ed-903c-fa4662070a5c | InvocationID=96c69b6e-6a12-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:05:59+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96c696f0-6a12-11ed-903c-fa4662070a5c | InvocationID=96c69b6e-6a12-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:06:09+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91245412-6a12-11ed-903c-fa4662070a5c | InvocationID=912459a8-6a12-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:06:09+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d1596aa-6a12-11ed-903c-fa4662070a5c | InvocationID=9d159948-6a12-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:06:09+0000 | aai_event_thread | 140570862406432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d1596aa-6a12-11ed-903c-fa4662070a5c | InvocationID=9d159948-6a12-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:06:09+0000 | aai_event_thread | 140570862406432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d1596aa-6a12-11ed-903c-fa4662070a5c | InvocationID=9d159948-6a12-11ed-903c-fa4662070a5c | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:06:24+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96c696f0-6a12-11ed-903c-fa4662070a5c | InvocationID=96c69b6e-6a12-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:06:24+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5b26892-6a12-11ed-903c-fa4662070a5c | InvocationID=a5b26ae0-6a12-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:06:24+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5b26892-6a12-11ed-903c-fa4662070a5c | InvocationID=a5b26ae0-6a12-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:06:24+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5b26892-6a12-11ed-903c-fa4662070a5c | InvocationID=a5b26ae0-6a12-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:06:29+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d1596aa-6a12-11ed-903c-fa4662070a5c | InvocationID=9d159948-6a12-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:06:29+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9072ce4-6a12-11ed-903c-fa4662070a5c | InvocationID=a9072f8c-6a12-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:06:29+0000 | aai_event_thread | 140570862406432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9072ce4-6a12-11ed-903c-fa4662070a5c | InvocationID=a9072f8c-6a12-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:06:29+0000 | aai_event_thread | 140570862406432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9072ce4-6a12-11ed-903c-fa4662070a5c | InvocationID=a9072f8c-6a12-11ed-903c-fa4662070a5c | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:06:49+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5b26892-6a12-11ed-903c-fa4662070a5c | InvocationID=a5b26ae0-6a12-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:06:49+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b49d9408-6a12-11ed-903c-fa4662070a5c | InvocationID=b49d96ec-6a12-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:06:49+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b49d9408-6a12-11ed-903c-fa4662070a5c | InvocationID=b49d96ec-6a12-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:06:49+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b49d9408-6a12-11ed-903c-fa4662070a5c | InvocationID=b49d96ec-6a12-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:06:49+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9072ce4-6a12-11ed-903c-fa4662070a5c | InvocationID=a9072f8c-6a12-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:06:49+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4f7aa4c-6a12-11ed-903c-fa4662070a5c | InvocationID=b4f7ac40-6a12-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:06:49+0000 | aai_event_thread | 140570862406432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4f7aa4c-6a12-11ed-903c-fa4662070a5c | InvocationID=b4f7ac40-6a12-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:06:49+0000 | aai_event_thread | 140570862406432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b4f7aa4c-6a12-11ed-903c-fa4662070a5c | InvocationID=b4f7ac40-6a12-11ed-903c-fa4662070a5c | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:07:09+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b4f7aa4c-6a12-11ed-903c-fa4662070a5c | InvocationID=b4f7ac40-6a12-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:07:09+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0e7876e-6a12-11ed-903c-fa4662070a5c | InvocationID=c0e78bba-6a12-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:07:09+0000 | aai_event_thread | 140570862406432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0e7876e-6a12-11ed-903c-fa4662070a5c | InvocationID=c0e78bba-6a12-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:07:09+0000 | aai_event_thread | 140570862406432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c0e7876e-6a12-11ed-903c-fa4662070a5c | InvocationID=c0e78bba-6a12-11ed-903c-fa4662070a5c | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:07:14+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b49d9408-6a12-11ed-903c-fa4662070a5c | InvocationID=b49d96ec-6a12-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:07:14+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c389fd8a-6a12-11ed-903c-fa4662070a5c | InvocationID=c38a0500-6a12-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:07:14+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c389fd8a-6a12-11ed-903c-fa4662070a5c | InvocationID=c38a0500-6a12-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:07:14+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c389fd8a-6a12-11ed-903c-fa4662070a5c | InvocationID=c38a0500-6a12-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:07:29+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c0e7876e-6a12-11ed-903c-fa4662070a5c | InvocationID=c0e78bba-6a12-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:07:29+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccd76b7a-6a12-11ed-903c-fa4662070a5c | InvocationID=ccd76e0e-6a12-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:07:29+0000 | aai_event_thread | 140570862406432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccd76b7a-6a12-11ed-903c-fa4662070a5c | InvocationID=ccd76e0e-6a12-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:07:29+0000 | aai_event_thread | 140570862406432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ccd76b7a-6a12-11ed-903c-fa4662070a5c | InvocationID=ccd76e0e-6a12-11ed-903c-fa4662070a5c | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:07:39+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c389fd8a-6a12-11ed-903c-fa4662070a5c | InvocationID=c38a0500-6a12-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:07:39+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d275038a-6a12-11ed-903c-fa4662070a5c | InvocationID=d27505a6-6a12-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:07:39+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d275038a-6a12-11ed-903c-fa4662070a5c | InvocationID=d27505a6-6a12-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:07:39+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d275038a-6a12-11ed-903c-fa4662070a5c | InvocationID=d27505a6-6a12-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:07:49+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ccd76b7a-6a12-11ed-903c-fa4662070a5c | InvocationID=ccd76e0e-6a12-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:07:49+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8cad61a-6a12-11ed-903c-fa4662070a5c | InvocationID=d8cadb2e-6a12-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:07:49+0000 | aai_event_thread | 140570862406432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8cad61a-6a12-11ed-903c-fa4662070a5c | InvocationID=d8cadb2e-6a12-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:07:49+0000 | aai_event_thread | 140570862406432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8cad61a-6a12-11ed-903c-fa4662070a5c | InvocationID=d8cadb2e-6a12-11ed-903c-fa4662070a5c | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:08:04+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d275038a-6a12-11ed-903c-fa4662070a5c | InvocationID=d27505a6-6a12-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:08:04+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1608f7c-6a12-11ed-903c-fa4662070a5c | InvocationID=e16091f2-6a12-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:08:04+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1608f7c-6a12-11ed-903c-fa4662070a5c | InvocationID=e16091f2-6a12-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:08:04+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1608f7c-6a12-11ed-903c-fa4662070a5c | InvocationID=e16091f2-6a12-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:08:09+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8cad61a-6a12-11ed-903c-fa4662070a5c | InvocationID=d8cadb2e-6a12-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:08:09+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4bdca04-6a12-11ed-903c-fa4662070a5c | InvocationID=e4bdcbf8-6a12-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:08:09+0000 | aai_event_thread | 140570862406432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4bdca04-6a12-11ed-903c-fa4662070a5c | InvocationID=e4bdcbf8-6a12-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:08:09+0000 | aai_event_thread | 140570862406432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4bdca04-6a12-11ed-903c-fa4662070a5c | InvocationID=e4bdcbf8-6a12-11ed-903c-fa4662070a5c | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:08:29+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1608f7c-6a12-11ed-903c-fa4662070a5c | InvocationID=e16091f2-6a12-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:08:29+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f04ed444-6a12-11ed-903c-fa4662070a5c | InvocationID=f04ed64c-6a12-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:08:29+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f04ed444-6a12-11ed-903c-fa4662070a5c | InvocationID=f04ed64c-6a12-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:08:29+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f04ed444-6a12-11ed-903c-fa4662070a5c | InvocationID=f04ed64c-6a12-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:08:29+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4bdca04-6a12-11ed-903c-fa4662070a5c | InvocationID=e4bdcbf8-6a12-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:08:29+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0b1385a-6a12-11ed-903c-fa4662070a5c | InvocationID=f0b13b2a-6a12-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:08:29+0000 | aai_event_thread | 140570862406432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0b1385a-6a12-11ed-903c-fa4662070a5c | InvocationID=f0b13b2a-6a12-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:08:29+0000 | aai_event_thread | 140570862406432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0b1385a-6a12-11ed-903c-fa4662070a5c | InvocationID=f0b13b2a-6a12-11ed-903c-fa4662070a5c | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:08:49+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0b1385a-6a12-11ed-903c-fa4662070a5c | InvocationID=f0b13b2a-6a12-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:08:49+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fca18976-6a12-11ed-903c-fa4662070a5c | InvocationID=fca190c4-6a12-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:08:49+0000 | aai_event_thread | 140570862406432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fca18976-6a12-11ed-903c-fa4662070a5c | InvocationID=fca190c4-6a12-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:08:49+0000 | aai_event_thread | 140570862406432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fca18976-6a12-11ed-903c-fa4662070a5c | InvocationID=fca190c4-6a12-11ed-903c-fa4662070a5c | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:08:54+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f04ed444-6a12-11ed-903c-fa4662070a5c | InvocationID=f04ed64c-6a12-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:08:54+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff3fe97a-6a12-11ed-903c-fa4662070a5c | InvocationID=ff3feb96-6a12-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:08:54+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff3fe97a-6a12-11ed-903c-fa4662070a5c | InvocationID=ff3feb96-6a12-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:08:54+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff3fe97a-6a12-11ed-903c-fa4662070a5c | InvocationID=ff3feb96-6a12-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:09:09+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fca18976-6a12-11ed-903c-fa4662070a5c | InvocationID=fca190c4-6a12-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:09:09+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08942fe0-6a13-11ed-903c-fa4662070a5c | InvocationID=08943206-6a13-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:09:09+0000 | aai_event_thread | 140570862406432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08942fe0-6a13-11ed-903c-fa4662070a5c | InvocationID=08943206-6a13-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:09:09+0000 | aai_event_thread | 140570862406432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08942fe0-6a13-11ed-903c-fa4662070a5c | InvocationID=08943206-6a13-11ed-903c-fa4662070a5c | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:09:19+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff3fe97a-6a12-11ed-903c-fa4662070a5c | InvocationID=ff3feb96-6a12-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:09:19+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e2a5bbe-6a13-11ed-903c-fa4662070a5c | InvocationID=0e2a7202-6a13-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:09:19+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e2a5bbe-6a13-11ed-903c-fa4662070a5c | InvocationID=0e2a7202-6a13-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:09:19+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e2a5bbe-6a13-11ed-903c-fa4662070a5c | InvocationID=0e2a7202-6a13-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:09:29+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08942fe0-6a13-11ed-903c-fa4662070a5c | InvocationID=08943206-6a13-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:09:29+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14871920-6a13-11ed-903c-fa4662070a5c | InvocationID=14871bb4-6a13-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:09:29+0000 | aai_event_thread | 140570862406432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14871920-6a13-11ed-903c-fa4662070a5c | InvocationID=14871bb4-6a13-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:09:29+0000 | aai_event_thread | 140570862406432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=14871920-6a13-11ed-903c-fa4662070a5c | InvocationID=14871bb4-6a13-11ed-903c-fa4662070a5c | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:09:44+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e2a5bbe-6a13-11ed-903c-fa4662070a5c | InvocationID=0e2a7202-6a13-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:09:44+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d171ef0-6a13-11ed-903c-fa4662070a5c | InvocationID=1d1720f8-6a13-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:09:44+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d171ef0-6a13-11ed-903c-fa4662070a5c | InvocationID=1d1720f8-6a13-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:09:44+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d171ef0-6a13-11ed-903c-fa4662070a5c | InvocationID=1d1720f8-6a13-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:09:49+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=14871920-6a13-11ed-903c-fa4662070a5c | InvocationID=14871bb4-6a13-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:09:50+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2077e944-6a13-11ed-903c-fa4662070a5c | InvocationID=2077ebb0-6a13-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:09:50+0000 | aai_event_thread | 140570862406432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2077e944-6a13-11ed-903c-fa4662070a5c | InvocationID=2077ebb0-6a13-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:09:50+0000 | aai_event_thread | 140570862406432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2077e944-6a13-11ed-903c-fa4662070a5c | InvocationID=2077ebb0-6a13-11ed-903c-fa4662070a5c | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:10:09+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d171ef0-6a13-11ed-903c-fa4662070a5c | InvocationID=1d1720f8-6a13-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:10:09+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c023918-6a13-11ed-903c-fa4662070a5c | InvocationID=2c023b16-6a13-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:10:09+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c023918-6a13-11ed-903c-fa4662070a5c | InvocationID=2c023b16-6a13-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:10:09+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c023918-6a13-11ed-903c-fa4662070a5c | InvocationID=2c023b16-6a13-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:10:10+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2077e944-6a13-11ed-903c-fa4662070a5c | InvocationID=2077ebb0-6a13-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:10:10+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c68856a-6a13-11ed-903c-fa4662070a5c | InvocationID=2c688a92-6a13-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:10:10+0000 | aai_event_thread | 140570862406432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c68856a-6a13-11ed-903c-fa4662070a5c | InvocationID=2c688a92-6a13-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:10:10+0000 | aai_event_thread | 140570862406432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c68856a-6a13-11ed-903c-fa4662070a5c | InvocationID=2c688a92-6a13-11ed-903c-fa4662070a5c | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:10:30+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c68856a-6a13-11ed-903c-fa4662070a5c | InvocationID=2c688a92-6a13-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:10:30+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3858aed6-6a13-11ed-903c-fa4662070a5c | InvocationID=3858b480-6a13-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:10:30+0000 | aai_event_thread | 140570862406432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3858aed6-6a13-11ed-903c-fa4662070a5c | InvocationID=3858b480-6a13-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:10:30+0000 | aai_event_thread | 140570862406432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3858aed6-6a13-11ed-903c-fa4662070a5c | InvocationID=3858b480-6a13-11ed-903c-fa4662070a5c | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:10:34+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c023918-6a13-11ed-903c-fa4662070a5c | InvocationID=2c023b16-6a13-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:10:34+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3aee3d28-6a13-11ed-903c-fa4662070a5c | InvocationID=3aee3fc6-6a13-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:10:34+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3aee3d28-6a13-11ed-903c-fa4662070a5c | InvocationID=3aee3fc6-6a13-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:10:34+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3aee3d28-6a13-11ed-903c-fa4662070a5c | InvocationID=3aee3fc6-6a13-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:10:50+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3858aed6-6a13-11ed-903c-fa4662070a5c | InvocationID=3858b480-6a13-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:10:50+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=444b3fa6-6a13-11ed-903c-fa4662070a5c | InvocationID=444b44b0-6a13-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:10:50+0000 | aai_event_thread | 140570862406432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=444b3fa6-6a13-11ed-903c-fa4662070a5c | InvocationID=444b44b0-6a13-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:10:50+0000 | aai_event_thread | 140570862406432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=444b3fa6-6a13-11ed-903c-fa4662070a5c | InvocationID=444b44b0-6a13-11ed-903c-fa4662070a5c | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:10:59+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3aee3d28-6a13-11ed-903c-fa4662070a5c | InvocationID=3aee3fc6-6a13-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:10:59+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49d977d0-6a13-11ed-903c-fa4662070a5c | InvocationID=49d97a0a-6a13-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:10:59+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49d977d0-6a13-11ed-903c-fa4662070a5c | InvocationID=49d97a0a-6a13-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:10:59+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49d977d0-6a13-11ed-903c-fa4662070a5c | InvocationID=49d97a0a-6a13-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:11:10+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=444b3fa6-6a13-11ed-903c-fa4662070a5c | InvocationID=444b44b0-6a13-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:11:10+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=503e30a2-6a13-11ed-903c-fa4662070a5c | InvocationID=503e3390-6a13-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:11:10+0000 | aai_event_thread | 140570862406432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=503e30a2-6a13-11ed-903c-fa4662070a5c | InvocationID=503e3390-6a13-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:11:10+0000 | aai_event_thread | 140570862406432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=503e30a2-6a13-11ed-903c-fa4662070a5c | InvocationID=503e3390-6a13-11ed-903c-fa4662070a5c | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:11:24+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49d977d0-6a13-11ed-903c-fa4662070a5c | InvocationID=49d97a0a-6a13-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:11:24+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58c8a928-6a13-11ed-903c-fa4662070a5c | InvocationID=58c8aba8-6a13-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:11:24+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58c8a928-6a13-11ed-903c-fa4662070a5c | InvocationID=58c8aba8-6a13-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:11:24+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58c8a928-6a13-11ed-903c-fa4662070a5c | InvocationID=58c8aba8-6a13-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:11:30+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=503e30a2-6a13-11ed-903c-fa4662070a5c | InvocationID=503e3390-6a13-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:11:30+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c2f3a64-6a13-11ed-903c-fa4662070a5c | InvocationID=5c2f3d0c-6a13-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:11:30+0000 | aai_event_thread | 140570862406432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c2f3a64-6a13-11ed-903c-fa4662070a5c | InvocationID=5c2f3d0c-6a13-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:11:30+0000 | aai_event_thread | 140570862406432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c2f3a64-6a13-11ed-903c-fa4662070a5c | InvocationID=5c2f3d0c-6a13-11ed-903c-fa4662070a5c | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:11:49+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58c8a928-6a13-11ed-903c-fa4662070a5c | InvocationID=58c8aba8-6a13-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:11:49+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67b3de76-6a13-11ed-903c-fa4662070a5c | InvocationID=67b3e182-6a13-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:11:49+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67b3de76-6a13-11ed-903c-fa4662070a5c | InvocationID=67b3e182-6a13-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:11:49+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67b3de76-6a13-11ed-903c-fa4662070a5c | InvocationID=67b3e182-6a13-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:11:50+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c2f3a64-6a13-11ed-903c-fa4662070a5c | InvocationID=5c2f3d0c-6a13-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:11:50+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68255402-6a13-11ed-903c-fa4662070a5c | InvocationID=68255d26-6a13-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:11:50+0000 | aai_event_thread | 140570862406432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68255402-6a13-11ed-903c-fa4662070a5c | InvocationID=68255d26-6a13-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:11:50+0000 | aai_event_thread | 140570862406432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=68255402-6a13-11ed-903c-fa4662070a5c | InvocationID=68255d26-6a13-11ed-903c-fa4662070a5c | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:12:10+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=68255402-6a13-11ed-903c-fa4662070a5c | InvocationID=68255d26-6a13-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:12:10+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74170846-6a13-11ed-903c-fa4662070a5c | InvocationID=74170a6c-6a13-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:12:10+0000 | aai_event_thread | 140570862406432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74170846-6a13-11ed-903c-fa4662070a5c | InvocationID=74170a6c-6a13-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:12:10+0000 | aai_event_thread | 140570862406432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=74170846-6a13-11ed-903c-fa4662070a5c | InvocationID=74170a6c-6a13-11ed-903c-fa4662070a5c | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:12:14+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67b3de76-6a13-11ed-903c-fa4662070a5c | InvocationID=67b3e182-6a13-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:12:14+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=769f7eb8-6a13-11ed-903c-fa4662070a5c | InvocationID=769f80d4-6a13-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:12:14+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=769f7eb8-6a13-11ed-903c-fa4662070a5c | InvocationID=769f80d4-6a13-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:12:14+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=769f7eb8-6a13-11ed-903c-fa4662070a5c | InvocationID=769f80d4-6a13-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:12:30+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=74170846-6a13-11ed-903c-fa4662070a5c | InvocationID=74170a6c-6a13-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:12:30+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=800d4246-6a13-11ed-903c-fa4662070a5c | InvocationID=800d448a-6a13-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:12:30+0000 | aai_event_thread | 140570862406432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=800d4246-6a13-11ed-903c-fa4662070a5c | InvocationID=800d448a-6a13-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:12:30+0000 | aai_event_thread | 140570862406432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=800d4246-6a13-11ed-903c-fa4662070a5c | InvocationID=800d448a-6a13-11ed-903c-fa4662070a5c | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-11-22T03:12:39+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=769f7eb8-6a13-11ed-903c-fa4662070a5c | InvocationID=769f80d4-6a13-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:12:39+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=858b6612-6a13-11ed-903c-fa4662070a5c | InvocationID=858b6824-6a13-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:12:39+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=858b6612-6a13-11ed-903c-fa4662070a5c | InvocationID=858b6824-6a13-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:12:39+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=858b6612-6a13-11ed-903c-fa4662070a5c | InvocationID=858b6824-6a13-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:12:50+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=800d4246-6a13-11ed-903c-fa4662070a5c | InvocationID=800d448a-6a13-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:12:50+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bfd119e-6a13-11ed-903c-fa4662070a5c | InvocationID=8bfd1446-6a13-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:13:04+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=858b6612-6a13-11ed-903c-fa4662070a5c | InvocationID=858b6824-6a13-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:13:04+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9478d4ac-6a13-11ed-903c-fa4662070a5c | InvocationID=9478da38-6a13-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:13:04+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9478d4ac-6a13-11ed-903c-fa4662070a5c | InvocationID=9478da38-6a13-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:13:04+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9478d4ac-6a13-11ed-903c-fa4662070a5c | InvocationID=9478da38-6a13-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:13:16+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8bfd119e-6a13-11ed-903c-fa4662070a5c | InvocationID=8bfd1446-6a13-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:13:16+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b689e3c-6a13-11ed-903c-fa4662070a5c | InvocationID=9b68a15c-6a13-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:13:29+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9478d4ac-6a13-11ed-903c-fa4662070a5c | InvocationID=9478da38-6a13-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:13:29+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a367d8dc-6a13-11ed-903c-fa4662070a5c | InvocationID=a367daf8-6a13-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:13:29+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a367d8dc-6a13-11ed-903c-fa4662070a5c | InvocationID=a367daf8-6a13-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:13:29+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a367d8dc-6a13-11ed-903c-fa4662070a5c | InvocationID=a367daf8-6a13-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:13:36+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b689e3c-6a13-11ed-903c-fa4662070a5c | InvocationID=9b68a15c-6a13-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:13:36+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7803f0e-6a13-11ed-903c-fa4662070a5c | InvocationID=a7805d18-6a13-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:13:54+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a367d8dc-6a13-11ed-903c-fa4662070a5c | InvocationID=a367daf8-6a13-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:13:54+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b254317e-6a13-11ed-903c-fa4662070a5c | InvocationID=b25433b8-6a13-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:13:54+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b254317e-6a13-11ed-903c-fa4662070a5c | InvocationID=b25433b8-6a13-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:13:54+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b254317e-6a13-11ed-903c-fa4662070a5c | InvocationID=b25433b8-6a13-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:13:56+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a7803f0e-6a13-11ed-903c-fa4662070a5c | InvocationID=a7805d18-6a13-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:13:56+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b37c00c2-6a13-11ed-903c-fa4662070a5c | InvocationID=b37c0734-6a13-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:14:16+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b37c00c2-6a13-11ed-903c-fa4662070a5c | InvocationID=b37c0734-6a13-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:14:16+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf746216-6a13-11ed-903c-fa4662070a5c | InvocationID=bf746518-6a13-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:14:19+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b254317e-6a13-11ed-903c-fa4662070a5c | InvocationID=b25433b8-6a13-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:14:19+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c13f264e-6a13-11ed-903c-fa4662070a5c | InvocationID=c13f2842-6a13-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:14:19+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c13f264e-6a13-11ed-903c-fa4662070a5c | InvocationID=c13f2842-6a13-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:14:19+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c13f264e-6a13-11ed-903c-fa4662070a5c | InvocationID=c13f2842-6a13-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:14:36+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bf746216-6a13-11ed-903c-fa4662070a5c | InvocationID=bf746518-6a13-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:14:36+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb737598-6a13-11ed-903c-fa4662070a5c | InvocationID=cb7377a0-6a13-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:14:44+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c13f264e-6a13-11ed-903c-fa4662070a5c | InvocationID=c13f2842-6a13-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:14:44+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d029b08e-6a13-11ed-903c-fa4662070a5c | InvocationID=d029b32c-6a13-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:14:44+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d029b08e-6a13-11ed-903c-fa4662070a5c | InvocationID=d029b32c-6a13-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:14:44+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d029b08e-6a13-11ed-903c-fa4662070a5c | InvocationID=d029b32c-6a13-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:14:57+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb737598-6a13-11ed-903c-fa4662070a5c | InvocationID=cb7377a0-6a13-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:14:57+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d77ac6d4-6a13-11ed-903c-fa4662070a5c | InvocationID=d77ac8dc-6a13-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:15:09+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d029b08e-6a13-11ed-903c-fa4662070a5c | InvocationID=d029b32c-6a13-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:15:09+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df17632a-6a13-11ed-903c-fa4662070a5c | InvocationID=df17653c-6a13-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:15:09+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df17632a-6a13-11ed-903c-fa4662070a5c | InvocationID=df17653c-6a13-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:15:09+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df17632a-6a13-11ed-903c-fa4662070a5c | InvocationID=df17653c-6a13-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:15:17+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d77ac6d4-6a13-11ed-903c-fa4662070a5c | InvocationID=d77ac8dc-6a13-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:15:17+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3be24b8-6a13-11ed-903c-fa4662070a5c | InvocationID=e3be277e-6a13-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:15:34+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df17632a-6a13-11ed-903c-fa4662070a5c | InvocationID=df17653c-6a13-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:15:34+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee0515ee-6a13-11ed-903c-fa4662070a5c | InvocationID=ee051904-6a13-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:15:34+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee0515ee-6a13-11ed-903c-fa4662070a5c | InvocationID=ee051904-6a13-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:15:34+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee0515ee-6a13-11ed-903c-fa4662070a5c | InvocationID=ee051904-6a13-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:15:42+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e3be24b8-6a13-11ed-903c-fa4662070a5c | InvocationID=e3be277e-6a13-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:15:42+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f28e5a30-6a13-11ed-903c-fa4662070a5c | InvocationID=f28e5d78-6a13-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:15:59+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee0515ee-6a13-11ed-903c-fa4662070a5c | InvocationID=ee051904-6a13-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:15:59+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcf08fc0-6a13-11ed-903c-fa4662070a5c | InvocationID=fcf09948-6a13-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:15:59+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcf08fc0-6a13-11ed-903c-fa4662070a5c | InvocationID=fcf09948-6a13-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:15:59+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fcf08fc0-6a13-11ed-903c-fa4662070a5c | InvocationID=fcf09948-6a13-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:16:07+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f28e5a30-6a13-11ed-903c-fa4662070a5c | InvocationID=f28e5d78-6a13-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:16:07+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=015218fe-6a14-11ed-903c-fa4662070a5c | InvocationID=01521d68-6a14-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:16:24+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fcf08fc0-6a13-11ed-903c-fa4662070a5c | InvocationID=fcf09948-6a13-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:16:24+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bded014-6a14-11ed-903c-fa4662070a5c | InvocationID=0bded762-6a14-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:16:24+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bded014-6a14-11ed-903c-fa4662070a5c | InvocationID=0bded762-6a14-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:16:24+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0bded014-6a14-11ed-903c-fa4662070a5c | InvocationID=0bded762-6a14-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:16:32+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=015218fe-6a14-11ed-903c-fa4662070a5c | InvocationID=01521d68-6a14-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:16:32+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1016ccfe-6a14-11ed-903c-fa4662070a5c | InvocationID=1016d082-6a14-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:16:49+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0bded014-6a14-11ed-903c-fa4662070a5c | InvocationID=0bded762-6a14-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:16:50+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1aceadec-6a14-11ed-903c-fa4662070a5c | InvocationID=1aceb2a6-6a14-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:16:50+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1aceadec-6a14-11ed-903c-fa4662070a5c | InvocationID=1aceb2a6-6a14-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:16:50+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1aceadec-6a14-11ed-903c-fa4662070a5c | InvocationID=1aceb2a6-6a14-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:16:56+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1016ccfe-6a14-11ed-903c-fa4662070a5c | InvocationID=1016d082-6a14-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:16:56+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1eda5a62-6a14-11ed-903c-fa4662070a5c | InvocationID=1eda5c74-6a14-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:17:15+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1aceadec-6a14-11ed-903c-fa4662070a5c | InvocationID=1aceb2a6-6a14-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:17:15+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29ba94a6-6a14-11ed-903c-fa4662070a5c | InvocationID=29baa02c-6a14-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:17:15+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29ba94a6-6a14-11ed-903c-fa4662070a5c | InvocationID=29baa02c-6a14-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:17:15+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29ba94a6-6a14-11ed-903c-fa4662070a5c | InvocationID=29baa02c-6a14-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:17:21+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1eda5a62-6a14-11ed-903c-fa4662070a5c | InvocationID=1eda5c74-6a14-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:17:21+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d9fe062-6a14-11ed-903c-fa4662070a5c | InvocationID=2d9fe27e-6a14-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:17:40+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29ba94a6-6a14-11ed-903c-fa4662070a5c | InvocationID=29baa02c-6a14-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:17:40+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38a969f6-6a14-11ed-903c-fa4662070a5c | InvocationID=38a96c1c-6a14-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:17:40+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38a969f6-6a14-11ed-903c-fa4662070a5c | InvocationID=38a96c1c-6a14-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:17:40+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38a969f6-6a14-11ed-903c-fa4662070a5c | InvocationID=38a96c1c-6a14-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:17:46+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d9fe062-6a14-11ed-903c-fa4662070a5c | InvocationID=2d9fe27e-6a14-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:17:46+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c672826-6a14-11ed-903c-fa4662070a5c | InvocationID=3c672a38-6a14-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:18:05+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38a969f6-6a14-11ed-903c-fa4662070a5c | InvocationID=38a96c1c-6a14-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:18:05+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=479c8632-6a14-11ed-903c-fa4662070a5c | InvocationID=479c88e4-6a14-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:18:05+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=479c8632-6a14-11ed-903c-fa4662070a5c | InvocationID=479c88e4-6a14-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:18:05+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=479c8632-6a14-11ed-903c-fa4662070a5c | InvocationID=479c88e4-6a14-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:18:11+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3c672826-6a14-11ed-903c-fa4662070a5c | InvocationID=3c672a38-6a14-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:18:11+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b2ab1b6-6a14-11ed-903c-fa4662070a5c | InvocationID=4b2ab3b4-6a14-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:18:30+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=479c8632-6a14-11ed-903c-fa4662070a5c | InvocationID=479c88e4-6a14-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:18:30+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56896de0-6a14-11ed-903c-fa4662070a5c | InvocationID=56897290-6a14-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:18:30+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56896de0-6a14-11ed-903c-fa4662070a5c | InvocationID=56897290-6a14-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:18:30+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56896de0-6a14-11ed-903c-fa4662070a5c | InvocationID=56897290-6a14-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:18:35+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4b2ab1b6-6a14-11ed-903c-fa4662070a5c | InvocationID=4b2ab3b4-6a14-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:18:35+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59f779b8-6a14-11ed-903c-fa4662070a5c | InvocationID=59f77bde-6a14-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:18:55+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56896de0-6a14-11ed-903c-fa4662070a5c | InvocationID=56897290-6a14-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:18:55+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65794078-6a14-11ed-903c-fa4662070a5c | InvocationID=657942b2-6a14-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:18:55+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65794078-6a14-11ed-903c-fa4662070a5c | InvocationID=657942b2-6a14-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:18:55+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65794078-6a14-11ed-903c-fa4662070a5c | InvocationID=657942b2-6a14-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:19:00+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=59f779b8-6a14-11ed-903c-fa4662070a5c | InvocationID=59f77bde-6a14-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:19:00+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68bba366-6a14-11ed-903c-fa4662070a5c | InvocationID=68bba53c-6a14-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:19:20+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65794078-6a14-11ed-903c-fa4662070a5c | InvocationID=657942b2-6a14-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:19:20+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7467b3e4-6a14-11ed-903c-fa4662070a5c | InvocationID=7467b6aa-6a14-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:19:20+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7467b3e4-6a14-11ed-903c-fa4662070a5c | InvocationID=7467b6aa-6a14-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:19:20+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7467b3e4-6a14-11ed-903c-fa4662070a5c | InvocationID=7467b6aa-6a14-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:19:25+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=68bba366-6a14-11ed-903c-fa4662070a5c | InvocationID=68bba53c-6a14-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:19:25+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=779f7cea-6a14-11ed-903c-fa4662070a5c | InvocationID=779f7f06-6a14-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:19:45+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7467b3e4-6a14-11ed-903c-fa4662070a5c | InvocationID=7467b6aa-6a14-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:19:45+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8364bf40-6a14-11ed-903c-fa4662070a5c | InvocationID=8364c22e-6a14-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:19:45+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8364bf40-6a14-11ed-903c-fa4662070a5c | InvocationID=8364c22e-6a14-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:19:45+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8364bf40-6a14-11ed-903c-fa4662070a5c | InvocationID=8364c22e-6a14-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:19:50+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=779f7cea-6a14-11ed-903c-fa4662070a5c | InvocationID=779f7f06-6a14-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:19:50+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=866bffa0-6a14-11ed-903c-fa4662070a5c | InvocationID=866c01f8-6a14-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:20:10+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8364bf40-6a14-11ed-903c-fa4662070a5c | InvocationID=8364c22e-6a14-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:20:10+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=926d0d58-6a14-11ed-903c-fa4662070a5c | InvocationID=926d0ff6-6a14-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:20:10+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=926d0d58-6a14-11ed-903c-fa4662070a5c | InvocationID=926d0ff6-6a14-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:20:10+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=926d0d58-6a14-11ed-903c-fa4662070a5c | InvocationID=926d0ff6-6a14-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:20:15+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=866bffa0-6a14-11ed-903c-fa4662070a5c | InvocationID=866c01f8-6a14-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:20:15+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=953c6466-6a14-11ed-903c-fa4662070a5c | InvocationID=953c6678-6a14-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:20:35+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=926d0d58-6a14-11ed-903c-fa4662070a5c | InvocationID=926d0ff6-6a14-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:20:35+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a15b9262-6a14-11ed-903c-fa4662070a5c | InvocationID=a15b9550-6a14-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:20:35+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a15b9262-6a14-11ed-903c-fa4662070a5c | InvocationID=a15b9550-6a14-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:20:35+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a15b9262-6a14-11ed-903c-fa4662070a5c | InvocationID=a15b9550-6a14-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:20:40+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=953c6466-6a14-11ed-903c-fa4662070a5c | InvocationID=953c6678-6a14-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:20:40+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a40ad75c-6a14-11ed-903c-fa4662070a5c | InvocationID=a40ad9e6-6a14-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:21:00+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a15b9262-6a14-11ed-903c-fa4662070a5c | InvocationID=a15b9550-6a14-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:21:00+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b048ac38-6a14-11ed-903c-fa4662070a5c | InvocationID=b048af26-6a14-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:21:00+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b048ac38-6a14-11ed-903c-fa4662070a5c | InvocationID=b048af26-6a14-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:21:00+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b048ac38-6a14-11ed-903c-fa4662070a5c | InvocationID=b048af26-6a14-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:21:05+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a40ad75c-6a14-11ed-903c-fa4662070a5c | InvocationID=a40ad9e6-6a14-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:21:05+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2cde734-6a14-11ed-903c-fa4662070a5c | InvocationID=b2cde9e6-6a14-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:21:25+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b048ac38-6a14-11ed-903c-fa4662070a5c | InvocationID=b048af26-6a14-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:21:25+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf36ed7c-6a14-11ed-903c-fa4662070a5c | InvocationID=bf36f182-6a14-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:21:25+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf36ed7c-6a14-11ed-903c-fa4662070a5c | InvocationID=bf36f182-6a14-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:21:25+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf36ed7c-6a14-11ed-903c-fa4662070a5c | InvocationID=bf36f182-6a14-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:21:29+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b2cde734-6a14-11ed-903c-fa4662070a5c | InvocationID=b2cde9e6-6a14-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:21:29+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1904fd2-6a14-11ed-903c-fa4662070a5c | InvocationID=c19051d0-6a14-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:21:50+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf36ed7c-6a14-11ed-903c-fa4662070a5c | InvocationID=bf36f182-6a14-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:21:50+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce24a234-6a14-11ed-903c-fa4662070a5c | InvocationID=ce24a950-6a14-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:21:50+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce24a234-6a14-11ed-903c-fa4662070a5c | InvocationID=ce24a950-6a14-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:21:50+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce24a234-6a14-11ed-903c-fa4662070a5c | InvocationID=ce24a950-6a14-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:21:54+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1904fd2-6a14-11ed-903c-fa4662070a5c | InvocationID=c19051d0-6a14-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:21:54+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d05f814a-6a14-11ed-903c-fa4662070a5c | InvocationID=d05f83ac-6a14-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:22:15+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce24a234-6a14-11ed-903c-fa4662070a5c | InvocationID=ce24a950-6a14-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:22:15+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd11a60c-6a14-11ed-903c-fa4662070a5c | InvocationID=dd11a81e-6a14-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:22:15+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd11a60c-6a14-11ed-903c-fa4662070a5c | InvocationID=dd11a81e-6a14-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:22:15+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd11a60c-6a14-11ed-903c-fa4662070a5c | InvocationID=dd11a81e-6a14-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:22:19+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d05f814a-6a14-11ed-903c-fa4662070a5c | InvocationID=d05f83ac-6a14-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:22:19+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df287e98-6a14-11ed-903c-fa4662070a5c | InvocationID=df288154-6a14-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:22:40+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd11a60c-6a14-11ed-903c-fa4662070a5c | InvocationID=dd11a81e-6a14-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:22:40+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebfe924c-6a14-11ed-903c-fa4662070a5c | InvocationID=ebfe9468-6a14-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:22:41+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebfe924c-6a14-11ed-903c-fa4662070a5c | InvocationID=ebfe9468-6a14-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:22:41+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ebfe924c-6a14-11ed-903c-fa4662070a5c | InvocationID=ebfe9468-6a14-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:22:44+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df287e98-6a14-11ed-903c-fa4662070a5c | InvocationID=df288154-6a14-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:22:44+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edeece3c-6a14-11ed-903c-fa4662070a5c | InvocationID=edeed03a-6a14-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:23:06+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ebfe924c-6a14-11ed-903c-fa4662070a5c | InvocationID=ebfe9468-6a14-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:23:06+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=faec573a-6a14-11ed-903c-fa4662070a5c | InvocationID=faec59f6-6a14-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:23:06+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=faec573a-6a14-11ed-903c-fa4662070a5c | InvocationID=faec59f6-6a14-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:23:06+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=faec573a-6a14-11ed-903c-fa4662070a5c | InvocationID=faec59f6-6a14-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:23:09+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=edeece3c-6a14-11ed-903c-fa4662070a5c | InvocationID=edeed03a-6a14-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:23:09+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcc73f34-6a14-11ed-903c-fa4662070a5c | InvocationID=fcc7413c-6a14-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:23:31+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=faec573a-6a14-11ed-903c-fa4662070a5c | InvocationID=faec59f6-6a14-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:23:31+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09e10dee-6a15-11ed-903c-fa4662070a5c | InvocationID=09e11154-6a15-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:23:31+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09e10dee-6a15-11ed-903c-fa4662070a5c | InvocationID=09e11154-6a15-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:23:31+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09e10dee-6a15-11ed-903c-fa4662070a5c | InvocationID=09e11154-6a15-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:23:33+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fcc73f34-6a14-11ed-903c-fa4662070a5c | InvocationID=fcc7413c-6a14-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:23:33+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b8f2cf2-6a15-11ed-903c-fa4662070a5c | InvocationID=0b8f2fa4-6a15-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:23:56+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09e10dee-6a15-11ed-903c-fa4662070a5c | InvocationID=09e11154-6a15-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:23:56+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18e4f26a-6a15-11ed-903c-fa4662070a5c | InvocationID=18e4f4fe-6a15-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:23:56+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18e4f26a-6a15-11ed-903c-fa4662070a5c | InvocationID=18e4f4fe-6a15-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:23:56+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18e4f26a-6a15-11ed-903c-fa4662070a5c | InvocationID=18e4f4fe-6a15-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:23:58+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0b8f2cf2-6a15-11ed-903c-fa4662070a5c | InvocationID=0b8f2fa4-6a15-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:23:58+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a55dc68-6a15-11ed-903c-fa4662070a5c | InvocationID=1a55de52-6a15-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:24:21+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18e4f26a-6a15-11ed-903c-fa4662070a5c | InvocationID=18e4f4fe-6a15-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:24:21+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27cfb990-6a15-11ed-903c-fa4662070a5c | InvocationID=27cfbbac-6a15-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:24:21+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27cfb990-6a15-11ed-903c-fa4662070a5c | InvocationID=27cfbbac-6a15-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:24:21+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27cfb990-6a15-11ed-903c-fa4662070a5c | InvocationID=27cfbbac-6a15-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:24:23+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a55dc68-6a15-11ed-903c-fa4662070a5c | InvocationID=1a55de52-6a15-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:24:23+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=291d6a22-6a15-11ed-903c-fa4662070a5c | InvocationID=291d6c98-6a15-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:24:46+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27cfb990-6a15-11ed-903c-fa4662070a5c | InvocationID=27cfbbac-6a15-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:24:46+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36bb1620-6a15-11ed-903c-fa4662070a5c | InvocationID=36bb1882-6a15-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:24:46+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36bb1620-6a15-11ed-903c-fa4662070a5c | InvocationID=36bb1882-6a15-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:24:46+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36bb1620-6a15-11ed-903c-fa4662070a5c | InvocationID=36bb1882-6a15-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:24:48+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=291d6a22-6a15-11ed-903c-fa4662070a5c | InvocationID=291d6c98-6a15-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:24:48+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37e2662a-6a15-11ed-903c-fa4662070a5c | InvocationID=37e2683c-6a15-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:25:11+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36bb1620-6a15-11ed-903c-fa4662070a5c | InvocationID=36bb1882-6a15-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:25:11+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45a6ae7e-6a15-11ed-903c-fa4662070a5c | InvocationID=45a6b1da-6a15-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:25:11+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45a6ae7e-6a15-11ed-903c-fa4662070a5c | InvocationID=45a6b1da-6a15-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:25:11+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45a6ae7e-6a15-11ed-903c-fa4662070a5c | InvocationID=45a6b1da-6a15-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:25:13+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=37e2662a-6a15-11ed-903c-fa4662070a5c | InvocationID=37e2683c-6a15-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:25:13+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46aaa668-6a15-11ed-903c-fa4662070a5c | InvocationID=46aaa9d8-6a15-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:25:36+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45a6ae7e-6a15-11ed-903c-fa4662070a5c | InvocationID=45a6b1da-6a15-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:25:36+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5493bd64-6a15-11ed-903c-fa4662070a5c | InvocationID=5493c232-6a15-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:25:36+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5493bd64-6a15-11ed-903c-fa4662070a5c | InvocationID=5493c232-6a15-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:25:36+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5493bd64-6a15-11ed-903c-fa4662070a5c | InvocationID=5493c232-6a15-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:25:37+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=46aaa668-6a15-11ed-903c-fa4662070a5c | InvocationID=46aaa9d8-6a15-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:25:37+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=556bf698-6a15-11ed-903c-fa4662070a5c | InvocationID=556bf9ea-6a15-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:26:01+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5493bd64-6a15-11ed-903c-fa4662070a5c | InvocationID=5493c232-6a15-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:26:01+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=637fdf06-6a15-11ed-903c-fa4662070a5c | InvocationID=637fe104-6a15-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:26:01+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=637fdf06-6a15-11ed-903c-fa4662070a5c | InvocationID=637fe104-6a15-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:26:01+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=637fdf06-6a15-11ed-903c-fa4662070a5c | InvocationID=637fe104-6a15-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:26:02+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=556bf698-6a15-11ed-903c-fa4662070a5c | InvocationID=556bf9ea-6a15-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:26:02+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=642cd508-6a15-11ed-903c-fa4662070a5c | InvocationID=642cd6e8-6a15-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:26:26+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=637fdf06-6a15-11ed-903c-fa4662070a5c | InvocationID=637fe104-6a15-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:26:26+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=726f39ee-6a15-11ed-903c-fa4662070a5c | InvocationID=726f3c78-6a15-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:26:26+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=726f39ee-6a15-11ed-903c-fa4662070a5c | InvocationID=726f3c78-6a15-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:26:26+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=726f39ee-6a15-11ed-903c-fa4662070a5c | InvocationID=726f3c78-6a15-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:26:27+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=642cd508-6a15-11ed-903c-fa4662070a5c | InvocationID=642cd6e8-6a15-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:26:27+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72f7f0f4-6a15-11ed-903c-fa4662070a5c | InvocationID=72f7fdc4-6a15-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:26:51+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=726f39ee-6a15-11ed-903c-fa4662070a5c | InvocationID=726f3c78-6a15-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:26:51+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=815a4f7a-6a15-11ed-903c-fa4662070a5c | InvocationID=815a5196-6a15-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:26:51+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=815a4f7a-6a15-11ed-903c-fa4662070a5c | InvocationID=815a5196-6a15-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:26:51+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=815a4f7a-6a15-11ed-903c-fa4662070a5c | InvocationID=815a5196-6a15-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:26:52+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72f7f0f4-6a15-11ed-903c-fa4662070a5c | InvocationID=72f7fdc4-6a15-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:26:52+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81b9ad08-6a15-11ed-903c-fa4662070a5c | InvocationID=81b9afce-6a15-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:27:16+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=815a4f7a-6a15-11ed-903c-fa4662070a5c | InvocationID=815a5196-6a15-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:27:16+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=904654ca-6a15-11ed-903c-fa4662070a5c | InvocationID=90465768-6a15-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:27:16+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=904654ca-6a15-11ed-903c-fa4662070a5c | InvocationID=90465768-6a15-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:27:16+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=904654ca-6a15-11ed-903c-fa4662070a5c | InvocationID=90465768-6a15-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:27:16+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=81b9ad08-6a15-11ed-903c-fa4662070a5c | InvocationID=81b9afce-6a15-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:27:16+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=907d16ea-6a15-11ed-903c-fa4662070a5c | InvocationID=907d19c4-6a15-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:27:41+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=904654ca-6a15-11ed-903c-fa4662070a5c | InvocationID=90465768-6a15-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:27:41+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f342b6a-6a15-11ed-903c-fa4662070a5c | InvocationID=9f342d72-6a15-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:27:41+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f342b6a-6a15-11ed-903c-fa4662070a5c | InvocationID=9f342d72-6a15-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:27:41+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f342b6a-6a15-11ed-903c-fa4662070a5c | InvocationID=9f342d72-6a15-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:27:41+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=907d16ea-6a15-11ed-903c-fa4662070a5c | InvocationID=907d19c4-6a15-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:27:41+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f3f060c-6a15-11ed-903c-fa4662070a5c | InvocationID=9f3f0850-6a15-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:28:06+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f3f060c-6a15-11ed-903c-fa4662070a5c | InvocationID=9f3f0850-6a15-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:28:06+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae040a5c-6a15-11ed-903c-fa4662070a5c | InvocationID=ae040cb4-6a15-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:28:06+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f342b6a-6a15-11ed-903c-fa4662070a5c | InvocationID=9f342d72-6a15-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:28:06+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae1f8f8e-6a15-11ed-903c-fa4662070a5c | InvocationID=ae1f93c6-6a15-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:28:06+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae1f8f8e-6a15-11ed-903c-fa4662070a5c | InvocationID=ae1f93c6-6a15-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:28:06+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae1f8f8e-6a15-11ed-903c-fa4662070a5c | InvocationID=ae1f93c6-6a15-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:28:31+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae040a5c-6a15-11ed-903c-fa4662070a5c | InvocationID=ae040cb4-6a15-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:28:31+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bccfba7c-6a15-11ed-903c-fa4662070a5c | InvocationID=bccfbdce-6a15-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:28:31+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae1f8f8e-6a15-11ed-903c-fa4662070a5c | InvocationID=ae1f93c6-6a15-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:28:31+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd0d7baa-6a15-11ed-903c-fa4662070a5c | InvocationID=bd0d7d9e-6a15-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:28:31+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd0d7baa-6a15-11ed-903c-fa4662070a5c | InvocationID=bd0d7d9e-6a15-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:28:31+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd0d7baa-6a15-11ed-903c-fa4662070a5c | InvocationID=bd0d7d9e-6a15-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:28:56+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bccfba7c-6a15-11ed-903c-fa4662070a5c | InvocationID=bccfbdce-6a15-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:28:56+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb9e2606-6a15-11ed-903c-fa4662070a5c | InvocationID=cb9e28fe-6a15-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:28:56+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd0d7baa-6a15-11ed-903c-fa4662070a5c | InvocationID=bd0d7d9e-6a15-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:28:56+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbf83916-6a15-11ed-903c-fa4662070a5c | InvocationID=cbf83b32-6a15-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:28:56+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbf83916-6a15-11ed-903c-fa4662070a5c | InvocationID=cbf83b32-6a15-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:28:56+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbf83916-6a15-11ed-903c-fa4662070a5c | InvocationID=cbf83b32-6a15-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:29:20+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb9e2606-6a15-11ed-903c-fa4662070a5c | InvocationID=cb9e28fe-6a15-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:29:20+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da6258a6-6a15-11ed-903c-fa4662070a5c | InvocationID=da625aae-6a15-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:29:21+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbf83916-6a15-11ed-903c-fa4662070a5c | InvocationID=cbf83b32-6a15-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:29:21+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dae39dbc-6a15-11ed-903c-fa4662070a5c | InvocationID=dae3a190-6a15-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:29:21+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dae39dbc-6a15-11ed-903c-fa4662070a5c | InvocationID=dae3a190-6a15-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:29:21+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dae39dbc-6a15-11ed-903c-fa4662070a5c | InvocationID=dae3a190-6a15-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:29:45+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da6258a6-6a15-11ed-903c-fa4662070a5c | InvocationID=da625aae-6a15-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:29:45+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9288126-6a15-11ed-903c-fa4662070a5c | InvocationID=e92883e2-6a15-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:29:46+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dae39dbc-6a15-11ed-903c-fa4662070a5c | InvocationID=dae3a190-6a15-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:29:46+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9d07c46-6a15-11ed-903c-fa4662070a5c | InvocationID=e9d07e6c-6a15-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:29:46+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9d07c46-6a15-11ed-903c-fa4662070a5c | InvocationID=e9d07e6c-6a15-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:29:46+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9d07c46-6a15-11ed-903c-fa4662070a5c | InvocationID=e9d07e6c-6a15-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:30:10+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9288126-6a15-11ed-903c-fa4662070a5c | InvocationID=e92883e2-6a15-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:30:10+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7eb8276-6a15-11ed-903c-fa4662070a5c | InvocationID=f7eb84f6-6a15-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:30:11+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9d07c46-6a15-11ed-903c-fa4662070a5c | InvocationID=e9d07e6c-6a15-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:30:11+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8bb3aac-6a15-11ed-903c-fa4662070a5c | InvocationID=f8bb3caa-6a15-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:30:11+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8bb3aac-6a15-11ed-903c-fa4662070a5c | InvocationID=f8bb3caa-6a15-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:30:11+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8bb3aac-6a15-11ed-903c-fa4662070a5c | InvocationID=f8bb3caa-6a15-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:30:35+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f7eb8276-6a15-11ed-903c-fa4662070a5c | InvocationID=f7eb84f6-6a15-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:30:35+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06b04d64-6a16-11ed-903c-fa4662070a5c | InvocationID=06b0508e-6a16-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:30:36+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8bb3aac-6a15-11ed-903c-fa4662070a5c | InvocationID=f8bb3caa-6a15-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:30:36+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07a74f88-6a16-11ed-903c-fa4662070a5c | InvocationID=07a754ba-6a16-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:30:36+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07a74f88-6a16-11ed-903c-fa4662070a5c | InvocationID=07a754ba-6a16-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:30:36+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07a74f88-6a16-11ed-903c-fa4662070a5c | InvocationID=07a754ba-6a16-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:31:00+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=06b04d64-6a16-11ed-903c-fa4662070a5c | InvocationID=06b0508e-6a16-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:31:00+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1574efe4-6a16-11ed-903c-fa4662070a5c | InvocationID=1574f4ee-6a16-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:31:01+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07a74f88-6a16-11ed-903c-fa4662070a5c | InvocationID=07a754ba-6a16-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:31:01+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16922fae-6a16-11ed-903c-fa4662070a5c | InvocationID=16923c74-6a16-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:31:01+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16922fae-6a16-11ed-903c-fa4662070a5c | InvocationID=16923c74-6a16-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:31:01+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16922fae-6a16-11ed-903c-fa4662070a5c | InvocationID=16923c74-6a16-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:31:24+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1574efe4-6a16-11ed-903c-fa4662070a5c | InvocationID=1574f4ee-6a16-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:31:24+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2435e57e-6a16-11ed-903c-fa4662070a5c | InvocationID=2435ec72-6a16-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:31:26+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16922fae-6a16-11ed-903c-fa4662070a5c | InvocationID=16923c74-6a16-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:31:26+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=257e86ca-6a16-11ed-903c-fa4662070a5c | InvocationID=257e8e7c-6a16-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:31:26+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=257e86ca-6a16-11ed-903c-fa4662070a5c | InvocationID=257e8e7c-6a16-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:31:26+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=257e86ca-6a16-11ed-903c-fa4662070a5c | InvocationID=257e8e7c-6a16-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:31:49+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2435e57e-6a16-11ed-903c-fa4662070a5c | InvocationID=2435ec72-6a16-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:31:49+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32f954ba-6a16-11ed-903c-fa4662070a5c | InvocationID=32f956b8-6a16-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:31:51+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=257e86ca-6a16-11ed-903c-fa4662070a5c | InvocationID=257e8e7c-6a16-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:31:51+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3469b240-6a16-11ed-903c-fa4662070a5c | InvocationID=3469b448-6a16-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:31:51+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3469b240-6a16-11ed-903c-fa4662070a5c | InvocationID=3469b448-6a16-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:31:51+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3469b240-6a16-11ed-903c-fa4662070a5c | InvocationID=3469b448-6a16-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:32:14+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=32f954ba-6a16-11ed-903c-fa4662070a5c | InvocationID=32f956b8-6a16-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:32:14+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41c0309a-6a16-11ed-903c-fa4662070a5c | InvocationID=41c03374-6a16-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:32:16+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3469b240-6a16-11ed-903c-fa4662070a5c | InvocationID=3469b448-6a16-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:32:16+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4354a7b0-6a16-11ed-903c-fa4662070a5c | InvocationID=4354ab66-6a16-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:32:17+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4354a7b0-6a16-11ed-903c-fa4662070a5c | InvocationID=4354ab66-6a16-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:32:17+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4354a7b0-6a16-11ed-903c-fa4662070a5c | InvocationID=4354ab66-6a16-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:32:39+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41c0309a-6a16-11ed-903c-fa4662070a5c | InvocationID=41c03374-6a16-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:32:39+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5081e970-6a16-11ed-903c-fa4662070a5c | InvocationID=5081f7a8-6a16-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:32:42+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4354a7b0-6a16-11ed-903c-fa4662070a5c | InvocationID=4354ab66-6a16-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:32:42+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52432350-6a16-11ed-903c-fa4662070a5c | InvocationID=524326f2-6a16-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:32:42+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52432350-6a16-11ed-903c-fa4662070a5c | InvocationID=524326f2-6a16-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:32:42+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52432350-6a16-11ed-903c-fa4662070a5c | InvocationID=524326f2-6a16-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:33:03+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5081e970-6a16-11ed-903c-fa4662070a5c | InvocationID=5081f7a8-6a16-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:33:03+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f432d48-6a16-11ed-903c-fa4662070a5c | InvocationID=5f433054-6a16-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:33:07+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52432350-6a16-11ed-903c-fa4662070a5c | InvocationID=524326f2-6a16-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:33:07+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=612e130c-6a16-11ed-903c-fa4662070a5c | InvocationID=612e15b4-6a16-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:33:07+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=612e130c-6a16-11ed-903c-fa4662070a5c | InvocationID=612e15b4-6a16-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:33:07+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=612e130c-6a16-11ed-903c-fa4662070a5c | InvocationID=612e15b4-6a16-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:33:28+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f432d48-6a16-11ed-903c-fa4662070a5c | InvocationID=5f433054-6a16-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:33:28+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e06a7c4-6a16-11ed-903c-fa4662070a5c | InvocationID=6e06b480-6a16-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:33:32+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=612e130c-6a16-11ed-903c-fa4662070a5c | InvocationID=612e15b4-6a16-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:33:32+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7019a5de-6a16-11ed-903c-fa4662070a5c | InvocationID=7019a7f0-6a16-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:33:32+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7019a5de-6a16-11ed-903c-fa4662070a5c | InvocationID=7019a7f0-6a16-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:33:32+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7019a5de-6a16-11ed-903c-fa4662070a5c | InvocationID=7019a7f0-6a16-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:33:53+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e06a7c4-6a16-11ed-903c-fa4662070a5c | InvocationID=6e06b480-6a16-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:33:53+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cc8f24e-6a16-11ed-903c-fa4662070a5c | InvocationID=7cc8f500-6a16-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:33:57+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7019a5de-6a16-11ed-903c-fa4662070a5c | InvocationID=7019a7f0-6a16-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:33:57+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f052262-6a16-11ed-903c-fa4662070a5c | InvocationID=7f052442-6a16-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:33:57+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f052262-6a16-11ed-903c-fa4662070a5c | InvocationID=7f052442-6a16-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:33:57+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f052262-6a16-11ed-903c-fa4662070a5c | InvocationID=7f052442-6a16-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:34:18+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7cc8f24e-6a16-11ed-903c-fa4662070a5c | InvocationID=7cc8f500-6a16-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:34:18+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b8c3cf0-6a16-11ed-903c-fa4662070a5c | InvocationID=8b8c3f2a-6a16-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:34:22+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f052262-6a16-11ed-903c-fa4662070a5c | InvocationID=7f052442-6a16-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:34:22+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8defede8-6a16-11ed-903c-fa4662070a5c | InvocationID=8deff1ee-6a16-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:34:22+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8defede8-6a16-11ed-903c-fa4662070a5c | InvocationID=8deff1ee-6a16-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:34:22+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8defede8-6a16-11ed-903c-fa4662070a5c | InvocationID=8deff1ee-6a16-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:34:42+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b8c3cf0-6a16-11ed-903c-fa4662070a5c | InvocationID=8b8c3f2a-6a16-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:34:42+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a4ec848-6a16-11ed-903c-fa4662070a5c | InvocationID=9a4ecabe-6a16-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:34:47+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8defede8-6a16-11ed-903c-fa4662070a5c | InvocationID=8deff1ee-6a16-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:34:47+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cdaa33e-6a16-11ed-903c-fa4662070a5c | InvocationID=9cdaa5a0-6a16-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:34:47+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cdaa33e-6a16-11ed-903c-fa4662070a5c | InvocationID=9cdaa5a0-6a16-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:34:47+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9cdaa33e-6a16-11ed-903c-fa4662070a5c | InvocationID=9cdaa5a0-6a16-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:35:07+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a4ec848-6a16-11ed-903c-fa4662070a5c | InvocationID=9a4ecabe-6a16-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:35:07+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9117e7a-6a16-11ed-903c-fa4662070a5c | InvocationID=a9118154-6a16-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:35:12+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9cdaa33e-6a16-11ed-903c-fa4662070a5c | InvocationID=9cdaa5a0-6a16-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:35:12+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abc5de04-6a16-11ed-903c-fa4662070a5c | InvocationID=abc5e098-6a16-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:35:12+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abc5de04-6a16-11ed-903c-fa4662070a5c | InvocationID=abc5e098-6a16-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:35:12+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abc5de04-6a16-11ed-903c-fa4662070a5c | InvocationID=abc5e098-6a16-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:35:32+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9117e7a-6a16-11ed-903c-fa4662070a5c | InvocationID=a9118154-6a16-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:35:32+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7dd4a88-6a16-11ed-903c-fa4662070a5c | InvocationID=b7dd4de4-6a16-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:35:37+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abc5de04-6a16-11ed-903c-fa4662070a5c | InvocationID=abc5e098-6a16-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:35:37+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bab61ce4-6a16-11ed-903c-fa4662070a5c | InvocationID=bab61eec-6a16-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:35:37+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bab61ce4-6a16-11ed-903c-fa4662070a5c | InvocationID=bab61eec-6a16-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:35:37+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bab61ce4-6a16-11ed-903c-fa4662070a5c | InvocationID=bab61eec-6a16-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:35:57+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7dd4a88-6a16-11ed-903c-fa4662070a5c | InvocationID=b7dd4de4-6a16-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:35:57+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c69ea1a2-6a16-11ed-903c-fa4662070a5c | InvocationID=c69ea76a-6a16-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:36:02+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bab61ce4-6a16-11ed-903c-fa4662070a5c | InvocationID=bab61eec-6a16-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:36:02+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9a27978-6a16-11ed-903c-fa4662070a5c | InvocationID=c9a27c7a-6a16-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:36:02+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9a27978-6a16-11ed-903c-fa4662070a5c | InvocationID=c9a27c7a-6a16-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:36:02+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9a27978-6a16-11ed-903c-fa4662070a5c | InvocationID=c9a27c7a-6a16-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:36:22+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c69ea1a2-6a16-11ed-903c-fa4662070a5c | InvocationID=c69ea76a-6a16-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:36:22+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5606f2c-6a16-11ed-903c-fa4662070a5c | InvocationID=d560721a-6a16-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:36:27+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9a27978-6a16-11ed-903c-fa4662070a5c | InvocationID=c9a27c7a-6a16-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:36:27+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d88e92a0-6a16-11ed-903c-fa4662070a5c | InvocationID=d88e970a-6a16-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:36:27+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d88e92a0-6a16-11ed-903c-fa4662070a5c | InvocationID=d88e970a-6a16-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:36:27+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d88e92a0-6a16-11ed-903c-fa4662070a5c | InvocationID=d88e970a-6a16-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:36:46+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d5606f2c-6a16-11ed-903c-fa4662070a5c | InvocationID=d560721a-6a16-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:36:46+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4245f50-6a16-11ed-903c-fa4662070a5c | InvocationID=e42470c6-6a16-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:36:52+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d88e92a0-6a16-11ed-903c-fa4662070a5c | InvocationID=d88e970a-6a16-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:36:52+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e77a295a-6a16-11ed-903c-fa4662070a5c | InvocationID=e77a2cfc-6a16-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:36:52+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e77a295a-6a16-11ed-903c-fa4662070a5c | InvocationID=e77a2cfc-6a16-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:36:52+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e77a295a-6a16-11ed-903c-fa4662070a5c | InvocationID=e77a2cfc-6a16-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:37:11+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4245f50-6a16-11ed-903c-fa4662070a5c | InvocationID=e42470c6-6a16-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:37:11+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2e816bc-6a16-11ed-903c-fa4662070a5c | InvocationID=f2e81946-6a16-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:37:17+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e77a295a-6a16-11ed-903c-fa4662070a5c | InvocationID=e77a2cfc-6a16-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:37:17+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f66681f2-6a16-11ed-903c-fa4662070a5c | InvocationID=f66685ee-6a16-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:37:17+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f66681f2-6a16-11ed-903c-fa4662070a5c | InvocationID=f66685ee-6a16-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:37:17+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f66681f2-6a16-11ed-903c-fa4662070a5c | InvocationID=f66685ee-6a16-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:37:36+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f2e816bc-6a16-11ed-903c-fa4662070a5c | InvocationID=f2e81946-6a16-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:37:36+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01ad455a-6a17-11ed-903c-fa4662070a5c | InvocationID=01ad4816-6a17-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:37:42+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f66681f2-6a16-11ed-903c-fa4662070a5c | InvocationID=f66685ee-6a16-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:37:42+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=055438b2-6a17-11ed-903c-fa4662070a5c | InvocationID=05543b28-6a17-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:37:42+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=055438b2-6a17-11ed-903c-fa4662070a5c | InvocationID=05543b28-6a17-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:37:42+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=055438b2-6a17-11ed-903c-fa4662070a5c | InvocationID=05543b28-6a17-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:38:01+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01ad455a-6a17-11ed-903c-fa4662070a5c | InvocationID=01ad4816-6a17-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:38:01+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10738d1a-6a17-11ed-903c-fa4662070a5c | InvocationID=1073909e-6a17-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:38:07+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=055438b2-6a17-11ed-903c-fa4662070a5c | InvocationID=05543b28-6a17-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:38:07+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=143fbcfc-6a17-11ed-903c-fa4662070a5c | InvocationID=143fbf86-6a17-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:38:07+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=143fbcfc-6a17-11ed-903c-fa4662070a5c | InvocationID=143fbf86-6a17-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:38:07+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=143fbcfc-6a17-11ed-903c-fa4662070a5c | InvocationID=143fbf86-6a17-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:38:25+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10738d1a-6a17-11ed-903c-fa4662070a5c | InvocationID=1073909e-6a17-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:38:25+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f383ddc-6a17-11ed-903c-fa4662070a5c | InvocationID=1f383ff8-6a17-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:38:32+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=143fbcfc-6a17-11ed-903c-fa4662070a5c | InvocationID=143fbf86-6a17-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:38:32+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=232ca45a-6a17-11ed-903c-fa4662070a5c | InvocationID=232ca6da-6a17-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:38:32+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=232ca45a-6a17-11ed-903c-fa4662070a5c | InvocationID=232ca6da-6a17-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:38:32+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=232ca45a-6a17-11ed-903c-fa4662070a5c | InvocationID=232ca6da-6a17-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:38:50+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f383ddc-6a17-11ed-903c-fa4662070a5c | InvocationID=1f383ff8-6a17-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:38:50+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2df85bc2-6a17-11ed-903c-fa4662070a5c | InvocationID=2df85e24-6a17-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:38:57+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=232ca45a-6a17-11ed-903c-fa4662070a5c | InvocationID=232ca6da-6a17-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:38:57+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3222d6d2-6a17-11ed-903c-fa4662070a5c | InvocationID=3222d9c0-6a17-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:38:57+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3222d6d2-6a17-11ed-903c-fa4662070a5c | InvocationID=3222d9c0-6a17-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:38:57+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3222d6d2-6a17-11ed-903c-fa4662070a5c | InvocationID=3222d9c0-6a17-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:39:15+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2df85bc2-6a17-11ed-903c-fa4662070a5c | InvocationID=2df85e24-6a17-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:39:15+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cb87994-6a17-11ed-903c-fa4662070a5c | InvocationID=3cb87b9c-6a17-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:39:22+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3222d6d2-6a17-11ed-903c-fa4662070a5c | InvocationID=3222d9c0-6a17-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:39:22+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=410ffb2a-6a17-11ed-903c-fa4662070a5c | InvocationID=410ffe72-6a17-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:39:22+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=410ffb2a-6a17-11ed-903c-fa4662070a5c | InvocationID=410ffe72-6a17-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:39:22+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=410ffb2a-6a17-11ed-903c-fa4662070a5c | InvocationID=410ffe72-6a17-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:39:40+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3cb87994-6a17-11ed-903c-fa4662070a5c | InvocationID=3cb87b9c-6a17-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:39:40+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b7a0d44-6a17-11ed-903c-fa4662070a5c | InvocationID=4b7a1190-6a17-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:39:47+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=410ffb2a-6a17-11ed-903c-fa4662070a5c | InvocationID=410ffe72-6a17-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:39:47+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ffe48ee-6a17-11ed-903c-fa4662070a5c | InvocationID=4ffe4c0e-6a17-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:39:47+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ffe48ee-6a17-11ed-903c-fa4662070a5c | InvocationID=4ffe4c0e-6a17-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:39:47+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ffe48ee-6a17-11ed-903c-fa4662070a5c | InvocationID=4ffe4c0e-6a17-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:40:04+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4b7a0d44-6a17-11ed-903c-fa4662070a5c | InvocationID=4b7a1190-6a17-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:40:04+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a3c3d84-6a17-11ed-903c-fa4662070a5c | InvocationID=5a3c407c-6a17-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:40:12+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ffe48ee-6a17-11ed-903c-fa4662070a5c | InvocationID=4ffe4c0e-6a17-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:40:12+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5eeb712e-6a17-11ed-903c-fa4662070a5c | InvocationID=5eeb770a-6a17-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:40:12+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5eeb712e-6a17-11ed-903c-fa4662070a5c | InvocationID=5eeb770a-6a17-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:40:12+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5eeb712e-6a17-11ed-903c-fa4662070a5c | InvocationID=5eeb770a-6a17-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:40:29+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a3c3d84-6a17-11ed-903c-fa4662070a5c | InvocationID=5a3c407c-6a17-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:40:29+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6900d686-6a17-11ed-903c-fa4662070a5c | InvocationID=6900d898-6a17-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:40:37+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5eeb712e-6a17-11ed-903c-fa4662070a5c | InvocationID=5eeb770a-6a17-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:40:37+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dd9cc44-6a17-11ed-903c-fa4662070a5c | InvocationID=6dd9cec4-6a17-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:40:37+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dd9cc44-6a17-11ed-903c-fa4662070a5c | InvocationID=6dd9cec4-6a17-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:40:37+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6dd9cc44-6a17-11ed-903c-fa4662070a5c | InvocationID=6dd9cec4-6a17-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:40:54+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6900d686-6a17-11ed-903c-fa4662070a5c | InvocationID=6900d898-6a17-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:40:54+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77c1b7c6-6a17-11ed-903c-fa4662070a5c | InvocationID=77c1b9ce-6a17-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:41:02+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6dd9cc44-6a17-11ed-903c-fa4662070a5c | InvocationID=6dd9cec4-6a17-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:41:02+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cc8e172-6a17-11ed-903c-fa4662070a5c | InvocationID=7cc8ef14-6a17-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:41:02+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cc8e172-6a17-11ed-903c-fa4662070a5c | InvocationID=7cc8ef14-6a17-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:41:02+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7cc8e172-6a17-11ed-903c-fa4662070a5c | InvocationID=7cc8ef14-6a17-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:41:19+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=77c1b7c6-6a17-11ed-903c-fa4662070a5c | InvocationID=77c1b9ce-6a17-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:41:19+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86829cbc-6a17-11ed-903c-fa4662070a5c | InvocationID=86829f5a-6a17-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:41:27+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7cc8e172-6a17-11ed-903c-fa4662070a5c | InvocationID=7cc8ef14-6a17-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:41:27+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bb38520-6a17-11ed-903c-fa4662070a5c | InvocationID=8bb38732-6a17-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:41:27+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bb38520-6a17-11ed-903c-fa4662070a5c | InvocationID=8bb38732-6a17-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:41:27+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8bb38520-6a17-11ed-903c-fa4662070a5c | InvocationID=8bb38732-6a17-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:41:43+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86829cbc-6a17-11ed-903c-fa4662070a5c | InvocationID=86829f5a-6a17-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:41:43+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9547400e-6a17-11ed-903c-fa4662070a5c | InvocationID=95474dce-6a17-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:41:52+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8bb38520-6a17-11ed-903c-fa4662070a5c | InvocationID=8bb38732-6a17-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:41:52+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a9df1c4-6a17-11ed-903c-fa4662070a5c | InvocationID=9a9df3f4-6a17-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:41:52+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a9df1c4-6a17-11ed-903c-fa4662070a5c | InvocationID=9a9df3f4-6a17-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:41:52+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a9df1c4-6a17-11ed-903c-fa4662070a5c | InvocationID=9a9df3f4-6a17-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:42:08+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9547400e-6a17-11ed-903c-fa4662070a5c | InvocationID=95474dce-6a17-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:42:08+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a40aa3ba-6a17-11ed-903c-fa4662070a5c | InvocationID=a40aa630-6a17-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:42:17+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a9df1c4-6a17-11ed-903c-fa4662070a5c | InvocationID=9a9df3f4-6a17-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:42:17+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9891fd8-6a17-11ed-903c-fa4662070a5c | InvocationID=a98922bc-6a17-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:42:17+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9891fd8-6a17-11ed-903c-fa4662070a5c | InvocationID=a98922bc-6a17-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:42:17+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9891fd8-6a17-11ed-903c-fa4662070a5c | InvocationID=a98922bc-6a17-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:42:33+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a40aa3ba-6a17-11ed-903c-fa4662070a5c | InvocationID=a40aa630-6a17-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:42:33+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2cd85f2-6a17-11ed-903c-fa4662070a5c | InvocationID=b2cd8868-6a17-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:42:42+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9891fd8-6a17-11ed-903c-fa4662070a5c | InvocationID=a98922bc-6a17-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:42:42+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8744270-6a17-11ed-903c-fa4662070a5c | InvocationID=b87444fa-6a17-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:42:43+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8744270-6a17-11ed-903c-fa4662070a5c | InvocationID=b87444fa-6a17-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:42:43+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8744270-6a17-11ed-903c-fa4662070a5c | InvocationID=b87444fa-6a17-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:42:58+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b2cd85f2-6a17-11ed-903c-fa4662070a5c | InvocationID=b2cd8868-6a17-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:42:58+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c18fc474-6a17-11ed-903c-fa4662070a5c | InvocationID=c18fc7bc-6a17-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:43:08+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8744270-6a17-11ed-903c-fa4662070a5c | InvocationID=b87444fa-6a17-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:43:08+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7610ee4-6a17-11ed-903c-fa4662070a5c | InvocationID=c76110f6-6a17-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:43:08+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7610ee4-6a17-11ed-903c-fa4662070a5c | InvocationID=c76110f6-6a17-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:43:08+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7610ee4-6a17-11ed-903c-fa4662070a5c | InvocationID=c76110f6-6a17-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:43:23+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c18fc474-6a17-11ed-903c-fa4662070a5c | InvocationID=c18fc7bc-6a17-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:43:23+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0514aaa-6a17-11ed-903c-fa4662070a5c | InvocationID=d0514f5a-6a17-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:43:33+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7610ee4-6a17-11ed-903c-fa4662070a5c | InvocationID=c76110f6-6a17-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:43:33+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d64f04a6-6a17-11ed-903c-fa4662070a5c | InvocationID=d64f06ae-6a17-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:43:33+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d64f04a6-6a17-11ed-903c-fa4662070a5c | InvocationID=d64f06ae-6a17-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:43:33+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d64f04a6-6a17-11ed-903c-fa4662070a5c | InvocationID=d64f06ae-6a17-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:43:47+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d0514aaa-6a17-11ed-903c-fa4662070a5c | InvocationID=d0514f5a-6a17-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:43:47+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df11b1b0-6a17-11ed-903c-fa4662070a5c | InvocationID=df11b598-6a17-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:43:58+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d64f04a6-6a17-11ed-903c-fa4662070a5c | InvocationID=d64f06ae-6a17-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:43:58+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e53bfa50-6a17-11ed-903c-fa4662070a5c | InvocationID=e53bfcee-6a17-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:43:58+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e53bfa50-6a17-11ed-903c-fa4662070a5c | InvocationID=e53bfcee-6a17-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:43:58+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e53bfa50-6a17-11ed-903c-fa4662070a5c | InvocationID=e53bfcee-6a17-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:44:12+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df11b1b0-6a17-11ed-903c-fa4662070a5c | InvocationID=df11b598-6a17-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:44:12+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edd6f390-6a17-11ed-903c-fa4662070a5c | InvocationID=edd6f5b6-6a17-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:44:23+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e53bfa50-6a17-11ed-903c-fa4662070a5c | InvocationID=e53bfcee-6a17-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:44:23+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f426f65a-6a17-11ed-903c-fa4662070a5c | InvocationID=f426f876-6a17-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:44:23+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f426f65a-6a17-11ed-903c-fa4662070a5c | InvocationID=f426f876-6a17-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:44:23+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f426f65a-6a17-11ed-903c-fa4662070a5c | InvocationID=f426f876-6a17-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:44:37+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=edd6f390-6a17-11ed-903c-fa4662070a5c | InvocationID=edd6f5b6-6a17-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:44:37+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc987250-6a17-11ed-903c-fa4662070a5c | InvocationID=fc987462-6a17-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:44:48+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f426f65a-6a17-11ed-903c-fa4662070a5c | InvocationID=f426f876-6a17-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:44:48+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03169094-6a18-11ed-903c-fa4662070a5c | InvocationID=03169c2e-6a18-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:44:48+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03169094-6a18-11ed-903c-fa4662070a5c | InvocationID=03169c2e-6a18-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:44:48+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03169094-6a18-11ed-903c-fa4662070a5c | InvocationID=03169c2e-6a18-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:45:02+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fc987250-6a17-11ed-903c-fa4662070a5c | InvocationID=fc987462-6a17-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:45:02+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b5a3d32-6a18-11ed-903c-fa4662070a5c | InvocationID=0b5a3ff8-6a18-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:45:13+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03169094-6a18-11ed-903c-fa4662070a5c | InvocationID=03169c2e-6a18-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:45:13+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12033ae4-6a18-11ed-903c-fa4662070a5c | InvocationID=1203470a-6a18-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:45:13+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12033ae4-6a18-11ed-903c-fa4662070a5c | InvocationID=1203470a-6a18-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:45:13+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12033ae4-6a18-11ed-903c-fa4662070a5c | InvocationID=1203470a-6a18-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:45:26+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0b5a3d32-6a18-11ed-903c-fa4662070a5c | InvocationID=0b5a3ff8-6a18-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:45:26+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a1e4a3e-6a18-11ed-903c-fa4662070a5c | InvocationID=1a1e4c6e-6a18-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:45:38+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12033ae4-6a18-11ed-903c-fa4662070a5c | InvocationID=1203470a-6a18-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:45:38+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20f17962-6a18-11ed-903c-fa4662070a5c | InvocationID=20f17c1e-6a18-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:45:38+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20f17962-6a18-11ed-903c-fa4662070a5c | InvocationID=20f17c1e-6a18-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:45:38+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20f17962-6a18-11ed-903c-fa4662070a5c | InvocationID=20f17c1e-6a18-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:45:51+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a1e4a3e-6a18-11ed-903c-fa4662070a5c | InvocationID=1a1e4c6e-6a18-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:45:51+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28e0a9c2-6a18-11ed-903c-fa4662070a5c | InvocationID=28e0abe8-6a18-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:46:03+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20f17962-6a18-11ed-903c-fa4662070a5c | InvocationID=20f17c1e-6a18-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:46:03+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fdf413e-6a18-11ed-903c-fa4662070a5c | InvocationID=2fdf431e-6a18-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:46:03+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fdf413e-6a18-11ed-903c-fa4662070a5c | InvocationID=2fdf431e-6a18-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:46:03+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2fdf413e-6a18-11ed-903c-fa4662070a5c | InvocationID=2fdf431e-6a18-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:46:16+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=28e0a9c2-6a18-11ed-903c-fa4662070a5c | InvocationID=28e0abe8-6a18-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:46:16+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37a4ddb6-6a18-11ed-903c-fa4662070a5c | InvocationID=37a4e86a-6a18-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:46:28+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2fdf413e-6a18-11ed-903c-fa4662070a5c | InvocationID=2fdf431e-6a18-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:46:28+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ecacd1c-6a18-11ed-903c-fa4662070a5c | InvocationID=3ecad0aa-6a18-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:46:28+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ecacd1c-6a18-11ed-903c-fa4662070a5c | InvocationID=3ecad0aa-6a18-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:46:28+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ecacd1c-6a18-11ed-903c-fa4662070a5c | InvocationID=3ecad0aa-6a18-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:46:41+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=37a4ddb6-6a18-11ed-903c-fa4662070a5c | InvocationID=37a4e86a-6a18-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:46:41+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4666fe60-6a18-11ed-903c-fa4662070a5c | InvocationID=466701e4-6a18-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:46:53+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ecacd1c-6a18-11ed-903c-fa4662070a5c | InvocationID=3ecad0aa-6a18-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:46:53+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4db59ad2-6a18-11ed-903c-fa4662070a5c | InvocationID=4db59dac-6a18-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:46:53+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4db59ad2-6a18-11ed-903c-fa4662070a5c | InvocationID=4db59dac-6a18-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:46:53+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4db59ad2-6a18-11ed-903c-fa4662070a5c | InvocationID=4db59dac-6a18-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:47:05+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4666fe60-6a18-11ed-903c-fa4662070a5c | InvocationID=466701e4-6a18-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:47:05+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=552bcdcc-6a18-11ed-903c-fa4662070a5c | InvocationID=552bddb2-6a18-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:47:18+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4db59ad2-6a18-11ed-903c-fa4662070a5c | InvocationID=4db59dac-6a18-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:47:18+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ca07d64-6a18-11ed-903c-fa4662070a5c | InvocationID=5ca0800c-6a18-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:47:18+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ca07d64-6a18-11ed-903c-fa4662070a5c | InvocationID=5ca0800c-6a18-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:47:18+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ca07d64-6a18-11ed-903c-fa4662070a5c | InvocationID=5ca0800c-6a18-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:47:30+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=552bcdcc-6a18-11ed-903c-fa4662070a5c | InvocationID=552bddb2-6a18-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:47:30+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63f03866-6a18-11ed-903c-fa4662070a5c | InvocationID=63f03b7c-6a18-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:47:43+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ca07d64-6a18-11ed-903c-fa4662070a5c | InvocationID=5ca0800c-6a18-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:47:43+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b8c8cc8-6a18-11ed-903c-fa4662070a5c | InvocationID=6b8c8ed0-6a18-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:47:43+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b8c8cc8-6a18-11ed-903c-fa4662070a5c | InvocationID=6b8c8ed0-6a18-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:47:43+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b8c8cc8-6a18-11ed-903c-fa4662070a5c | InvocationID=6b8c8ed0-6a18-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:47:55+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=63f03866-6a18-11ed-903c-fa4662070a5c | InvocationID=63f03b7c-6a18-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:47:55+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72b11320-6a18-11ed-903c-fa4662070a5c | InvocationID=72b115a0-6a18-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:48:08+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b8c8cc8-6a18-11ed-903c-fa4662070a5c | InvocationID=6b8c8ed0-6a18-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:48:08+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a7775ea-6a18-11ed-903c-fa4662070a5c | InvocationID=7a77781a-6a18-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:48:08+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a7775ea-6a18-11ed-903c-fa4662070a5c | InvocationID=7a77781a-6a18-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:48:08+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a7775ea-6a18-11ed-903c-fa4662070a5c | InvocationID=7a77781a-6a18-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:48:20+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72b11320-6a18-11ed-903c-fa4662070a5c | InvocationID=72b115a0-6a18-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:48:20+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=817183cc-6a18-11ed-903c-fa4662070a5c | InvocationID=817187f0-6a18-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:48:33+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a7775ea-6a18-11ed-903c-fa4662070a5c | InvocationID=7a77781a-6a18-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:48:33+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8962cb5e-6a18-11ed-903c-fa4662070a5c | InvocationID=8962cde8-6a18-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:48:33+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8962cb5e-6a18-11ed-903c-fa4662070a5c | InvocationID=8962cde8-6a18-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:48:33+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8962cb5e-6a18-11ed-903c-fa4662070a5c | InvocationID=8962cde8-6a18-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:48:44+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=817183cc-6a18-11ed-903c-fa4662070a5c | InvocationID=817187f0-6a18-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:48:44+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9033ce2e-6a18-11ed-903c-fa4662070a5c | InvocationID=9033d04a-6a18-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:48:58+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8962cb5e-6a18-11ed-903c-fa4662070a5c | InvocationID=8962cde8-6a18-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:48:58+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9853a2c8-6a18-11ed-903c-fa4662070a5c | InvocationID=9853a552-6a18-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:48:58+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9853a2c8-6a18-11ed-903c-fa4662070a5c | InvocationID=9853a552-6a18-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:48:58+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9853a2c8-6a18-11ed-903c-fa4662070a5c | InvocationID=9853a552-6a18-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:49:09+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9033ce2e-6a18-11ed-903c-fa4662070a5c | InvocationID=9033d04a-6a18-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:49:09+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ef6c6d2-6a18-11ed-903c-fa4662070a5c | InvocationID=9ef6cad8-6a18-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:49:23+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9853a2c8-6a18-11ed-903c-fa4662070a5c | InvocationID=9853a552-6a18-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:49:23+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a741c6ac-6a18-11ed-903c-fa4662070a5c | InvocationID=a741c8c8-6a18-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:49:23+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a741c6ac-6a18-11ed-903c-fa4662070a5c | InvocationID=a741c8c8-6a18-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:49:23+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a741c6ac-6a18-11ed-903c-fa4662070a5c | InvocationID=a741c8c8-6a18-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:49:34+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ef6c6d2-6a18-11ed-903c-fa4662070a5c | InvocationID=9ef6cad8-6a18-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:49:34+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=adc7ebc8-6a18-11ed-903c-fa4662070a5c | InvocationID=adc7ee16-6a18-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:49:48+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a741c6ac-6a18-11ed-903c-fa4662070a5c | InvocationID=a741c8c8-6a18-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:49:48+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b62ebfda-6a18-11ed-903c-fa4662070a5c | InvocationID=b62ec2e6-6a18-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:49:48+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b62ebfda-6a18-11ed-903c-fa4662070a5c | InvocationID=b62ec2e6-6a18-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:49:48+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b62ebfda-6a18-11ed-903c-fa4662070a5c | InvocationID=b62ec2e6-6a18-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:49:59+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=adc7ebc8-6a18-11ed-903c-fa4662070a5c | InvocationID=adc7ee16-6a18-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:49:59+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc897276-6a18-11ed-903c-fa4662070a5c | InvocationID=bc89749c-6a18-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:50:13+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b62ebfda-6a18-11ed-903c-fa4662070a5c | InvocationID=b62ec2e6-6a18-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:50:13+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c519dfb6-6a18-11ed-903c-fa4662070a5c | InvocationID=c519e290-6a18-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:50:13+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c519dfb6-6a18-11ed-903c-fa4662070a5c | InvocationID=c519e290-6a18-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:50:13+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c519dfb6-6a18-11ed-903c-fa4662070a5c | InvocationID=c519e290-6a18-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:50:24+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc897276-6a18-11ed-903c-fa4662070a5c | InvocationID=bc89749c-6a18-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:50:24+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb4eb9ce-6a18-11ed-903c-fa4662070a5c | InvocationID=cb4ebbd6-6a18-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:50:38+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c519dfb6-6a18-11ed-903c-fa4662070a5c | InvocationID=c519e290-6a18-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:50:38+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d405f65e-6a18-11ed-903c-fa4662070a5c | InvocationID=d405f852-6a18-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:50:38+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d405f65e-6a18-11ed-903c-fa4662070a5c | InvocationID=d405f852-6a18-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:50:38+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d405f65e-6a18-11ed-903c-fa4662070a5c | InvocationID=d405f852-6a18-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:50:48+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb4eb9ce-6a18-11ed-903c-fa4662070a5c | InvocationID=cb4ebbd6-6a18-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:50:48+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da122c7a-6a18-11ed-903c-fa4662070a5c | InvocationID=da122e64-6a18-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:51:03+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d405f65e-6a18-11ed-903c-fa4662070a5c | InvocationID=d405f852-6a18-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:51:03+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2f229e4-6a18-11ed-903c-fa4662070a5c | InvocationID=e2f22c64-6a18-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:51:03+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2f229e4-6a18-11ed-903c-fa4662070a5c | InvocationID=e2f22c64-6a18-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:51:03+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2f229e4-6a18-11ed-903c-fa4662070a5c | InvocationID=e2f22c64-6a18-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:51:13+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da122c7a-6a18-11ed-903c-fa4662070a5c | InvocationID=da122e64-6a18-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:51:13+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8d47e34-6a18-11ed-903c-fa4662070a5c | InvocationID=e8d48050-6a18-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:51:28+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2f229e4-6a18-11ed-903c-fa4662070a5c | InvocationID=e2f22c64-6a18-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:51:28+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1dd76a2-6a18-11ed-903c-fa4662070a5c | InvocationID=f1dd7986-6a18-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:51:28+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1dd76a2-6a18-11ed-903c-fa4662070a5c | InvocationID=f1dd7986-6a18-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:51:28+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1dd76a2-6a18-11ed-903c-fa4662070a5c | InvocationID=f1dd7986-6a18-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:51:38+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e8d47e34-6a18-11ed-903c-fa4662070a5c | InvocationID=e8d48050-6a18-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:51:38+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f79dc056-6a18-11ed-903c-fa4662070a5c | InvocationID=f79dc27c-6a18-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:51:53+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1dd76a2-6a18-11ed-903c-fa4662070a5c | InvocationID=f1dd7986-6a18-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:51:53+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00c981c4-6a19-11ed-903c-fa4662070a5c | InvocationID=00c98494-6a19-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:51:53+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00c981c4-6a19-11ed-903c-fa4662070a5c | InvocationID=00c98494-6a19-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:51:53+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00c981c4-6a19-11ed-903c-fa4662070a5c | InvocationID=00c98494-6a19-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:52:03+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f79dc056-6a18-11ed-903c-fa4662070a5c | InvocationID=f79dc27c-6a18-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:52:03+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0661e1b2-6a19-11ed-903c-fa4662070a5c | InvocationID=0661e3b0-6a19-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:52:18+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00c981c4-6a19-11ed-903c-fa4662070a5c | InvocationID=00c98494-6a19-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:52:18+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fb6667a-6a19-11ed-903c-fa4662070a5c | InvocationID=0fb668b4-6a19-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:52:18+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fb6667a-6a19-11ed-903c-fa4662070a5c | InvocationID=0fb668b4-6a19-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:52:18+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0fb6667a-6a19-11ed-903c-fa4662070a5c | InvocationID=0fb668b4-6a19-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:52:27+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0661e1b2-6a19-11ed-903c-fa4662070a5c | InvocationID=0661e3b0-6a19-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:52:27+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1525e734-6a19-11ed-903c-fa4662070a5c | InvocationID=1525e950-6a19-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:52:43+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0fb6667a-6a19-11ed-903c-fa4662070a5c | InvocationID=0fb668b4-6a19-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:52:43+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ea258c4-6a19-11ed-903c-fa4662070a5c | InvocationID=1ea25b94-6a19-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:52:43+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ea258c4-6a19-11ed-903c-fa4662070a5c | InvocationID=1ea25b94-6a19-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:52:43+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ea258c4-6a19-11ed-903c-fa4662070a5c | InvocationID=1ea25b94-6a19-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:52:52+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1525e734-6a19-11ed-903c-fa4662070a5c | InvocationID=1525e950-6a19-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:52:52+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23ec07c6-6a19-11ed-903c-fa4662070a5c | InvocationID=23ec09ce-6a19-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:53:08+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ea258c4-6a19-11ed-903c-fa4662070a5c | InvocationID=1ea25b94-6a19-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:53:08+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d8d1446-6a19-11ed-903c-fa4662070a5c | InvocationID=2d8d166c-6a19-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:53:08+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d8d1446-6a19-11ed-903c-fa4662070a5c | InvocationID=2d8d166c-6a19-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:53:08+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d8d1446-6a19-11ed-903c-fa4662070a5c | InvocationID=2d8d166c-6a19-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:53:17+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23ec07c6-6a19-11ed-903c-fa4662070a5c | InvocationID=23ec09ce-6a19-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:53:17+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32ac61f2-6a19-11ed-903c-fa4662070a5c | InvocationID=32ac644a-6a19-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:53:33+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d8d1446-6a19-11ed-903c-fa4662070a5c | InvocationID=2d8d166c-6a19-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:53:33+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c788fe4-6a19-11ed-903c-fa4662070a5c | InvocationID=3c789200-6a19-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:53:33+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c788fe4-6a19-11ed-903c-fa4662070a5c | InvocationID=3c789200-6a19-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:53:33+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c788fe4-6a19-11ed-903c-fa4662070a5c | InvocationID=3c789200-6a19-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:53:42+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=32ac61f2-6a19-11ed-903c-fa4662070a5c | InvocationID=32ac644a-6a19-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:53:42+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=416e0c54-6a19-11ed-903c-fa4662070a5c | InvocationID=416e0f1a-6a19-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:53:58+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c788fe4-6a19-11ed-903c-fa4662070a5c | InvocationID=3c789200-6a19-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:53:58+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b651068-6a19-11ed-903c-fa4662070a5c | InvocationID=4b651266-6a19-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:53:59+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b651068-6a19-11ed-903c-fa4662070a5c | InvocationID=4b651266-6a19-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:53:59+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b651068-6a19-11ed-903c-fa4662070a5c | InvocationID=4b651266-6a19-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:54:07+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=416e0c54-6a19-11ed-903c-fa4662070a5c | InvocationID=416e0f1a-6a19-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:54:07+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=502f1562-6a19-11ed-903c-fa4662070a5c | InvocationID=502f177e-6a19-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:54:24+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b651068-6a19-11ed-903c-fa4662070a5c | InvocationID=4b651266-6a19-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:54:24+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a52a25c-6a19-11ed-903c-fa4662070a5c | InvocationID=5a52a48c-6a19-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:54:24+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a52a25c-6a19-11ed-903c-fa4662070a5c | InvocationID=5a52a48c-6a19-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:54:24+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a52a25c-6a19-11ed-903c-fa4662070a5c | InvocationID=5a52a48c-6a19-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:54:31+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=502f1562-6a19-11ed-903c-fa4662070a5c | InvocationID=502f177e-6a19-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:54:31+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ef4b372-6a19-11ed-903c-fa4662070a5c | InvocationID=5ef4b584-6a19-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:54:49+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a52a25c-6a19-11ed-903c-fa4662070a5c | InvocationID=5a52a48c-6a19-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:54:49+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=693dfd48-6a19-11ed-903c-fa4662070a5c | InvocationID=693dff50-6a19-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:54:49+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=693dfd48-6a19-11ed-903c-fa4662070a5c | InvocationID=693dff50-6a19-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:54:49+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=693dfd48-6a19-11ed-903c-fa4662070a5c | InvocationID=693dff50-6a19-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:54:56+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ef4b372-6a19-11ed-903c-fa4662070a5c | InvocationID=5ef4b584-6a19-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:54:56+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6db5d364-6a19-11ed-903c-fa4662070a5c | InvocationID=6db5d58a-6a19-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:55:14+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=693dfd48-6a19-11ed-903c-fa4662070a5c | InvocationID=693dff50-6a19-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:55:14+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78296bf8-6a19-11ed-903c-fa4662070a5c | InvocationID=78296e28-6a19-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:55:14+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78296bf8-6a19-11ed-903c-fa4662070a5c | InvocationID=78296e28-6a19-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:55:14+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78296bf8-6a19-11ed-903c-fa4662070a5c | InvocationID=78296e28-6a19-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:55:21+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6db5d364-6a19-11ed-903c-fa4662070a5c | InvocationID=6db5d58a-6a19-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:55:21+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c76728c-6a19-11ed-903c-fa4662070a5c | InvocationID=7c76748a-6a19-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:55:39+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78296bf8-6a19-11ed-903c-fa4662070a5c | InvocationID=78296e28-6a19-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:55:39+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87153778-6a19-11ed-903c-fa4662070a5c | InvocationID=87153994-6a19-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-11-22T03:55:39+0000 | policy_event_thread | 140570863467296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87153778-6a19-11ed-903c-fa4662070a5c | InvocationID=87153994-6a19-11ed-903c-fa4662070a5c | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:55:39+0000 | policy_event_thread | 140570863467296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87153778-6a19-11ed-903c-fa4662070a5c | InvocationID=87153994-6a19-11ed-903c-fa4662070a5c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-11-22T03:55:46+0000 | aai_event_thread | 140570862406432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c76728c-6a19-11ed-903c-fa4662070a5c | InvocationID=7c76748a-6a19-11ed-903c-fa4662070a5c | Polling MR for XNF AAI events. 2022-11-22T03:55:46+0000 | aai_event_thread | 140570862406432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b37000c-6a19-11ed-903c-fa4662070a5c | InvocationID=8b370534-6a19-11ed-903c-fa4662070a5c | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-11-22T03:56:04+0000 | policy_event_thread | 140570863467296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87153778-6a19-11ed-903c-fa4662070a5c | InvocationID=87153994-6a19-11ed-903c-fa4662070a5c | Polling MR for XNF activation/deactivation policy response events. 2022-11-22T03:56:04+0000 | policy_event_thread | 140570863467296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96