/opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. return yaml.load(f.read()) 2023-01-07T05:03:17+0000 | MainThread | 139834045701448 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS. 2023-01-07T05:03:17+0000 | MainThread | 139834045701448 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Successfully fetched PMSH config from CBS: {'config': {'aaf_identity': 'dcae@dcae.onap.org', 'aaf_password': 'demo123456!', 'ca_cert_path': '/opt/app/pmsh/etc/certs/cacert.pem', 'cert_path': '/opt/app/pmsh/etc/certs/cert.pem', 'control_loop_name': 'pmsh-control-loop', 'enable_tls': False, 'key_path': '/opt/app/pmsh/etc/certs/key.pem', 'operational_policy_name': 'pmsh-operational-policy', 'pmsh_policy': {'subscription': {'administrativeState': 'LOCKED', 'fileBasedGP': 15, 'fileLocation': '/pm/pm.xml', 'measurementGroups': [{'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dna'}, {'DN': 'dnb'}], 'measurementTypes': [{'measurementType': 'countera'}, {'measurementType': 'counterb'}]}}, {'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dnc'}, {'DN': 'dnd'}], 'measurementTypes': [{'measurementType': 'counterc'}, {'measurementType': 'counterd'}]}}], 'nfFilter': {'modelInvariantIDs': [], 'modelNames': [], 'modelVersionIDs': [], 'nfNames': ['^pnf.*', '^vnf.*']}, 'subscriptionName': 'ExtraPM-All-gNB-R2B'}}, 'streams_publishes': {'policy_pm_publisher': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}} 2023-01-07T05:03:17+0000 | MainThread | 139834045701448 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR. 2023-01-07T05:03:17+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:03:17+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9934be9e-8e48-11ed-9ae6-e2997929b007 | InvocationID=9934c182-8e48-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:03:17+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events. 2023-01-07T05:03:17+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9936b2da-8e48-11ed-9ae6-e2997929b007 | InvocationID=9936b4ba-8e48-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:03:17+0000 | MainThread | 139834045701448 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server 2023-01-07T05:03:18+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9934be9e-8e48-11ed-9ae6-e2997929b007 | InvocationID=9934c182-8e48-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:03:18+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9934be9e-8e48-11ed-9ae6-e2997929b007 | InvocationID=9934c182-8e48-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:03:18+0000 | aai_event_thread | 139833994947360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9936b2da-8e48-11ed-9ae6-e2997929b007 | InvocationID=9936b4ba-8e48-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-07T05:03:18+0000 | aai_event_thread | 139833994947360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9936b2da-8e48-11ed-9ae6-e2997929b007 | InvocationID=9936b4ba-8e48-11ed-9ae6-e2997929b007 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-07T05:03:38+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9936b2da-8e48-11ed-9ae6-e2997929b007 | InvocationID=9936b4ba-8e48-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:03:38+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a564c7cc-8e48-11ed-9ae6-e2997929b007 | InvocationID=a564c966-8e48-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:03:38+0000 | aai_event_thread | 139833994947360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a564c7cc-8e48-11ed-9ae6-e2997929b007 | InvocationID=a564c966-8e48-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-07T05:03:38+0000 | aai_event_thread | 139833994947360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a564c7cc-8e48-11ed-9ae6-e2997929b007 | InvocationID=a564c966-8e48-11ed-9ae6-e2997929b007 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-07T05:03:43+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9934be9e-8e48-11ed-9ae6-e2997929b007 | InvocationID=9934c182-8e48-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:03:43+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a85f6eaa-8e48-11ed-9ae6-e2997929b007 | InvocationID=a85f8976-8e48-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:03:43+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a85f6eaa-8e48-11ed-9ae6-e2997929b007 | InvocationID=a85f8976-8e48-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:03:43+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a85f6eaa-8e48-11ed-9ae6-e2997929b007 | InvocationID=a85f8976-8e48-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:03:58+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a564c7cc-8e48-11ed-9ae6-e2997929b007 | InvocationID=a564c966-8e48-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:03:58+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b161412c-8e48-11ed-9ae6-e2997929b007 | InvocationID=b1614334-8e48-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:03:58+0000 | aai_event_thread | 139833994947360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b161412c-8e48-11ed-9ae6-e2997929b007 | InvocationID=b1614334-8e48-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-07T05:03:58+0000 | aai_event_thread | 139833994947360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b161412c-8e48-11ed-9ae6-e2997929b007 | InvocationID=b1614334-8e48-11ed-9ae6-e2997929b007 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-07T05:04:08+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a85f6eaa-8e48-11ed-9ae6-e2997929b007 | InvocationID=a85f8976-8e48-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:04:08+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b74c9df2-8e48-11ed-9ae6-e2997929b007 | InvocationID=b74c9f78-8e48-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:04:08+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b74c9df2-8e48-11ed-9ae6-e2997929b007 | InvocationID=b74c9f78-8e48-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:04:08+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b74c9df2-8e48-11ed-9ae6-e2997929b007 | InvocationID=b74c9f78-8e48-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:04:18+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b161412c-8e48-11ed-9ae6-e2997929b007 | InvocationID=b1614334-8e48-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:04:18+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd5391a6-8e48-11ed-9ae6-e2997929b007 | InvocationID=bd53932c-8e48-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:04:18+0000 | aai_event_thread | 139833994947360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd5391a6-8e48-11ed-9ae6-e2997929b007 | InvocationID=bd53932c-8e48-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-07T05:04:18+0000 | aai_event_thread | 139833994947360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd5391a6-8e48-11ed-9ae6-e2997929b007 | InvocationID=bd53932c-8e48-11ed-9ae6-e2997929b007 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-07T05:04:33+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b74c9df2-8e48-11ed-9ae6-e2997929b007 | InvocationID=b74c9f78-8e48-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:04:33+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6385338-8e48-11ed-9ae6-e2997929b007 | InvocationID=c63855e0-8e48-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:04:33+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6385338-8e48-11ed-9ae6-e2997929b007 | InvocationID=c63855e0-8e48-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:04:33+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6385338-8e48-11ed-9ae6-e2997929b007 | InvocationID=c63855e0-8e48-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:04:38+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd5391a6-8e48-11ed-9ae6-e2997929b007 | InvocationID=bd53932c-8e48-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:04:38+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c946e47c-8e48-11ed-9ae6-e2997929b007 | InvocationID=c946e7ec-8e48-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:04:38+0000 | aai_event_thread | 139833994947360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c946e47c-8e48-11ed-9ae6-e2997929b007 | InvocationID=c946e7ec-8e48-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-07T05:04:38+0000 | aai_event_thread | 139833994947360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c946e47c-8e48-11ed-9ae6-e2997929b007 | InvocationID=c946e7ec-8e48-11ed-9ae6-e2997929b007 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-07T05:04:58+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6385338-8e48-11ed-9ae6-e2997929b007 | InvocationID=c63855e0-8e48-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:04:58+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d524bee0-8e48-11ed-9ae6-e2997929b007 | InvocationID=d524c070-8e48-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:04:58+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d524bee0-8e48-11ed-9ae6-e2997929b007 | InvocationID=d524c070-8e48-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:04:58+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d524bee0-8e48-11ed-9ae6-e2997929b007 | InvocationID=d524c070-8e48-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:04:58+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c946e47c-8e48-11ed-9ae6-e2997929b007 | InvocationID=c946e7ec-8e48-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:04:58+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d53a3d6a-8e48-11ed-9ae6-e2997929b007 | InvocationID=d53a3ef0-8e48-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:04:58+0000 | aai_event_thread | 139833994947360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d53a3d6a-8e48-11ed-9ae6-e2997929b007 | InvocationID=d53a3ef0-8e48-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-07T05:04:58+0000 | aai_event_thread | 139833994947360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d53a3d6a-8e48-11ed-9ae6-e2997929b007 | InvocationID=d53a3ef0-8e48-11ed-9ae6-e2997929b007 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-07T05:05:18+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d53a3d6a-8e48-11ed-9ae6-e2997929b007 | InvocationID=d53a3ef0-8e48-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:05:18+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e12ac2d4-8e48-11ed-9ae6-e2997929b007 | InvocationID=e12ac4dc-8e48-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:05:18+0000 | aai_event_thread | 139833994947360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e12ac2d4-8e48-11ed-9ae6-e2997929b007 | InvocationID=e12ac4dc-8e48-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-07T05:05:18+0000 | aai_event_thread | 139833994947360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e12ac2d4-8e48-11ed-9ae6-e2997929b007 | InvocationID=e12ac4dc-8e48-11ed-9ae6-e2997929b007 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-07T05:05:23+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d524bee0-8e48-11ed-9ae6-e2997929b007 | InvocationID=d524c070-8e48-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:05:23+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4128716-8e48-11ed-9ae6-e2997929b007 | InvocationID=e412896e-8e48-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:05:23+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4128716-8e48-11ed-9ae6-e2997929b007 | InvocationID=e412896e-8e48-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:05:23+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4128716-8e48-11ed-9ae6-e2997929b007 | InvocationID=e412896e-8e48-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:05:38+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e12ac2d4-8e48-11ed-9ae6-e2997929b007 | InvocationID=e12ac4dc-8e48-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:05:38+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed1c526a-8e48-11ed-9ae6-e2997929b007 | InvocationID=ed1c5472-8e48-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:05:38+0000 | aai_event_thread | 139833994947360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed1c526a-8e48-11ed-9ae6-e2997929b007 | InvocationID=ed1c5472-8e48-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-07T05:05:38+0000 | aai_event_thread | 139833994947360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ed1c526a-8e48-11ed-9ae6-e2997929b007 | InvocationID=ed1c5472-8e48-11ed-9ae6-e2997929b007 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-07T05:05:48+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4128716-8e48-11ed-9ae6-e2997929b007 | InvocationID=e412896e-8e48-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:05:48+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2fe172c-8e48-11ed-9ae6-e2997929b007 | InvocationID=f2fe189e-8e48-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:05:48+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2fe172c-8e48-11ed-9ae6-e2997929b007 | InvocationID=f2fe189e-8e48-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:05:48+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2fe172c-8e48-11ed-9ae6-e2997929b007 | InvocationID=f2fe189e-8e48-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:05:58+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ed1c526a-8e48-11ed-9ae6-e2997929b007 | InvocationID=ed1c5472-8e48-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:05:58+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f90e1450-8e48-11ed-9ae6-e2997929b007 | InvocationID=f90e1ba8-8e48-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:05:58+0000 | aai_event_thread | 139833994947360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f90e1450-8e48-11ed-9ae6-e2997929b007 | InvocationID=f90e1ba8-8e48-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-07T05:05:58+0000 | aai_event_thread | 139833994947360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f90e1450-8e48-11ed-9ae6-e2997929b007 | InvocationID=f90e1ba8-8e48-11ed-9ae6-e2997929b007 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-07T05:06:13+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2fe172c-8e48-11ed-9ae6-e2997929b007 | InvocationID=f2fe189e-8e48-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:06:13+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01e98a14-8e49-11ed-9ae6-e2997929b007 | InvocationID=01e98c4e-8e49-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:06:13+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01e98a14-8e49-11ed-9ae6-e2997929b007 | InvocationID=01e98c4e-8e49-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:06:13+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01e98a14-8e49-11ed-9ae6-e2997929b007 | InvocationID=01e98c4e-8e49-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:06:18+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f90e1450-8e48-11ed-9ae6-e2997929b007 | InvocationID=f90e1ba8-8e48-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:06:18+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0502a1d6-8e49-11ed-9ae6-e2997929b007 | InvocationID=0502a636-8e49-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:06:18+0000 | aai_event_thread | 139833994947360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0502a1d6-8e49-11ed-9ae6-e2997929b007 | InvocationID=0502a636-8e49-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-07T05:06:18+0000 | aai_event_thread | 139833994947360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0502a1d6-8e49-11ed-9ae6-e2997929b007 | InvocationID=0502a636-8e49-11ed-9ae6-e2997929b007 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-07T05:06:38+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01e98a14-8e49-11ed-9ae6-e2997929b007 | InvocationID=01e98c4e-8e49-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:06:38+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10d5a1f2-8e49-11ed-9ae6-e2997929b007 | InvocationID=10d5ac60-8e49-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:06:38+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10d5a1f2-8e49-11ed-9ae6-e2997929b007 | InvocationID=10d5ac60-8e49-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:06:38+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10d5a1f2-8e49-11ed-9ae6-e2997929b007 | InvocationID=10d5ac60-8e49-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:06:38+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0502a1d6-8e49-11ed-9ae6-e2997929b007 | InvocationID=0502a636-8e49-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:06:38+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10fcc2aa-8e49-11ed-9ae6-e2997929b007 | InvocationID=10fcc462-8e49-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:06:38+0000 | aai_event_thread | 139833994947360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10fcc2aa-8e49-11ed-9ae6-e2997929b007 | InvocationID=10fcc462-8e49-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-07T05:06:38+0000 | aai_event_thread | 139833994947360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10fcc2aa-8e49-11ed-9ae6-e2997929b007 | InvocationID=10fcc462-8e49-11ed-9ae6-e2997929b007 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-07T05:06:58+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10fcc2aa-8e49-11ed-9ae6-e2997929b007 | InvocationID=10fcc462-8e49-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:06:58+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cef3c96-8e49-11ed-9ae6-e2997929b007 | InvocationID=1cef3e80-8e49-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:06:58+0000 | aai_event_thread | 139833994947360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cef3c96-8e49-11ed-9ae6-e2997929b007 | InvocationID=1cef3e80-8e49-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-07T05:06:58+0000 | aai_event_thread | 139833994947360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1cef3c96-8e49-11ed-9ae6-e2997929b007 | InvocationID=1cef3e80-8e49-11ed-9ae6-e2997929b007 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-07T05:07:03+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10d5a1f2-8e49-11ed-9ae6-e2997929b007 | InvocationID=10d5ac60-8e49-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:07:03+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fc63ee2-8e49-11ed-9ae6-e2997929b007 | InvocationID=1fc64068-8e49-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:07:03+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fc63ee2-8e49-11ed-9ae6-e2997929b007 | InvocationID=1fc64068-8e49-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:07:03+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1fc63ee2-8e49-11ed-9ae6-e2997929b007 | InvocationID=1fc64068-8e49-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:07:18+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1cef3c96-8e49-11ed-9ae6-e2997929b007 | InvocationID=1cef3e80-8e49-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:07:18+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28e20128-8e49-11ed-9ae6-e2997929b007 | InvocationID=28e203c6-8e49-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:07:18+0000 | aai_event_thread | 139833994947360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28e20128-8e49-11ed-9ae6-e2997929b007 | InvocationID=28e203c6-8e49-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-07T05:07:18+0000 | aai_event_thread | 139833994947360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=28e20128-8e49-11ed-9ae6-e2997929b007 | InvocationID=28e203c6-8e49-11ed-9ae6-e2997929b007 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-07T05:07:28+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1fc63ee2-8e49-11ed-9ae6-e2997929b007 | InvocationID=1fc64068-8e49-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:07:28+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2eb1b06c-8e49-11ed-9ae6-e2997929b007 | InvocationID=2eb1b1de-8e49-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:07:28+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2eb1b06c-8e49-11ed-9ae6-e2997929b007 | InvocationID=2eb1b1de-8e49-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:07:28+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2eb1b06c-8e49-11ed-9ae6-e2997929b007 | InvocationID=2eb1b1de-8e49-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:07:38+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=28e20128-8e49-11ed-9ae6-e2997929b007 | InvocationID=28e203c6-8e49-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:07:38+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34d36aee-8e49-11ed-9ae6-e2997929b007 | InvocationID=34d36c7e-8e49-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:07:38+0000 | aai_event_thread | 139833994947360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34d36aee-8e49-11ed-9ae6-e2997929b007 | InvocationID=34d36c7e-8e49-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-07T05:07:38+0000 | aai_event_thread | 139833994947360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=34d36aee-8e49-11ed-9ae6-e2997929b007 | InvocationID=34d36c7e-8e49-11ed-9ae6-e2997929b007 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-07T05:07:53+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2eb1b06c-8e49-11ed-9ae6-e2997929b007 | InvocationID=2eb1b1de-8e49-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:07:53+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d9e6e12-8e49-11ed-9ae6-e2997929b007 | InvocationID=3d9e6f98-8e49-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:07:53+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d9e6e12-8e49-11ed-9ae6-e2997929b007 | InvocationID=3d9e6f98-8e49-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:07:53+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d9e6e12-8e49-11ed-9ae6-e2997929b007 | InvocationID=3d9e6f98-8e49-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:07:58+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=34d36aee-8e49-11ed-9ae6-e2997929b007 | InvocationID=34d36c7e-8e49-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:07:58+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40c2ea50-8e49-11ed-9ae6-e2997929b007 | InvocationID=40c2ebe0-8e49-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:07:58+0000 | aai_event_thread | 139833994947360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40c2ea50-8e49-11ed-9ae6-e2997929b007 | InvocationID=40c2ebe0-8e49-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-07T05:07:58+0000 | aai_event_thread | 139833994947360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=40c2ea50-8e49-11ed-9ae6-e2997929b007 | InvocationID=40c2ebe0-8e49-11ed-9ae6-e2997929b007 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-07T05:08:18+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d9e6e12-8e49-11ed-9ae6-e2997929b007 | InvocationID=3d9e6f98-8e49-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:08:18+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c8c55ba-8e49-11ed-9ae6-e2997929b007 | InvocationID=4c8c5b00-8e49-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:08:18+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c8c55ba-8e49-11ed-9ae6-e2997929b007 | InvocationID=4c8c5b00-8e49-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:08:18+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c8c55ba-8e49-11ed-9ae6-e2997929b007 | InvocationID=4c8c5b00-8e49-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:08:18+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=40c2ea50-8e49-11ed-9ae6-e2997929b007 | InvocationID=40c2ebe0-8e49-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:08:18+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cb3d284-8e49-11ed-9ae6-e2997929b007 | InvocationID=4cb3d414-8e49-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:08:18+0000 | aai_event_thread | 139833994947360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cb3d284-8e49-11ed-9ae6-e2997929b007 | InvocationID=4cb3d414-8e49-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-07T05:08:18+0000 | aai_event_thread | 139833994947360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4cb3d284-8e49-11ed-9ae6-e2997929b007 | InvocationID=4cb3d414-8e49-11ed-9ae6-e2997929b007 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-07T05:08:38+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4cb3d284-8e49-11ed-9ae6-e2997929b007 | InvocationID=4cb3d414-8e49-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:08:38+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58a3f2e0-8e49-11ed-9ae6-e2997929b007 | InvocationID=58a3f51a-8e49-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:08:38+0000 | aai_event_thread | 139833994947360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58a3f2e0-8e49-11ed-9ae6-e2997929b007 | InvocationID=58a3f51a-8e49-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-07T05:08:38+0000 | aai_event_thread | 139833994947360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=58a3f2e0-8e49-11ed-9ae6-e2997929b007 | InvocationID=58a3f51a-8e49-11ed-9ae6-e2997929b007 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-07T05:08:43+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c8c55ba-8e49-11ed-9ae6-e2997929b007 | InvocationID=4c8c5b00-8e49-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:08:43+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b7a6710-8e49-11ed-9ae6-e2997929b007 | InvocationID=5b7a6904-8e49-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:08:43+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b7a6710-8e49-11ed-9ae6-e2997929b007 | InvocationID=5b7a6904-8e49-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:08:43+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b7a6710-8e49-11ed-9ae6-e2997929b007 | InvocationID=5b7a6904-8e49-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:08:58+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=58a3f2e0-8e49-11ed-9ae6-e2997929b007 | InvocationID=58a3f51a-8e49-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:08:58+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6494d9ac-8e49-11ed-9ae6-e2997929b007 | InvocationID=6494dc0e-8e49-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:08:58+0000 | aai_event_thread | 139833994947360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6494d9ac-8e49-11ed-9ae6-e2997929b007 | InvocationID=6494dc0e-8e49-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-07T05:08:58+0000 | aai_event_thread | 139833994947360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6494d9ac-8e49-11ed-9ae6-e2997929b007 | InvocationID=6494dc0e-8e49-11ed-9ae6-e2997929b007 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-07T05:09:08+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b7a6710-8e49-11ed-9ae6-e2997929b007 | InvocationID=5b7a6904-8e49-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:09:08+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a65a71c-8e49-11ed-9ae6-e2997929b007 | InvocationID=6a65a8a2-8e49-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:09:08+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a65a71c-8e49-11ed-9ae6-e2997929b007 | InvocationID=6a65a8a2-8e49-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:09:08+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a65a71c-8e49-11ed-9ae6-e2997929b007 | InvocationID=6a65a8a2-8e49-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:09:18+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6494d9ac-8e49-11ed-9ae6-e2997929b007 | InvocationID=6494dc0e-8e49-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:09:18+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7085bea2-8e49-11ed-9ae6-e2997929b007 | InvocationID=7085c028-8e49-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:09:19+0000 | aai_event_thread | 139833994947360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7085bea2-8e49-11ed-9ae6-e2997929b007 | InvocationID=7085c028-8e49-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-07T05:09:19+0000 | aai_event_thread | 139833994947360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7085bea2-8e49-11ed-9ae6-e2997929b007 | InvocationID=7085c028-8e49-11ed-9ae6-e2997929b007 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-07T05:09:33+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a65a71c-8e49-11ed-9ae6-e2997929b007 | InvocationID=6a65a8a2-8e49-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:09:33+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79508cd8-8e49-11ed-9ae6-e2997929b007 | InvocationID=795090ca-8e49-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:09:33+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79508cd8-8e49-11ed-9ae6-e2997929b007 | InvocationID=795090ca-8e49-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:09:33+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79508cd8-8e49-11ed-9ae6-e2997929b007 | InvocationID=795090ca-8e49-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:09:39+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7085bea2-8e49-11ed-9ae6-e2997929b007 | InvocationID=7085c028-8e49-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:09:39+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c75a524-8e49-11ed-9ae6-e2997929b007 | InvocationID=7c75a6aa-8e49-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:09:39+0000 | aai_event_thread | 139833994947360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c75a524-8e49-11ed-9ae6-e2997929b007 | InvocationID=7c75a6aa-8e49-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-07T05:09:39+0000 | aai_event_thread | 139833994947360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c75a524-8e49-11ed-9ae6-e2997929b007 | InvocationID=7c75a6aa-8e49-11ed-9ae6-e2997929b007 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-01-07T05:09:58+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79508cd8-8e49-11ed-9ae6-e2997929b007 | InvocationID=795090ca-8e49-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:09:58+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=883d6202-8e49-11ed-9ae6-e2997929b007 | InvocationID=883d6400-8e49-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:09:58+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=883d6202-8e49-11ed-9ae6-e2997929b007 | InvocationID=883d6400-8e49-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:09:58+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=883d6202-8e49-11ed-9ae6-e2997929b007 | InvocationID=883d6400-8e49-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:09:59+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c75a524-8e49-11ed-9ae6-e2997929b007 | InvocationID=7c75a6aa-8e49-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:09:59+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88685e3a-8e49-11ed-9ae6-e2997929b007 | InvocationID=88686074-8e49-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:10:23+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=88685e3a-8e49-11ed-9ae6-e2997929b007 | InvocationID=88686074-8e49-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:10:23+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96e07362-8e49-11ed-9ae6-e2997929b007 | InvocationID=96e0751a-8e49-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:10:23+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=883d6202-8e49-11ed-9ae6-e2997929b007 | InvocationID=883d6400-8e49-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:10:23+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9729af14-8e49-11ed-9ae6-e2997929b007 | InvocationID=9729b13a-8e49-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:10:23+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9729af14-8e49-11ed-9ae6-e2997929b007 | InvocationID=9729b13a-8e49-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:10:23+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9729af14-8e49-11ed-9ae6-e2997929b007 | InvocationID=9729b13a-8e49-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:10:43+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96e07362-8e49-11ed-9ae6-e2997929b007 | InvocationID=96e0751a-8e49-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:10:43+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2d688dc-8e49-11ed-9ae6-e2997929b007 | InvocationID=a2d68a9e-8e49-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:10:48+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9729af14-8e49-11ed-9ae6-e2997929b007 | InvocationID=9729b13a-8e49-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:10:48+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6163f74-8e49-11ed-9ae6-e2997929b007 | InvocationID=a61640f0-8e49-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:10:48+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6163f74-8e49-11ed-9ae6-e2997929b007 | InvocationID=a61640f0-8e49-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:10:48+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6163f74-8e49-11ed-9ae6-e2997929b007 | InvocationID=a61640f0-8e49-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:11:03+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a2d688dc-8e49-11ed-9ae6-e2997929b007 | InvocationID=a2d68a9e-8e49-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:11:03+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aecf44e4-8e49-11ed-9ae6-e2997929b007 | InvocationID=aecf4700-8e49-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:11:13+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6163f74-8e49-11ed-9ae6-e2997929b007 | InvocationID=a61640f0-8e49-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:11:13+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b502b4fe-8e49-11ed-9ae6-e2997929b007 | InvocationID=b502b6ac-8e49-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:11:13+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b502b4fe-8e49-11ed-9ae6-e2997929b007 | InvocationID=b502b6ac-8e49-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:11:13+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b502b4fe-8e49-11ed-9ae6-e2997929b007 | InvocationID=b502b6ac-8e49-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:11:23+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aecf44e4-8e49-11ed-9ae6-e2997929b007 | InvocationID=aecf4700-8e49-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:11:23+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bad48b64-8e49-11ed-9ae6-e2997929b007 | InvocationID=bad48cf4-8e49-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:11:38+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b502b4fe-8e49-11ed-9ae6-e2997929b007 | InvocationID=b502b6ac-8e49-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:11:38+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3edf6e0-8e49-11ed-9ae6-e2997929b007 | InvocationID=c3edf85c-8e49-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:11:38+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3edf6e0-8e49-11ed-9ae6-e2997929b007 | InvocationID=c3edf85c-8e49-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:11:38+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3edf6e0-8e49-11ed-9ae6-e2997929b007 | InvocationID=c3edf85c-8e49-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:11:44+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bad48b64-8e49-11ed-9ae6-e2997929b007 | InvocationID=bad48cf4-8e49-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:11:44+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c71a6ee8-8e49-11ed-9ae6-e2997929b007 | InvocationID=c71a706e-8e49-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:12:03+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3edf6e0-8e49-11ed-9ae6-e2997929b007 | InvocationID=c3edf85c-8e49-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:12:03+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2d94c9a-8e49-11ed-9ae6-e2997929b007 | InvocationID=d2d94ee8-8e49-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:12:03+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2d94c9a-8e49-11ed-9ae6-e2997929b007 | InvocationID=d2d94ee8-8e49-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:12:03+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2d94c9a-8e49-11ed-9ae6-e2997929b007 | InvocationID=d2d94ee8-8e49-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:12:09+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c71a6ee8-8e49-11ed-9ae6-e2997929b007 | InvocationID=c71a706e-8e49-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:12:09+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5e0157c-8e49-11ed-9ae6-e2997929b007 | InvocationID=d5e01702-8e49-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:12:28+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2d94c9a-8e49-11ed-9ae6-e2997929b007 | InvocationID=d2d94ee8-8e49-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:12:28+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1c58dfe-8e49-11ed-9ae6-e2997929b007 | InvocationID=e1c59272-8e49-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:12:29+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1c58dfe-8e49-11ed-9ae6-e2997929b007 | InvocationID=e1c59272-8e49-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:12:29+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1c58dfe-8e49-11ed-9ae6-e2997929b007 | InvocationID=e1c59272-8e49-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:12:33+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d5e0157c-8e49-11ed-9ae6-e2997929b007 | InvocationID=d5e01702-8e49-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:12:33+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4a6c146-8e49-11ed-9ae6-e2997929b007 | InvocationID=e4a6c330-8e49-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:12:54+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1c58dfe-8e49-11ed-9ae6-e2997929b007 | InvocationID=e1c59272-8e49-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:12:54+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0b177ce-8e49-11ed-9ae6-e2997929b007 | InvocationID=f0b17af8-8e49-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:12:54+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0b177ce-8e49-11ed-9ae6-e2997929b007 | InvocationID=f0b17af8-8e49-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:12:54+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0b177ce-8e49-11ed-9ae6-e2997929b007 | InvocationID=f0b17af8-8e49-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:12:58+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4a6c146-8e49-11ed-9ae6-e2997929b007 | InvocationID=e4a6c330-8e49-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:12:58+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f36c2932-8e49-11ed-9ae6-e2997929b007 | InvocationID=f36c2ab8-8e49-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:13:19+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0b177ce-8e49-11ed-9ae6-e2997929b007 | InvocationID=f0b17af8-8e49-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:13:19+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff9cb3fc-8e49-11ed-9ae6-e2997929b007 | InvocationID=ff9cb690-8e49-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:13:19+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff9cb3fc-8e49-11ed-9ae6-e2997929b007 | InvocationID=ff9cb690-8e49-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:13:19+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff9cb3fc-8e49-11ed-9ae6-e2997929b007 | InvocationID=ff9cb690-8e49-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:13:23+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f36c2932-8e49-11ed-9ae6-e2997929b007 | InvocationID=f36c2ab8-8e49-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:13:23+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02390eb2-8e4a-11ed-9ae6-e2997929b007 | InvocationID=0239104c-8e4a-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:13:44+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff9cb3fc-8e49-11ed-9ae6-e2997929b007 | InvocationID=ff9cb690-8e49-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:13:44+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e8b1da4-8e4a-11ed-9ae6-e2997929b007 | InvocationID=0e8b211e-8e4a-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:13:44+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e8b1da4-8e4a-11ed-9ae6-e2997929b007 | InvocationID=0e8b211e-8e4a-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:13:44+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e8b1da4-8e4a-11ed-9ae6-e2997929b007 | InvocationID=0e8b211e-8e4a-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:13:48+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=02390eb2-8e4a-11ed-9ae6-e2997929b007 | InvocationID=0239104c-8e4a-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:13:48+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1100e06e-8e4a-11ed-9ae6-e2997929b007 | InvocationID=1100e26c-8e4a-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:14:09+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e8b1da4-8e4a-11ed-9ae6-e2997929b007 | InvocationID=0e8b211e-8e4a-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:14:09+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d762174-8e4a-11ed-9ae6-e2997929b007 | InvocationID=1d7622f0-8e4a-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:14:09+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d762174-8e4a-11ed-9ae6-e2997929b007 | InvocationID=1d7622f0-8e4a-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:14:09+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d762174-8e4a-11ed-9ae6-e2997929b007 | InvocationID=1d7622f0-8e4a-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:14:13+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1100e06e-8e4a-11ed-9ae6-e2997929b007 | InvocationID=1100e26c-8e4a-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:14:13+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fc40e3c-8e4a-11ed-9ae6-e2997929b007 | InvocationID=1fc41044-8e4a-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:14:34+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d762174-8e4a-11ed-9ae6-e2997929b007 | InvocationID=1d7622f0-8e4a-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:14:34+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c61c0ee-8e4a-11ed-9ae6-e2997929b007 | InvocationID=2c61c3b4-8e4a-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:14:34+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c61c0ee-8e4a-11ed-9ae6-e2997929b007 | InvocationID=2c61c3b4-8e4a-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:14:34+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c61c0ee-8e4a-11ed-9ae6-e2997929b007 | InvocationID=2c61c3b4-8e4a-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:14:37+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1fc40e3c-8e4a-11ed-9ae6-e2997929b007 | InvocationID=1fc41044-8e4a-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:14:37+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e887822-8e4a-11ed-9ae6-e2997929b007 | InvocationID=2e887a66-8e4a-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:14:59+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c61c0ee-8e4a-11ed-9ae6-e2997929b007 | InvocationID=2c61c3b4-8e4a-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:14:59+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b4cc0d6-8e4a-11ed-9ae6-e2997929b007 | InvocationID=3b4cc2b6-8e4a-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:14:59+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b4cc0d6-8e4a-11ed-9ae6-e2997929b007 | InvocationID=3b4cc2b6-8e4a-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:14:59+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b4cc0d6-8e4a-11ed-9ae6-e2997929b007 | InvocationID=3b4cc2b6-8e4a-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:15:02+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e887822-8e4a-11ed-9ae6-e2997929b007 | InvocationID=2e887a66-8e4a-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:15:02+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d4bc260-8e4a-11ed-9ae6-e2997929b007 | InvocationID=3d4bc4f4-8e4a-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:15:24+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b4cc0d6-8e4a-11ed-9ae6-e2997929b007 | InvocationID=3b4cc2b6-8e4a-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:15:24+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a39d3c2-8e4a-11ed-9ae6-e2997929b007 | InvocationID=4a39d5de-8e4a-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:15:24+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a39d3c2-8e4a-11ed-9ae6-e2997929b007 | InvocationID=4a39d5de-8e4a-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:15:24+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a39d3c2-8e4a-11ed-9ae6-e2997929b007 | InvocationID=4a39d5de-8e4a-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:15:27+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d4bc260-8e4a-11ed-9ae6-e2997929b007 | InvocationID=3d4bc4f4-8e4a-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:15:27+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c0e0308-8e4a-11ed-9ae6-e2997929b007 | InvocationID=4c0e048e-8e4a-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:15:49+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a39d3c2-8e4a-11ed-9ae6-e2997929b007 | InvocationID=4a39d5de-8e4a-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:15:49+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5925b2ca-8e4a-11ed-9ae6-e2997929b007 | InvocationID=5925b450-8e4a-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:15:49+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5925b2ca-8e4a-11ed-9ae6-e2997929b007 | InvocationID=5925b450-8e4a-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:15:49+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5925b2ca-8e4a-11ed-9ae6-e2997929b007 | InvocationID=5925b450-8e4a-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:15:52+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4c0e0308-8e4a-11ed-9ae6-e2997929b007 | InvocationID=4c0e048e-8e4a-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:15:52+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ad460e4-8e4a-11ed-9ae6-e2997929b007 | InvocationID=5ad462ba-8e4a-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:16:14+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5925b2ca-8e4a-11ed-9ae6-e2997929b007 | InvocationID=5925b450-8e4a-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:16:14+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68110cbc-8e4a-11ed-9ae6-e2997929b007 | InvocationID=68110f50-8e4a-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:16:14+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68110cbc-8e4a-11ed-9ae6-e2997929b007 | InvocationID=68110f50-8e4a-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:16:14+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68110cbc-8e4a-11ed-9ae6-e2997929b007 | InvocationID=68110f50-8e4a-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:16:16+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ad460e4-8e4a-11ed-9ae6-e2997929b007 | InvocationID=5ad462ba-8e4a-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:16:16+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6998c8cc-8e4a-11ed-9ae6-e2997929b007 | InvocationID=6998ca5c-8e4a-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:16:39+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68110cbc-8e4a-11ed-9ae6-e2997929b007 | InvocationID=68110f50-8e4a-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:16:39+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76fcb74e-8e4a-11ed-9ae6-e2997929b007 | InvocationID=76fcbc6c-8e4a-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:16:39+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76fcb74e-8e4a-11ed-9ae6-e2997929b007 | InvocationID=76fcbc6c-8e4a-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:16:39+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76fcb74e-8e4a-11ed-9ae6-e2997929b007 | InvocationID=76fcbc6c-8e4a-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:16:41+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6998c8cc-8e4a-11ed-9ae6-e2997929b007 | InvocationID=6998ca5c-8e4a-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:16:41+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=785a2842-8e4a-11ed-9ae6-e2997929b007 | InvocationID=785a29f0-8e4a-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:17:04+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76fcb74e-8e4a-11ed-9ae6-e2997929b007 | InvocationID=76fcbc6c-8e4a-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:17:04+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85e9ad98-8e4a-11ed-9ae6-e2997929b007 | InvocationID=85e9aff0-8e4a-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:17:04+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85e9ad98-8e4a-11ed-9ae6-e2997929b007 | InvocationID=85e9aff0-8e4a-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:17:04+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85e9ad98-8e4a-11ed-9ae6-e2997929b007 | InvocationID=85e9aff0-8e4a-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:17:06+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=785a2842-8e4a-11ed-9ae6-e2997929b007 | InvocationID=785a29f0-8e4a-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:17:06+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=871ddd56-8e4a-11ed-9ae6-e2997929b007 | InvocationID=871ddf4a-8e4a-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:17:29+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85e9ad98-8e4a-11ed-9ae6-e2997929b007 | InvocationID=85e9aff0-8e4a-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:17:29+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94d4c75c-8e4a-11ed-9ae6-e2997929b007 | InvocationID=94d4c90a-8e4a-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:17:29+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94d4c75c-8e4a-11ed-9ae6-e2997929b007 | InvocationID=94d4c90a-8e4a-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:17:29+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94d4c75c-8e4a-11ed-9ae6-e2997929b007 | InvocationID=94d4c90a-8e4a-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:17:31+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=871ddd56-8e4a-11ed-9ae6-e2997929b007 | InvocationID=871ddf4a-8e4a-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:17:31+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95e73fb2-8e4a-11ed-9ae6-e2997929b007 | InvocationID=95e74232-8e4a-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:17:54+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94d4c75c-8e4a-11ed-9ae6-e2997929b007 | InvocationID=94d4c90a-8e4a-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:17:54+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3bf76f4-8e4a-11ed-9ae6-e2997929b007 | InvocationID=a3bf7906-8e4a-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:17:54+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3bf76f4-8e4a-11ed-9ae6-e2997929b007 | InvocationID=a3bf7906-8e4a-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:17:54+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3bf76f4-8e4a-11ed-9ae6-e2997929b007 | InvocationID=a3bf7906-8e4a-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:17:55+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95e73fb2-8e4a-11ed-9ae6-e2997929b007 | InvocationID=95e74232-8e4a-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:17:55+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4a9aada-8e4a-11ed-9ae6-e2997929b007 | InvocationID=a4a9ac60-8e4a-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:18:19+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3bf76f4-8e4a-11ed-9ae6-e2997929b007 | InvocationID=a3bf7906-8e4a-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:18:19+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2ac93b8-8e4a-11ed-9ae6-e2997929b007 | InvocationID=b2ac96c4-8e4a-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:18:19+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2ac93b8-8e4a-11ed-9ae6-e2997929b007 | InvocationID=b2ac96c4-8e4a-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:18:19+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2ac93b8-8e4a-11ed-9ae6-e2997929b007 | InvocationID=b2ac96c4-8e4a-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:18:20+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4a9aada-8e4a-11ed-9ae6-e2997929b007 | InvocationID=a4a9ac60-8e4a-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:18:20+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b36b27ba-8e4a-11ed-9ae6-e2997929b007 | InvocationID=b36b2a3a-8e4a-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:18:44+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2ac93b8-8e4a-11ed-9ae6-e2997929b007 | InvocationID=b2ac96c4-8e4a-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:18:44+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c197d9f0-8e4a-11ed-9ae6-e2997929b007 | InvocationID=c197db94-8e4a-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:18:44+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c197d9f0-8e4a-11ed-9ae6-e2997929b007 | InvocationID=c197db94-8e4a-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:18:44+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c197d9f0-8e4a-11ed-9ae6-e2997929b007 | InvocationID=c197db94-8e4a-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:18:45+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b36b27ba-8e4a-11ed-9ae6-e2997929b007 | InvocationID=b36b2a3a-8e4a-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:18:45+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c22f1446-8e4a-11ed-9ae6-e2997929b007 | InvocationID=c22f15cc-8e4a-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:19:09+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c197d9f0-8e4a-11ed-9ae6-e2997929b007 | InvocationID=c197db94-8e4a-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:19:09+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0828a3c-8e4a-11ed-9ae6-e2997929b007 | InvocationID=d0828c08-8e4a-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:19:09+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0828a3c-8e4a-11ed-9ae6-e2997929b007 | InvocationID=d0828c08-8e4a-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:19:09+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0828a3c-8e4a-11ed-9ae6-e2997929b007 | InvocationID=d0828c08-8e4a-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:19:10+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c22f1446-8e4a-11ed-9ae6-e2997929b007 | InvocationID=c22f15cc-8e4a-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:19:10+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0f0e40a-8e4a-11ed-9ae6-e2997929b007 | InvocationID=d0f0e590-8e4a-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:19:34+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0828a3c-8e4a-11ed-9ae6-e2997929b007 | InvocationID=d0828c08-8e4a-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:19:34+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df6d3f4c-8e4a-11ed-9ae6-e2997929b007 | InvocationID=df6d4154-8e4a-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:19:34+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df6d3f4c-8e4a-11ed-9ae6-e2997929b007 | InvocationID=df6d4154-8e4a-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:19:34+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df6d3f4c-8e4a-11ed-9ae6-e2997929b007 | InvocationID=df6d4154-8e4a-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:19:35+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d0f0e40a-8e4a-11ed-9ae6-e2997929b007 | InvocationID=d0f0e590-8e4a-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:19:35+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfb287c8-8e4a-11ed-9ae6-e2997929b007 | InvocationID=dfb289f8-8e4a-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:19:59+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df6d3f4c-8e4a-11ed-9ae6-e2997929b007 | InvocationID=df6d4154-8e4a-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:19:59+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee57eeee-8e4a-11ed-9ae6-e2997929b007 | InvocationID=ee57f074-8e4a-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:19:59+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee57eeee-8e4a-11ed-9ae6-e2997929b007 | InvocationID=ee57f074-8e4a-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:19:59+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee57eeee-8e4a-11ed-9ae6-e2997929b007 | InvocationID=ee57f074-8e4a-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:19:59+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dfb287c8-8e4a-11ed-9ae6-e2997929b007 | InvocationID=dfb289f8-8e4a-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:19:59+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee76de58-8e4a-11ed-9ae6-e2997929b007 | InvocationID=ee76dfde-8e4a-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:20:24+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee76de58-8e4a-11ed-9ae6-e2997929b007 | InvocationID=ee76dfde-8e4a-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:20:24+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd390d94-8e4a-11ed-9ae6-e2997929b007 | InvocationID=fd3912a8-8e4a-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:20:24+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee57eeee-8e4a-11ed-9ae6-e2997929b007 | InvocationID=ee57f074-8e4a-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:20:24+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd429cf6-8e4a-11ed-9ae6-e2997929b007 | InvocationID=fd429e40-8e4a-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:20:24+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd429cf6-8e4a-11ed-9ae6-e2997929b007 | InvocationID=fd429e40-8e4a-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:20:24+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd429cf6-8e4a-11ed-9ae6-e2997929b007 | InvocationID=fd429e40-8e4a-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:20:49+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd390d94-8e4a-11ed-9ae6-e2997929b007 | InvocationID=fd3912a8-8e4a-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:20:49+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bfe64b4-8e4b-11ed-9ae6-e2997929b007 | InvocationID=0bfe664e-8e4b-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:20:49+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd429cf6-8e4a-11ed-9ae6-e2997929b007 | InvocationID=fd429e40-8e4a-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:20:49+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c2d6f5c-8e4b-11ed-9ae6-e2997929b007 | InvocationID=0c2d7100-8e4b-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:20:49+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c2d6f5c-8e4b-11ed-9ae6-e2997929b007 | InvocationID=0c2d7100-8e4b-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:20:49+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c2d6f5c-8e4b-11ed-9ae6-e2997929b007 | InvocationID=0c2d7100-8e4b-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:21:14+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0bfe64b4-8e4b-11ed-9ae6-e2997929b007 | InvocationID=0bfe664e-8e4b-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:21:14+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ac01664-8e4b-11ed-9ae6-e2997929b007 | InvocationID=1ac017f4-8e4b-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:21:14+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c2d6f5c-8e4b-11ed-9ae6-e2997929b007 | InvocationID=0c2d7100-8e4b-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:21:14+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b1a8e0a-8e4b-11ed-9ae6-e2997929b007 | InvocationID=1b1a8f90-8e4b-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:21:14+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b1a8e0a-8e4b-11ed-9ae6-e2997929b007 | InvocationID=1b1a8f90-8e4b-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:21:14+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b1a8e0a-8e4b-11ed-9ae6-e2997929b007 | InvocationID=1b1a8f90-8e4b-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:21:38+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ac01664-8e4b-11ed-9ae6-e2997929b007 | InvocationID=1ac017f4-8e4b-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:21:38+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=298edd06-8e4b-11ed-9ae6-e2997929b007 | InvocationID=298edf04-8e4b-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:21:39+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b1a8e0a-8e4b-11ed-9ae6-e2997929b007 | InvocationID=1b1a8f90-8e4b-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:21:39+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a088958-8e4b-11ed-9ae6-e2997929b007 | InvocationID=2a089100-8e4b-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:21:39+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a088958-8e4b-11ed-9ae6-e2997929b007 | InvocationID=2a089100-8e4b-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:21:39+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a088958-8e4b-11ed-9ae6-e2997929b007 | InvocationID=2a089100-8e4b-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:22:03+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=298edd06-8e4b-11ed-9ae6-e2997929b007 | InvocationID=298edf04-8e4b-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:22:03+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=385a518a-8e4b-11ed-9ae6-e2997929b007 | InvocationID=385a531a-8e4b-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:22:04+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a088958-8e4b-11ed-9ae6-e2997929b007 | InvocationID=2a089100-8e4b-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:22:04+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38f64f7c-8e4b-11ed-9ae6-e2997929b007 | InvocationID=38f6517a-8e4b-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:22:04+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38f64f7c-8e4b-11ed-9ae6-e2997929b007 | InvocationID=38f6517a-8e4b-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:22:04+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38f64f7c-8e4b-11ed-9ae6-e2997929b007 | InvocationID=38f6517a-8e4b-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:22:28+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=385a518a-8e4b-11ed-9ae6-e2997929b007 | InvocationID=385a531a-8e4b-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:22:28+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=471da8ac-8e4b-11ed-9ae6-e2997929b007 | InvocationID=471daa32-8e4b-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:22:29+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38f64f7c-8e4b-11ed-9ae6-e2997929b007 | InvocationID=38f6517a-8e4b-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:22:29+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47e1e5fa-8e4b-11ed-9ae6-e2997929b007 | InvocationID=47e1e780-8e4b-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:22:29+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47e1e5fa-8e4b-11ed-9ae6-e2997929b007 | InvocationID=47e1e780-8e4b-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:22:29+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47e1e5fa-8e4b-11ed-9ae6-e2997929b007 | InvocationID=47e1e780-8e4b-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:22:53+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=471da8ac-8e4b-11ed-9ae6-e2997929b007 | InvocationID=471daa32-8e4b-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:22:53+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55e0e034-8e4b-11ed-9ae6-e2997929b007 | InvocationID=55e0e1c4-8e4b-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:22:54+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47e1e5fa-8e4b-11ed-9ae6-e2997929b007 | InvocationID=47e1e780-8e4b-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:22:54+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56cce3b2-8e4b-11ed-9ae6-e2997929b007 | InvocationID=56cce538-8e4b-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:22:54+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56cce3b2-8e4b-11ed-9ae6-e2997929b007 | InvocationID=56cce538-8e4b-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:22:54+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56cce3b2-8e4b-11ed-9ae6-e2997929b007 | InvocationID=56cce538-8e4b-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:23:18+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55e0e034-8e4b-11ed-9ae6-e2997929b007 | InvocationID=55e0e1c4-8e4b-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:23:18+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64a4ef84-8e4b-11ed-9ae6-e2997929b007 | InvocationID=64a4f11e-8e4b-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:23:19+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56cce3b2-8e4b-11ed-9ae6-e2997929b007 | InvocationID=56cce538-8e4b-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:23:19+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65b7a0d8-8e4b-11ed-9ae6-e2997929b007 | InvocationID=65b7a254-8e4b-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:23:19+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65b7a0d8-8e4b-11ed-9ae6-e2997929b007 | InvocationID=65b7a254-8e4b-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:23:19+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65b7a0d8-8e4b-11ed-9ae6-e2997929b007 | InvocationID=65b7a254-8e4b-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:23:42+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=64a4ef84-8e4b-11ed-9ae6-e2997929b007 | InvocationID=64a4f11e-8e4b-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:23:42+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7369a938-8e4b-11ed-9ae6-e2997929b007 | InvocationID=7369ac94-8e4b-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:23:44+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65b7a0d8-8e4b-11ed-9ae6-e2997929b007 | InvocationID=65b7a254-8e4b-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:23:44+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74a6e018-8e4b-11ed-9ae6-e2997929b007 | InvocationID=74a6e3c4-8e4b-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:23:44+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74a6e018-8e4b-11ed-9ae6-e2997929b007 | InvocationID=74a6e3c4-8e4b-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:23:44+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74a6e018-8e4b-11ed-9ae6-e2997929b007 | InvocationID=74a6e3c4-8e4b-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:24:07+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7369a938-8e4b-11ed-9ae6-e2997929b007 | InvocationID=7369ac94-8e4b-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:24:07+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8238d128-8e4b-11ed-9ae6-e2997929b007 | InvocationID=8238d2cc-8e4b-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:24:09+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74a6e018-8e4b-11ed-9ae6-e2997929b007 | InvocationID=74a6e3c4-8e4b-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:24:09+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8394ba46-8e4b-11ed-9ae6-e2997929b007 | InvocationID=8394bbc2-8e4b-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:24:10+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8394ba46-8e4b-11ed-9ae6-e2997929b007 | InvocationID=8394bbc2-8e4b-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:24:10+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8394ba46-8e4b-11ed-9ae6-e2997929b007 | InvocationID=8394bbc2-8e4b-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:24:32+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8238d128-8e4b-11ed-9ae6-e2997929b007 | InvocationID=8238d2cc-8e4b-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:24:32+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90ffde5e-8e4b-11ed-9ae6-e2997929b007 | InvocationID=90ffe23c-8e4b-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:24:35+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8394ba46-8e4b-11ed-9ae6-e2997929b007 | InvocationID=8394bbc2-8e4b-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:24:35+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92855128-8e4b-11ed-9ae6-e2997929b007 | InvocationID=928552ae-8e4b-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:24:35+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92855128-8e4b-11ed-9ae6-e2997929b007 | InvocationID=928552ae-8e4b-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:24:35+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92855128-8e4b-11ed-9ae6-e2997929b007 | InvocationID=928552ae-8e4b-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:24:57+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90ffde5e-8e4b-11ed-9ae6-e2997929b007 | InvocationID=90ffe23c-8e4b-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:24:57+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fc82a4a-8e4b-11ed-9ae6-e2997929b007 | InvocationID=9fc82c70-8e4b-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:25:00+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92855128-8e4b-11ed-9ae6-e2997929b007 | InvocationID=928552ae-8e4b-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:25:00+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a170c550-8e4b-11ed-9ae6-e2997929b007 | InvocationID=a170c6c2-8e4b-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:25:00+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a170c550-8e4b-11ed-9ae6-e2997929b007 | InvocationID=a170c6c2-8e4b-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:25:00+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a170c550-8e4b-11ed-9ae6-e2997929b007 | InvocationID=a170c6c2-8e4b-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:25:22+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9fc82a4a-8e4b-11ed-9ae6-e2997929b007 | InvocationID=9fc82c70-8e4b-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:25:22+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae90b42a-8e4b-11ed-9ae6-e2997929b007 | InvocationID=ae90b5b0-8e4b-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:25:25+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a170c550-8e4b-11ed-9ae6-e2997929b007 | InvocationID=a170c6c2-8e4b-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:25:25+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b05bd2ee-8e4b-11ed-9ae6-e2997929b007 | InvocationID=b05bd4e2-8e4b-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:25:25+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b05bd2ee-8e4b-11ed-9ae6-e2997929b007 | InvocationID=b05bd4e2-8e4b-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:25:25+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b05bd2ee-8e4b-11ed-9ae6-e2997929b007 | InvocationID=b05bd4e2-8e4b-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:25:46+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae90b42a-8e4b-11ed-9ae6-e2997929b007 | InvocationID=ae90b5b0-8e4b-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:25:46+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd5a5f56-8e4b-11ed-9ae6-e2997929b007 | InvocationID=bd5a6136-8e4b-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:25:50+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b05bd2ee-8e4b-11ed-9ae6-e2997929b007 | InvocationID=b05bd4e2-8e4b-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:25:50+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf46e3f2-8e4b-11ed-9ae6-e2997929b007 | InvocationID=bf46e5e6-8e4b-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:25:50+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf46e3f2-8e4b-11ed-9ae6-e2997929b007 | InvocationID=bf46e5e6-8e4b-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:25:50+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf46e3f2-8e4b-11ed-9ae6-e2997929b007 | InvocationID=bf46e5e6-8e4b-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:26:11+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd5a5f56-8e4b-11ed-9ae6-e2997929b007 | InvocationID=bd5a6136-8e4b-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:26:11+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc21e720-8e4b-11ed-9ae6-e2997929b007 | InvocationID=cc21ea68-8e4b-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:26:15+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf46e3f2-8e4b-11ed-9ae6-e2997929b007 | InvocationID=bf46e5e6-8e4b-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:26:15+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce31c378-8e4b-11ed-9ae6-e2997929b007 | InvocationID=ce31c684-8e4b-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:26:15+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce31c378-8e4b-11ed-9ae6-e2997929b007 | InvocationID=ce31c684-8e4b-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:26:15+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce31c378-8e4b-11ed-9ae6-e2997929b007 | InvocationID=ce31c684-8e4b-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:26:36+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc21e720-8e4b-11ed-9ae6-e2997929b007 | InvocationID=cc21ea68-8e4b-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:26:36+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dae8f302-8e4b-11ed-9ae6-e2997929b007 | InvocationID=dae8f4ec-8e4b-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:26:40+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce31c378-8e4b-11ed-9ae6-e2997929b007 | InvocationID=ce31c684-8e4b-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:26:40+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd1d8052-8e4b-11ed-9ae6-e2997929b007 | InvocationID=dd1d81d8-8e4b-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:26:40+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd1d8052-8e4b-11ed-9ae6-e2997929b007 | InvocationID=dd1d81d8-8e4b-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:26:40+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd1d8052-8e4b-11ed-9ae6-e2997929b007 | InvocationID=dd1d81d8-8e4b-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:27:01+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dae8f302-8e4b-11ed-9ae6-e2997929b007 | InvocationID=dae8f4ec-8e4b-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:27:01+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9ac1360-8e4b-11ed-9ae6-e2997929b007 | InvocationID=e9ac14e6-8e4b-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:27:05+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd1d8052-8e4b-11ed-9ae6-e2997929b007 | InvocationID=dd1d81d8-8e4b-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:27:05+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec085326-8e4b-11ed-9ae6-e2997929b007 | InvocationID=ec0854ac-8e4b-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:27:05+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec085326-8e4b-11ed-9ae6-e2997929b007 | InvocationID=ec0854ac-8e4b-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:27:05+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec085326-8e4b-11ed-9ae6-e2997929b007 | InvocationID=ec0854ac-8e4b-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:27:25+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9ac1360-8e4b-11ed-9ae6-e2997929b007 | InvocationID=e9ac14e6-8e4b-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:27:26+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f86e0a98-8e4b-11ed-9ae6-e2997929b007 | InvocationID=f86e0c00-8e4b-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:27:30+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec085326-8e4b-11ed-9ae6-e2997929b007 | InvocationID=ec0854ac-8e4b-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:27:30+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=faf30aca-8e4b-11ed-9ae6-e2997929b007 | InvocationID=faf30cdc-8e4b-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:27:30+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=faf30aca-8e4b-11ed-9ae6-e2997929b007 | InvocationID=faf30cdc-8e4b-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:27:30+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=faf30aca-8e4b-11ed-9ae6-e2997929b007 | InvocationID=faf30cdc-8e4b-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:27:50+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f86e0a98-8e4b-11ed-9ae6-e2997929b007 | InvocationID=f86e0c00-8e4b-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:27:50+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07318de8-8e4c-11ed-9ae6-e2997929b007 | InvocationID=07319040-8e4c-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:27:55+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=faf30aca-8e4b-11ed-9ae6-e2997929b007 | InvocationID=faf30cdc-8e4b-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:27:55+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09de11ce-8e4c-11ed-9ae6-e2997929b007 | InvocationID=09de13a4-8e4c-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:27:55+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09de11ce-8e4c-11ed-9ae6-e2997929b007 | InvocationID=09de13a4-8e4c-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:27:55+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09de11ce-8e4c-11ed-9ae6-e2997929b007 | InvocationID=09de13a4-8e4c-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:28:15+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=07318de8-8e4c-11ed-9ae6-e2997929b007 | InvocationID=07319040-8e4c-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:28:15+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15f5aad0-8e4c-11ed-9ae6-e2997929b007 | InvocationID=15f5ac6a-8e4c-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:28:20+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09de11ce-8e4c-11ed-9ae6-e2997929b007 | InvocationID=09de13a4-8e4c-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:28:20+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18c88cbe-8e4c-11ed-9ae6-e2997929b007 | InvocationID=18c88e3a-8e4c-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:28:20+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18c88cbe-8e4c-11ed-9ae6-e2997929b007 | InvocationID=18c88e3a-8e4c-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:28:20+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18c88cbe-8e4c-11ed-9ae6-e2997929b007 | InvocationID=18c88e3a-8e4c-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:28:40+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=15f5aad0-8e4c-11ed-9ae6-e2997929b007 | InvocationID=15f5ac6a-8e4c-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:28:40+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24bd5af4-8e4c-11ed-9ae6-e2997929b007 | InvocationID=24bd5c70-8e4c-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:28:45+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18c88cbe-8e4c-11ed-9ae6-e2997929b007 | InvocationID=18c88e3a-8e4c-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:28:45+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27b394b2-8e4c-11ed-9ae6-e2997929b007 | InvocationID=27b3978c-8e4c-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:28:45+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27b394b2-8e4c-11ed-9ae6-e2997929b007 | InvocationID=27b3978c-8e4c-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:28:45+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27b394b2-8e4c-11ed-9ae6-e2997929b007 | InvocationID=27b3978c-8e4c-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:29:05+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=24bd5af4-8e4c-11ed-9ae6-e2997929b007 | InvocationID=24bd5c70-8e4c-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:29:05+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3381b8aa-8e4c-11ed-9ae6-e2997929b007 | InvocationID=3381ba44-8e4c-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:29:10+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27b394b2-8e4c-11ed-9ae6-e2997929b007 | InvocationID=27b3978c-8e4c-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:29:10+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=369e39c8-8e4c-11ed-9ae6-e2997929b007 | InvocationID=369e3b80-8e4c-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:29:10+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=369e39c8-8e4c-11ed-9ae6-e2997929b007 | InvocationID=369e3b80-8e4c-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:29:10+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=369e39c8-8e4c-11ed-9ae6-e2997929b007 | InvocationID=369e3b80-8e4c-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:29:29+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3381b8aa-8e4c-11ed-9ae6-e2997929b007 | InvocationID=3381ba44-8e4c-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:29:29+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42446bbc-8e4c-11ed-9ae6-e2997929b007 | InvocationID=42446d4c-8e4c-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:29:35+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=369e39c8-8e4c-11ed-9ae6-e2997929b007 | InvocationID=369e3b80-8e4c-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:29:35+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45892ad8-8e4c-11ed-9ae6-e2997929b007 | InvocationID=45892cfe-8e4c-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:29:35+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45892ad8-8e4c-11ed-9ae6-e2997929b007 | InvocationID=45892cfe-8e4c-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:29:35+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45892ad8-8e4c-11ed-9ae6-e2997929b007 | InvocationID=45892cfe-8e4c-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:29:54+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42446bbc-8e4c-11ed-9ae6-e2997929b007 | InvocationID=42446d4c-8e4c-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:29:54+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51054432-8e4c-11ed-9ae6-e2997929b007 | InvocationID=51054626-8e4c-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:30:00+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45892ad8-8e4c-11ed-9ae6-e2997929b007 | InvocationID=45892cfe-8e4c-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:30:00+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54740cde-8e4c-11ed-9ae6-e2997929b007 | InvocationID=54740e64-8e4c-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:30:00+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54740cde-8e4c-11ed-9ae6-e2997929b007 | InvocationID=54740e64-8e4c-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:30:00+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54740cde-8e4c-11ed-9ae6-e2997929b007 | InvocationID=54740e64-8e4c-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:30:19+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=51054432-8e4c-11ed-9ae6-e2997929b007 | InvocationID=51054626-8e4c-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:30:19+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fc69fd4-8e4c-11ed-9ae6-e2997929b007 | InvocationID=5fc6a1c8-8e4c-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:30:25+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54740cde-8e4c-11ed-9ae6-e2997929b007 | InvocationID=54740e64-8e4c-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:30:25+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=635ec180-8e4c-11ed-9ae6-e2997929b007 | InvocationID=635ec306-8e4c-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:30:25+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=635ec180-8e4c-11ed-9ae6-e2997929b007 | InvocationID=635ec306-8e4c-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:30:25+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=635ec180-8e4c-11ed-9ae6-e2997929b007 | InvocationID=635ec306-8e4c-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:30:44+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5fc69fd4-8e4c-11ed-9ae6-e2997929b007 | InvocationID=5fc6a1c8-8e4c-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:30:44+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e880a8a-8e4c-11ed-9ae6-e2997929b007 | InvocationID=6e880ce2-8e4c-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:30:50+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=635ec180-8e4c-11ed-9ae6-e2997929b007 | InvocationID=635ec306-8e4c-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:30:50+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=724a5d8a-8e4c-11ed-9ae6-e2997929b007 | InvocationID=724a5f88-8e4c-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:30:50+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=724a5d8a-8e4c-11ed-9ae6-e2997929b007 | InvocationID=724a5f88-8e4c-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:30:50+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=724a5d8a-8e4c-11ed-9ae6-e2997929b007 | InvocationID=724a5f88-8e4c-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:31:08+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e880a8a-8e4c-11ed-9ae6-e2997929b007 | InvocationID=6e880ce2-8e4c-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:31:08+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d4b40b4-8e4c-11ed-9ae6-e2997929b007 | InvocationID=7d4b4244-8e4c-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:31:15+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=724a5d8a-8e4c-11ed-9ae6-e2997929b007 | InvocationID=724a5f88-8e4c-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:31:15+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81356420-8e4c-11ed-9ae6-e2997929b007 | InvocationID=8135659c-8e4c-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:31:15+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81356420-8e4c-11ed-9ae6-e2997929b007 | InvocationID=8135659c-8e4c-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:31:15+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81356420-8e4c-11ed-9ae6-e2997929b007 | InvocationID=8135659c-8e4c-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:31:33+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d4b40b4-8e4c-11ed-9ae6-e2997929b007 | InvocationID=7d4b4244-8e4c-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:31:33+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c11e350-8e4c-11ed-9ae6-e2997929b007 | InvocationID=8c11e4cc-8e4c-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:31:40+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81356420-8e4c-11ed-9ae6-e2997929b007 | InvocationID=8135659c-8e4c-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:31:40+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9025fecc-8e4c-11ed-9ae6-e2997929b007 | InvocationID=90260048-8e4c-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:31:40+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9025fecc-8e4c-11ed-9ae6-e2997929b007 | InvocationID=90260048-8e4c-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:31:40+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9025fecc-8e4c-11ed-9ae6-e2997929b007 | InvocationID=90260048-8e4c-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:31:58+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c11e350-8e4c-11ed-9ae6-e2997929b007 | InvocationID=8c11e4cc-8e4c-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:31:58+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ad3719c-8e4c-11ed-9ae6-e2997929b007 | InvocationID=9ad37390-8e4c-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:32:05+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9025fecc-8e4c-11ed-9ae6-e2997929b007 | InvocationID=90260048-8e4c-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:32:05+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f107f98-8e4c-11ed-9ae6-e2997929b007 | InvocationID=9f1081e6-8e4c-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:32:05+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f107f98-8e4c-11ed-9ae6-e2997929b007 | InvocationID=9f1081e6-8e4c-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:32:05+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f107f98-8e4c-11ed-9ae6-e2997929b007 | InvocationID=9f1081e6-8e4c-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:32:23+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ad3719c-8e4c-11ed-9ae6-e2997929b007 | InvocationID=9ad37390-8e4c-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:32:23+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a995f5ce-8e4c-11ed-9ae6-e2997929b007 | InvocationID=a995f862-8e4c-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:32:30+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f107f98-8e4c-11ed-9ae6-e2997929b007 | InvocationID=9f1081e6-8e4c-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:32:30+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=adfb98b2-8e4c-11ed-9ae6-e2997929b007 | InvocationID=adfb9aa6-8e4c-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:32:30+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=adfb98b2-8e4c-11ed-9ae6-e2997929b007 | InvocationID=adfb9aa6-8e4c-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:32:30+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=adfb98b2-8e4c-11ed-9ae6-e2997929b007 | InvocationID=adfb9aa6-8e4c-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:32:48+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a995f5ce-8e4c-11ed-9ae6-e2997929b007 | InvocationID=a995f862-8e4c-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:32:48+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b85bbf1c-8e4c-11ed-9ae6-e2997929b007 | InvocationID=b85bc11a-8e4c-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:32:55+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=adfb98b2-8e4c-11ed-9ae6-e2997929b007 | InvocationID=adfb9aa6-8e4c-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:32:55+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bce67c84-8e4c-11ed-9ae6-e2997929b007 | InvocationID=bce67e6e-8e4c-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:32:55+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bce67c84-8e4c-11ed-9ae6-e2997929b007 | InvocationID=bce67e6e-8e4c-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:32:55+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bce67c84-8e4c-11ed-9ae6-e2997929b007 | InvocationID=bce67e6e-8e4c-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:33:12+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b85bbf1c-8e4c-11ed-9ae6-e2997929b007 | InvocationID=b85bc11a-8e4c-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:33:12+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c71e8444-8e4c-11ed-9ae6-e2997929b007 | InvocationID=c71e864c-8e4c-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:33:20+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bce67c84-8e4c-11ed-9ae6-e2997929b007 | InvocationID=bce67e6e-8e4c-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:33:20+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbd14300-8e4c-11ed-9ae6-e2997929b007 | InvocationID=cbd1447c-8e4c-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:33:20+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbd14300-8e4c-11ed-9ae6-e2997929b007 | InvocationID=cbd1447c-8e4c-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:33:20+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbd14300-8e4c-11ed-9ae6-e2997929b007 | InvocationID=cbd1447c-8e4c-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:33:37+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c71e8444-8e4c-11ed-9ae6-e2997929b007 | InvocationID=c71e864c-8e4c-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:33:37+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5e2c6fc-8e4c-11ed-9ae6-e2997929b007 | InvocationID=d5e2c8f0-8e4c-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:33:45+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbd14300-8e4c-11ed-9ae6-e2997929b007 | InvocationID=cbd1447c-8e4c-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:33:45+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dabf8a2a-8e4c-11ed-9ae6-e2997929b007 | InvocationID=dabf8c1e-8e4c-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:33:45+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dabf8a2a-8e4c-11ed-9ae6-e2997929b007 | InvocationID=dabf8c1e-8e4c-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:33:45+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dabf8a2a-8e4c-11ed-9ae6-e2997929b007 | InvocationID=dabf8c1e-8e4c-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:34:02+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d5e2c6fc-8e4c-11ed-9ae6-e2997929b007 | InvocationID=d5e2c8f0-8e4c-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:34:02+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4a5e890-8e4c-11ed-9ae6-e2997929b007 | InvocationID=e4a5ea16-8e4c-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:34:10+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dabf8a2a-8e4c-11ed-9ae6-e2997929b007 | InvocationID=dabf8c1e-8e4c-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:34:10+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9aa542a-8e4c-11ed-9ae6-e2997929b007 | InvocationID=e9aa55b0-8e4c-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:34:10+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9aa542a-8e4c-11ed-9ae6-e2997929b007 | InvocationID=e9aa55b0-8e4c-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:34:10+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9aa542a-8e4c-11ed-9ae6-e2997929b007 | InvocationID=e9aa55b0-8e4c-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:34:27+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4a5e890-8e4c-11ed-9ae6-e2997929b007 | InvocationID=e4a5ea16-8e4c-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:34:27+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f367b25a-8e4c-11ed-9ae6-e2997929b007 | InvocationID=f367b3ea-8e4c-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:34:35+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9aa542a-8e4c-11ed-9ae6-e2997929b007 | InvocationID=e9aa55b0-8e4c-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:34:35+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8959760-8e4c-11ed-9ae6-e2997929b007 | InvocationID=f8959990-8e4c-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:34:35+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8959760-8e4c-11ed-9ae6-e2997929b007 | InvocationID=f8959990-8e4c-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:34:35+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8959760-8e4c-11ed-9ae6-e2997929b007 | InvocationID=f8959990-8e4c-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:34:51+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f367b25a-8e4c-11ed-9ae6-e2997929b007 | InvocationID=f367b3ea-8e4c-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:34:51+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=022a306a-8e4d-11ed-9ae6-e2997929b007 | InvocationID=022a3286-8e4d-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:35:00+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8959760-8e4c-11ed-9ae6-e2997929b007 | InvocationID=f8959990-8e4c-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:35:00+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07809a90-8e4d-11ed-9ae6-e2997929b007 | InvocationID=07809c84-8e4d-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:35:00+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07809a90-8e4d-11ed-9ae6-e2997929b007 | InvocationID=07809c84-8e4d-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:35:00+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07809a90-8e4d-11ed-9ae6-e2997929b007 | InvocationID=07809c84-8e4d-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:35:16+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=022a306a-8e4d-11ed-9ae6-e2997929b007 | InvocationID=022a3286-8e4d-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:35:16+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10ec4732-8e4d-11ed-9ae6-e2997929b007 | InvocationID=10ec48b8-8e4d-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:35:25+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07809a90-8e4d-11ed-9ae6-e2997929b007 | InvocationID=07809c84-8e4d-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:35:25+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=166bb292-8e4d-11ed-9ae6-e2997929b007 | InvocationID=166bb418-8e4d-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:35:25+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=166bb292-8e4d-11ed-9ae6-e2997929b007 | InvocationID=166bb418-8e4d-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:35:25+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=166bb292-8e4d-11ed-9ae6-e2997929b007 | InvocationID=166bb418-8e4d-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:35:41+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10ec4732-8e4d-11ed-9ae6-e2997929b007 | InvocationID=10ec48b8-8e4d-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:35:41+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fafb074-8e4d-11ed-9ae6-e2997929b007 | InvocationID=1fafb204-8e4d-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:35:50+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=166bb292-8e4d-11ed-9ae6-e2997929b007 | InvocationID=166bb418-8e4d-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:35:50+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2556ca58-8e4d-11ed-9ae6-e2997929b007 | InvocationID=2556cc42-8e4d-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:35:50+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2556ca58-8e4d-11ed-9ae6-e2997929b007 | InvocationID=2556cc42-8e4d-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:35:50+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2556ca58-8e4d-11ed-9ae6-e2997929b007 | InvocationID=2556cc42-8e4d-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:36:06+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1fafb074-8e4d-11ed-9ae6-e2997929b007 | InvocationID=1fafb204-8e4d-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:36:06+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e7188e4-8e4d-11ed-9ae6-e2997929b007 | InvocationID=2e718ab0-8e4d-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:36:15+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2556ca58-8e4d-11ed-9ae6-e2997929b007 | InvocationID=2556cc42-8e4d-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:36:15+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=344271ca-8e4d-11ed-9ae6-e2997929b007 | InvocationID=344273b4-8e4d-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:36:15+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=344271ca-8e4d-11ed-9ae6-e2997929b007 | InvocationID=344273b4-8e4d-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:36:15+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=344271ca-8e4d-11ed-9ae6-e2997929b007 | InvocationID=344273b4-8e4d-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:36:30+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e7188e4-8e4d-11ed-9ae6-e2997929b007 | InvocationID=2e718ab0-8e4d-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:36:30+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d37098a-8e4d-11ed-9ae6-e2997929b007 | InvocationID=3d370bd8-8e4d-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:36:40+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=344271ca-8e4d-11ed-9ae6-e2997929b007 | InvocationID=344273b4-8e4d-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:36:40+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=432d504c-8e4d-11ed-9ae6-e2997929b007 | InvocationID=432d51d2-8e4d-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:36:40+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=432d504c-8e4d-11ed-9ae6-e2997929b007 | InvocationID=432d51d2-8e4d-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:36:40+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=432d504c-8e4d-11ed-9ae6-e2997929b007 | InvocationID=432d51d2-8e4d-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:36:55+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d37098a-8e4d-11ed-9ae6-e2997929b007 | InvocationID=3d370bd8-8e4d-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:36:55+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bf9baf8-8e4d-11ed-9ae6-e2997929b007 | InvocationID=4bf9bc88-8e4d-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:37:05+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=432d504c-8e4d-11ed-9ae6-e2997929b007 | InvocationID=432d51d2-8e4d-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:37:05+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52184422-8e4d-11ed-9ae6-e2997929b007 | InvocationID=521845a8-8e4d-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:37:05+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52184422-8e4d-11ed-9ae6-e2997929b007 | InvocationID=521845a8-8e4d-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:37:05+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52184422-8e4d-11ed-9ae6-e2997929b007 | InvocationID=521845a8-8e4d-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:37:20+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4bf9baf8-8e4d-11ed-9ae6-e2997929b007 | InvocationID=4bf9bc88-8e4d-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:37:20+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5abb38d2-8e4d-11ed-9ae6-e2997929b007 | InvocationID=5abb3e36-8e4d-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:37:30+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52184422-8e4d-11ed-9ae6-e2997929b007 | InvocationID=521845a8-8e4d-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:37:30+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6102f20c-8e4d-11ed-9ae6-e2997929b007 | InvocationID=6102f428-8e4d-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:37:30+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6102f20c-8e4d-11ed-9ae6-e2997929b007 | InvocationID=6102f428-8e4d-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:37:30+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6102f20c-8e4d-11ed-9ae6-e2997929b007 | InvocationID=6102f428-8e4d-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:37:45+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5abb38d2-8e4d-11ed-9ae6-e2997929b007 | InvocationID=5abb3e36-8e4d-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:37:45+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69851e46-8e4d-11ed-9ae6-e2997929b007 | InvocationID=698520d0-8e4d-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:37:55+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6102f20c-8e4d-11ed-9ae6-e2997929b007 | InvocationID=6102f428-8e4d-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:37:55+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fef0580-8e4d-11ed-9ae6-e2997929b007 | InvocationID=6fef06fc-8e4d-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:37:56+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fef0580-8e4d-11ed-9ae6-e2997929b007 | InvocationID=6fef06fc-8e4d-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:37:56+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6fef0580-8e4d-11ed-9ae6-e2997929b007 | InvocationID=6fef06fc-8e4d-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:38:10+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=69851e46-8e4d-11ed-9ae6-e2997929b007 | InvocationID=698520d0-8e4d-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:38:10+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=784c5818-8e4d-11ed-9ae6-e2997929b007 | InvocationID=784c5a02-8e4d-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:38:21+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6fef0580-8e4d-11ed-9ae6-e2997929b007 | InvocationID=6fef06fc-8e4d-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:38:21+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ed9da5c-8e4d-11ed-9ae6-e2997929b007 | InvocationID=7ed9de3a-8e4d-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:38:21+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ed9da5c-8e4d-11ed-9ae6-e2997929b007 | InvocationID=7ed9de3a-8e4d-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:38:21+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ed9da5c-8e4d-11ed-9ae6-e2997929b007 | InvocationID=7ed9de3a-8e4d-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:38:34+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=784c5818-8e4d-11ed-9ae6-e2997929b007 | InvocationID=784c5a02-8e4d-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:38:34+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=870fc574-8e4d-11ed-9ae6-e2997929b007 | InvocationID=870fc768-8e4d-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:38:46+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ed9da5c-8e4d-11ed-9ae6-e2997929b007 | InvocationID=7ed9de3a-8e4d-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:38:46+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8dc52594-8e4d-11ed-9ae6-e2997929b007 | InvocationID=8dc527ec-8e4d-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:38:46+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8dc52594-8e4d-11ed-9ae6-e2997929b007 | InvocationID=8dc527ec-8e4d-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:38:46+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8dc52594-8e4d-11ed-9ae6-e2997929b007 | InvocationID=8dc527ec-8e4d-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:38:59+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=870fc574-8e4d-11ed-9ae6-e2997929b007 | InvocationID=870fc768-8e4d-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:38:59+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95d4ea76-8e4d-11ed-9ae6-e2997929b007 | InvocationID=95d4ebfc-8e4d-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:39:11+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8dc52594-8e4d-11ed-9ae6-e2997929b007 | InvocationID=8dc527ec-8e4d-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:39:11+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cb04656-8e4d-11ed-9ae6-e2997929b007 | InvocationID=9cb04872-8e4d-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:39:11+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cb04656-8e4d-11ed-9ae6-e2997929b007 | InvocationID=9cb04872-8e4d-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:39:11+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9cb04656-8e4d-11ed-9ae6-e2997929b007 | InvocationID=9cb04872-8e4d-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:39:24+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95d4ea76-8e4d-11ed-9ae6-e2997929b007 | InvocationID=95d4ebfc-8e4d-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:39:24+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4965f18-8e4d-11ed-9ae6-e2997929b007 | InvocationID=a496610c-8e4d-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:39:36+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9cb04656-8e4d-11ed-9ae6-e2997929b007 | InvocationID=9cb04872-8e4d-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:39:36+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab9bbeb6-8e4d-11ed-9ae6-e2997929b007 | InvocationID=ab9bc2da-8e4d-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:39:36+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab9bbeb6-8e4d-11ed-9ae6-e2997929b007 | InvocationID=ab9bc2da-8e4d-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:39:36+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab9bbeb6-8e4d-11ed-9ae6-e2997929b007 | InvocationID=ab9bc2da-8e4d-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:39:49+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4965f18-8e4d-11ed-9ae6-e2997929b007 | InvocationID=a496610c-8e4d-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:39:49+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b35958c0-8e4d-11ed-9ae6-e2997929b007 | InvocationID=b3595a50-8e4d-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:40:01+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab9bbeb6-8e4d-11ed-9ae6-e2997929b007 | InvocationID=ab9bc2da-8e4d-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:40:01+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba867358-8e4d-11ed-9ae6-e2997929b007 | InvocationID=ba86774a-8e4d-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:40:01+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba867358-8e4d-11ed-9ae6-e2997929b007 | InvocationID=ba86774a-8e4d-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:40:01+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba867358-8e4d-11ed-9ae6-e2997929b007 | InvocationID=ba86774a-8e4d-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:40:13+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b35958c0-8e4d-11ed-9ae6-e2997929b007 | InvocationID=b3595a50-8e4d-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:40:13+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c21c47d2-8e4d-11ed-9ae6-e2997929b007 | InvocationID=c21c49d0-8e4d-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:40:26+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba867358-8e4d-11ed-9ae6-e2997929b007 | InvocationID=ba86774a-8e4d-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:40:26+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9716ca6-8e4d-11ed-9ae6-e2997929b007 | InvocationID=c9716e90-8e4d-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:40:26+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9716ca6-8e4d-11ed-9ae6-e2997929b007 | InvocationID=c9716e90-8e4d-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:40:26+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9716ca6-8e4d-11ed-9ae6-e2997929b007 | InvocationID=c9716e90-8e4d-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:40:38+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c21c47d2-8e4d-11ed-9ae6-e2997929b007 | InvocationID=c21c49d0-8e4d-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:40:38+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0defe68-8e4d-11ed-9ae6-e2997929b007 | InvocationID=d0df011a-8e4d-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:40:51+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9716ca6-8e4d-11ed-9ae6-e2997929b007 | InvocationID=c9716e90-8e4d-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:40:51+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d85c7008-8e4d-11ed-9ae6-e2997929b007 | InvocationID=d85c7184-8e4d-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:40:51+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d85c7008-8e4d-11ed-9ae6-e2997929b007 | InvocationID=d85c7184-8e4d-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:40:51+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d85c7008-8e4d-11ed-9ae6-e2997929b007 | InvocationID=d85c7184-8e4d-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:41:03+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d0defe68-8e4d-11ed-9ae6-e2997929b007 | InvocationID=d0df011a-8e4d-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:41:03+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfa38ac2-8e4d-11ed-9ae6-e2997929b007 | InvocationID=dfa38c2a-8e4d-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:41:16+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d85c7008-8e4d-11ed-9ae6-e2997929b007 | InvocationID=d85c7184-8e4d-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:41:16+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e74784c2-8e4d-11ed-9ae6-e2997929b007 | InvocationID=e7478652-8e4d-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:41:16+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e74784c2-8e4d-11ed-9ae6-e2997929b007 | InvocationID=e7478652-8e4d-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:41:16+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e74784c2-8e4d-11ed-9ae6-e2997929b007 | InvocationID=e7478652-8e4d-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:41:28+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dfa38ac2-8e4d-11ed-9ae6-e2997929b007 | InvocationID=dfa38c2a-8e4d-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:41:28+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee64f5a0-8e4d-11ed-9ae6-e2997929b007 | InvocationID=ee64f730-8e4d-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:41:41+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e74784c2-8e4d-11ed-9ae6-e2997929b007 | InvocationID=e7478652-8e4d-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:41:41+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6327b9a-8e4d-11ed-9ae6-e2997929b007 | InvocationID=f63282f2-8e4d-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:41:41+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6327b9a-8e4d-11ed-9ae6-e2997929b007 | InvocationID=f63282f2-8e4d-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:41:41+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6327b9a-8e4d-11ed-9ae6-e2997929b007 | InvocationID=f63282f2-8e4d-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:41:52+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee64f5a0-8e4d-11ed-9ae6-e2997929b007 | InvocationID=ee64f730-8e4d-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:41:52+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd2e2980-8e4d-11ed-9ae6-e2997929b007 | InvocationID=fd2e2b1a-8e4d-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:42:06+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6327b9a-8e4d-11ed-9ae6-e2997929b007 | InvocationID=f63282f2-8e4d-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:42:06+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=051de310-8e4e-11ed-9ae6-e2997929b007 | InvocationID=051de518-8e4e-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:42:06+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=051de310-8e4e-11ed-9ae6-e2997929b007 | InvocationID=051de518-8e4e-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:42:06+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=051de310-8e4e-11ed-9ae6-e2997929b007 | InvocationID=051de518-8e4e-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:42:17+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd2e2980-8e4d-11ed-9ae6-e2997929b007 | InvocationID=fd2e2b1a-8e4d-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:42:17+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0befef44-8e4e-11ed-9ae6-e2997929b007 | InvocationID=0beff188-8e4e-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:42:31+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=051de310-8e4e-11ed-9ae6-e2997929b007 | InvocationID=051de518-8e4e-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:42:31+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1408b2ba-8e4e-11ed-9ae6-e2997929b007 | InvocationID=1408b4f4-8e4e-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:42:31+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1408b2ba-8e4e-11ed-9ae6-e2997929b007 | InvocationID=1408b4f4-8e4e-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:42:31+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1408b2ba-8e4e-11ed-9ae6-e2997929b007 | InvocationID=1408b4f4-8e4e-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:42:42+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0befef44-8e4e-11ed-9ae6-e2997929b007 | InvocationID=0beff188-8e4e-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:42:42+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ab27c9a-8e4e-11ed-9ae6-e2997929b007 | InvocationID=1ab27f56-8e4e-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:42:56+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1408b2ba-8e4e-11ed-9ae6-e2997929b007 | InvocationID=1408b4f4-8e4e-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:42:56+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22f4de34-8e4e-11ed-9ae6-e2997929b007 | InvocationID=22f4e01e-8e4e-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:42:56+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22f4de34-8e4e-11ed-9ae6-e2997929b007 | InvocationID=22f4e01e-8e4e-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:42:56+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22f4de34-8e4e-11ed-9ae6-e2997929b007 | InvocationID=22f4e01e-8e4e-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:43:07+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ab27c9a-8e4e-11ed-9ae6-e2997929b007 | InvocationID=1ab27f56-8e4e-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:43:07+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2976c8bc-8e4e-11ed-9ae6-e2997929b007 | InvocationID=2976ca56-8e4e-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:43:21+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22f4de34-8e4e-11ed-9ae6-e2997929b007 | InvocationID=22f4e01e-8e4e-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:43:21+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31dfabd6-8e4e-11ed-9ae6-e2997929b007 | InvocationID=31dfb586-8e4e-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:43:21+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31dfabd6-8e4e-11ed-9ae6-e2997929b007 | InvocationID=31dfb586-8e4e-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:43:21+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31dfabd6-8e4e-11ed-9ae6-e2997929b007 | InvocationID=31dfb586-8e4e-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:43:32+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2976c8bc-8e4e-11ed-9ae6-e2997929b007 | InvocationID=2976ca56-8e4e-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:43:32+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=383d4024-8e4e-11ed-9ae6-e2997929b007 | InvocationID=383d434e-8e4e-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:43:46+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31dfabd6-8e4e-11ed-9ae6-e2997929b007 | InvocationID=31dfb586-8e4e-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:43:46+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40ce3c7a-8e4e-11ed-9ae6-e2997929b007 | InvocationID=40ce40d0-8e4e-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:43:46+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40ce3c7a-8e4e-11ed-9ae6-e2997929b007 | InvocationID=40ce40d0-8e4e-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:43:46+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40ce3c7a-8e4e-11ed-9ae6-e2997929b007 | InvocationID=40ce40d0-8e4e-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:43:56+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=383d4024-8e4e-11ed-9ae6-e2997929b007 | InvocationID=383d434e-8e4e-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:43:56+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4704bcb8-8e4e-11ed-9ae6-e2997929b007 | InvocationID=4704be52-8e4e-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:44:11+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40ce3c7a-8e4e-11ed-9ae6-e2997929b007 | InvocationID=40ce40d0-8e4e-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:44:11+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fb9a3dc-8e4e-11ed-9ae6-e2997929b007 | InvocationID=4fb9a5b2-8e4e-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:44:11+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fb9a3dc-8e4e-11ed-9ae6-e2997929b007 | InvocationID=4fb9a5b2-8e4e-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:44:11+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4fb9a3dc-8e4e-11ed-9ae6-e2997929b007 | InvocationID=4fb9a5b2-8e4e-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:44:21+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4704bcb8-8e4e-11ed-9ae6-e2997929b007 | InvocationID=4704be52-8e4e-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:44:21+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55c5e718-8e4e-11ed-9ae6-e2997929b007 | InvocationID=55c5e8f8-8e4e-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:44:36+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4fb9a3dc-8e4e-11ed-9ae6-e2997929b007 | InvocationID=4fb9a5b2-8e4e-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:44:36+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ea47098-8e4e-11ed-9ae6-e2997929b007 | InvocationID=5ea4737c-8e4e-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:44:36+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ea47098-8e4e-11ed-9ae6-e2997929b007 | InvocationID=5ea4737c-8e4e-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:44:36+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ea47098-8e4e-11ed-9ae6-e2997929b007 | InvocationID=5ea4737c-8e4e-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:44:46+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55c5e718-8e4e-11ed-9ae6-e2997929b007 | InvocationID=55c5e8f8-8e4e-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:44:46+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6486ea36-8e4e-11ed-9ae6-e2997929b007 | InvocationID=6486ecfc-8e4e-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:45:01+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ea47098-8e4e-11ed-9ae6-e2997929b007 | InvocationID=5ea4737c-8e4e-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:45:01+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d8fadd4-8e4e-11ed-9ae6-e2997929b007 | InvocationID=6d8faffa-8e4e-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:45:01+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d8fadd4-8e4e-11ed-9ae6-e2997929b007 | InvocationID=6d8faffa-8e4e-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:45:01+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d8fadd4-8e4e-11ed-9ae6-e2997929b007 | InvocationID=6d8faffa-8e4e-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:45:11+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6486ea36-8e4e-11ed-9ae6-e2997929b007 | InvocationID=6486ecfc-8e4e-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:45:11+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73499596-8e4e-11ed-9ae6-e2997929b007 | InvocationID=734997f8-8e4e-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:45:26+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d8fadd4-8e4e-11ed-9ae6-e2997929b007 | InvocationID=6d8faffa-8e4e-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:45:26+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c7ae41c-8e4e-11ed-9ae6-e2997929b007 | InvocationID=7c7ae624-8e4e-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:45:26+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c7ae41c-8e4e-11ed-9ae6-e2997929b007 | InvocationID=7c7ae624-8e4e-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:45:26+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c7ae41c-8e4e-11ed-9ae6-e2997929b007 | InvocationID=7c7ae624-8e4e-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:45:35+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=73499596-8e4e-11ed-9ae6-e2997929b007 | InvocationID=734997f8-8e4e-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:45:35+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=820c6298-8e4e-11ed-9ae6-e2997929b007 | InvocationID=820c6428-8e4e-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:45:51+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c7ae41c-8e4e-11ed-9ae6-e2997929b007 | InvocationID=7c7ae624-8e4e-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:45:51+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b65b38a-8e4e-11ed-9ae6-e2997929b007 | InvocationID=8b65b51a-8e4e-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:45:51+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b65b38a-8e4e-11ed-9ae6-e2997929b007 | InvocationID=8b65b51a-8e4e-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:45:51+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b65b38a-8e4e-11ed-9ae6-e2997929b007 | InvocationID=8b65b51a-8e4e-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:46:00+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=820c6298-8e4e-11ed-9ae6-e2997929b007 | InvocationID=820c6428-8e4e-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:46:00+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90ceea58-8e4e-11ed-9ae6-e2997929b007 | InvocationID=90ceebf2-8e4e-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:46:16+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b65b38a-8e4e-11ed-9ae6-e2997929b007 | InvocationID=8b65b51a-8e4e-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:46:16+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a50c8e4-8e4e-11ed-9ae6-e2997929b007 | InvocationID=9a50cb3c-8e4e-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:46:16+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a50c8e4-8e4e-11ed-9ae6-e2997929b007 | InvocationID=9a50cb3c-8e4e-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:46:16+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a50c8e4-8e4e-11ed-9ae6-e2997929b007 | InvocationID=9a50cb3c-8e4e-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:46:25+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90ceea58-8e4e-11ed-9ae6-e2997929b007 | InvocationID=90ceebf2-8e4e-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:46:25+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f93b1ae-8e4e-11ed-9ae6-e2997929b007 | InvocationID=9f93b334-8e4e-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:46:41+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a50c8e4-8e4e-11ed-9ae6-e2997929b007 | InvocationID=9a50cb3c-8e4e-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:46:41+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a93d028c-8e4e-11ed-9ae6-e2997929b007 | InvocationID=a93d0566-8e4e-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:46:41+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a93d028c-8e4e-11ed-9ae6-e2997929b007 | InvocationID=a93d0566-8e4e-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:46:41+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a93d028c-8e4e-11ed-9ae6-e2997929b007 | InvocationID=a93d0566-8e4e-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:46:50+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f93b1ae-8e4e-11ed-9ae6-e2997929b007 | InvocationID=9f93b334-8e4e-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:46:50+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae56a4da-8e4e-11ed-9ae6-e2997929b007 | InvocationID=ae56a71e-8e4e-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:47:06+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a93d028c-8e4e-11ed-9ae6-e2997929b007 | InvocationID=a93d0566-8e4e-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:47:06+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b827d056-8e4e-11ed-9ae6-e2997929b007 | InvocationID=b827d25e-8e4e-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:47:06+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b827d056-8e4e-11ed-9ae6-e2997929b007 | InvocationID=b827d25e-8e4e-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:47:06+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b827d056-8e4e-11ed-9ae6-e2997929b007 | InvocationID=b827d25e-8e4e-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:47:14+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae56a4da-8e4e-11ed-9ae6-e2997929b007 | InvocationID=ae56a71e-8e4e-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:47:14+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd18223c-8e4e-11ed-9ae6-e2997929b007 | InvocationID=bd1823ea-8e4e-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:47:31+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b827d056-8e4e-11ed-9ae6-e2997929b007 | InvocationID=b827d25e-8e4e-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:47:31+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c713a414-8e4e-11ed-9ae6-e2997929b007 | InvocationID=c713a63a-8e4e-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:47:31+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c713a414-8e4e-11ed-9ae6-e2997929b007 | InvocationID=c713a63a-8e4e-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:47:31+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c713a414-8e4e-11ed-9ae6-e2997929b007 | InvocationID=c713a63a-8e4e-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:47:39+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd18223c-8e4e-11ed-9ae6-e2997929b007 | InvocationID=bd1823ea-8e4e-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:47:39+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbddd258-8e4e-11ed-9ae6-e2997929b007 | InvocationID=cbddd5aa-8e4e-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:47:56+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c713a414-8e4e-11ed-9ae6-e2997929b007 | InvocationID=c713a63a-8e4e-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:47:56+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5fe717a-8e4e-11ed-9ae6-e2997929b007 | InvocationID=d5fe731e-8e4e-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:47:56+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5fe717a-8e4e-11ed-9ae6-e2997929b007 | InvocationID=d5fe731e-8e4e-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:47:56+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5fe717a-8e4e-11ed-9ae6-e2997929b007 | InvocationID=d5fe731e-8e4e-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:48:04+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cbddd258-8e4e-11ed-9ae6-e2997929b007 | InvocationID=cbddd5aa-8e4e-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:48:04+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=daa0912c-8e4e-11ed-9ae6-e2997929b007 | InvocationID=daa092c6-8e4e-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:48:21+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5fe717a-8e4e-11ed-9ae6-e2997929b007 | InvocationID=d5fe731e-8e4e-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:48:21+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4e905a6-8e4e-11ed-9ae6-e2997929b007 | InvocationID=e4e90740-8e4e-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:48:21+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4e905a6-8e4e-11ed-9ae6-e2997929b007 | InvocationID=e4e90740-8e4e-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:48:21+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4e905a6-8e4e-11ed-9ae6-e2997929b007 | InvocationID=e4e90740-8e4e-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:48:29+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=daa0912c-8e4e-11ed-9ae6-e2997929b007 | InvocationID=daa092c6-8e4e-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:48:29+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e961c3ca-8e4e-11ed-9ae6-e2997929b007 | InvocationID=e961c618-8e4e-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:48:46+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4e905a6-8e4e-11ed-9ae6-e2997929b007 | InvocationID=e4e90740-8e4e-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:48:46+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3d4868a-8e4e-11ed-9ae6-e2997929b007 | InvocationID=f3d4882e-8e4e-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:48:46+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3d4868a-8e4e-11ed-9ae6-e2997929b007 | InvocationID=f3d4882e-8e4e-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:48:46+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3d4868a-8e4e-11ed-9ae6-e2997929b007 | InvocationID=f3d4882e-8e4e-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:48:54+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e961c3ca-8e4e-11ed-9ae6-e2997929b007 | InvocationID=e961c618-8e4e-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:48:54+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f82832b8-8e4e-11ed-9ae6-e2997929b007 | InvocationID=f8283862-8e4e-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:49:11+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3d4868a-8e4e-11ed-9ae6-e2997929b007 | InvocationID=f3d4882e-8e4e-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:49:11+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02bfb192-8e4f-11ed-9ae6-e2997929b007 | InvocationID=02bfb368-8e4f-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:49:11+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02bfb192-8e4f-11ed-9ae6-e2997929b007 | InvocationID=02bfb368-8e4f-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:49:11+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02bfb192-8e4f-11ed-9ae6-e2997929b007 | InvocationID=02bfb368-8e4f-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:49:18+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f82832b8-8e4e-11ed-9ae6-e2997929b007 | InvocationID=f8283862-8e4e-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:49:18+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06e9e346-8e4f-11ed-9ae6-e2997929b007 | InvocationID=06e9e62a-8e4f-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:49:36+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02bfb192-8e4f-11ed-9ae6-e2997929b007 | InvocationID=02bfb368-8e4f-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:49:36+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11aa6256-8e4f-11ed-9ae6-e2997929b007 | InvocationID=11aa649a-8e4f-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:49:36+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11aa6256-8e4f-11ed-9ae6-e2997929b007 | InvocationID=11aa649a-8e4f-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:49:36+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11aa6256-8e4f-11ed-9ae6-e2997929b007 | InvocationID=11aa649a-8e4f-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:49:43+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=06e9e346-8e4f-11ed-9ae6-e2997929b007 | InvocationID=06e9e62a-8e4f-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:49:43+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15aec70c-8e4f-11ed-9ae6-e2997929b007 | InvocationID=15aec8ba-8e4f-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:50:01+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11aa6256-8e4f-11ed-9ae6-e2997929b007 | InvocationID=11aa649a-8e4f-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:50:01+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20955636-8e4f-11ed-9ae6-e2997929b007 | InvocationID=2095594c-8e4f-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:50:01+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20955636-8e4f-11ed-9ae6-e2997929b007 | InvocationID=2095594c-8e4f-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:50:01+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20955636-8e4f-11ed-9ae6-e2997929b007 | InvocationID=2095594c-8e4f-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:50:08+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=15aec70c-8e4f-11ed-9ae6-e2997929b007 | InvocationID=15aec8ba-8e4f-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:50:08+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2471abba-8e4f-11ed-9ae6-e2997929b007 | InvocationID=2471adae-8e4f-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:50:26+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20955636-8e4f-11ed-9ae6-e2997929b007 | InvocationID=2095594c-8e4f-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:50:26+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f801974-8e4f-11ed-9ae6-e2997929b007 | InvocationID=2f801af0-8e4f-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:50:26+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f801974-8e4f-11ed-9ae6-e2997929b007 | InvocationID=2f801af0-8e4f-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:50:26+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f801974-8e4f-11ed-9ae6-e2997929b007 | InvocationID=2f801af0-8e4f-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:50:33+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2471abba-8e4f-11ed-9ae6-e2997929b007 | InvocationID=2471adae-8e4f-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:50:33+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33349e96-8e4f-11ed-9ae6-e2997929b007 | InvocationID=3334a01c-8e4f-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:50:51+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f801974-8e4f-11ed-9ae6-e2997929b007 | InvocationID=2f801af0-8e4f-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:50:51+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e6b8586-8e4f-11ed-9ae6-e2997929b007 | InvocationID=3e6b87c0-8e4f-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:50:51+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e6b8586-8e4f-11ed-9ae6-e2997929b007 | InvocationID=3e6b87c0-8e4f-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:50:51+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e6b8586-8e4f-11ed-9ae6-e2997929b007 | InvocationID=3e6b87c0-8e4f-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:50:57+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33349e96-8e4f-11ed-9ae6-e2997929b007 | InvocationID=3334a01c-8e4f-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:50:57+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41f59a66-8e4f-11ed-9ae6-e2997929b007 | InvocationID=41f59cc8-8e4f-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:51:16+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e6b8586-8e4f-11ed-9ae6-e2997929b007 | InvocationID=3e6b87c0-8e4f-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:51:16+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d56b91c-8e4f-11ed-9ae6-e2997929b007 | InvocationID=4d56bbe2-8e4f-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:51:16+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d56b91c-8e4f-11ed-9ae6-e2997929b007 | InvocationID=4d56bbe2-8e4f-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:51:16+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d56b91c-8e4f-11ed-9ae6-e2997929b007 | InvocationID=4d56bbe2-8e4f-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:51:22+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41f59a66-8e4f-11ed-9ae6-e2997929b007 | InvocationID=41f59cc8-8e4f-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:51:22+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50b8f9da-8e4f-11ed-9ae6-e2997929b007 | InvocationID=50b8fb92-8e4f-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:51:41+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d56b91c-8e4f-11ed-9ae6-e2997929b007 | InvocationID=4d56bbe2-8e4f-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:51:41+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c42229a-8e4f-11ed-9ae6-e2997929b007 | InvocationID=5c422506-8e4f-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:51:42+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c42229a-8e4f-11ed-9ae6-e2997929b007 | InvocationID=5c422506-8e4f-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:51:42+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c42229a-8e4f-11ed-9ae6-e2997929b007 | InvocationID=5c422506-8e4f-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:51:47+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=50b8f9da-8e4f-11ed-9ae6-e2997929b007 | InvocationID=50b8fb92-8e4f-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:51:47+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f811b46-8e4f-11ed-9ae6-e2997929b007 | InvocationID=5f811cc2-8e4f-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:52:07+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c42229a-8e4f-11ed-9ae6-e2997929b007 | InvocationID=5c422506-8e4f-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:52:07+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b2ff912-8e4f-11ed-9ae6-e2997929b007 | InvocationID=6b2ffab6-8e4f-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:52:07+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b2ff912-8e4f-11ed-9ae6-e2997929b007 | InvocationID=6b2ffab6-8e4f-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:52:07+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b2ff912-8e4f-11ed-9ae6-e2997929b007 | InvocationID=6b2ffab6-8e4f-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:52:12+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f811b46-8e4f-11ed-9ae6-e2997929b007 | InvocationID=5f811cc2-8e4f-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:52:12+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e457d0c-8e4f-11ed-9ae6-e2997929b007 | InvocationID=6e4580f4-8e4f-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:52:32+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b2ff912-8e4f-11ed-9ae6-e2997929b007 | InvocationID=6b2ffab6-8e4f-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:52:32+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a1dad20-8e4f-11ed-9ae6-e2997929b007 | InvocationID=7a1daf50-8e4f-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:52:32+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a1dad20-8e4f-11ed-9ae6-e2997929b007 | InvocationID=7a1daf50-8e4f-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:52:32+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a1dad20-8e4f-11ed-9ae6-e2997929b007 | InvocationID=7a1daf50-8e4f-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:52:36+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e457d0c-8e4f-11ed-9ae6-e2997929b007 | InvocationID=6e4580f4-8e4f-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:52:36+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d08cf1a-8e4f-11ed-9ae6-e2997929b007 | InvocationID=7d08d0b4-8e4f-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:52:57+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a1dad20-8e4f-11ed-9ae6-e2997929b007 | InvocationID=7a1daf50-8e4f-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:52:57+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8908ce82-8e4f-11ed-9ae6-e2997929b007 | InvocationID=8908d01c-8e4f-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:52:57+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8908ce82-8e4f-11ed-9ae6-e2997929b007 | InvocationID=8908d01c-8e4f-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:52:57+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8908ce82-8e4f-11ed-9ae6-e2997929b007 | InvocationID=8908d01c-8e4f-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:53:01+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d08cf1a-8e4f-11ed-9ae6-e2997929b007 | InvocationID=7d08d0b4-8e4f-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:53:01+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bcb6698-8e4f-11ed-9ae6-e2997929b007 | InvocationID=8bcb6832-8e4f-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:53:22+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8908ce82-8e4f-11ed-9ae6-e2997929b007 | InvocationID=8908d01c-8e4f-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:53:22+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97f3e256-8e4f-11ed-9ae6-e2997929b007 | InvocationID=97f3ed32-8e4f-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:53:22+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97f3e256-8e4f-11ed-9ae6-e2997929b007 | InvocationID=97f3ed32-8e4f-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:53:22+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97f3e256-8e4f-11ed-9ae6-e2997929b007 | InvocationID=97f3ed32-8e4f-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:53:26+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8bcb6698-8e4f-11ed-9ae6-e2997929b007 | InvocationID=8bcb6832-8e4f-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:53:26+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a8de02a-8e4f-11ed-9ae6-e2997929b007 | InvocationID=9a8de25a-8e4f-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:53:47+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97f3e256-8e4f-11ed-9ae6-e2997929b007 | InvocationID=97f3ed32-8e4f-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:53:47+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6e24384-8e4f-11ed-9ae6-e2997929b007 | InvocationID=a6e24514-8e4f-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:53:47+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6e24384-8e4f-11ed-9ae6-e2997929b007 | InvocationID=a6e24514-8e4f-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:53:47+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6e24384-8e4f-11ed-9ae6-e2997929b007 | InvocationID=a6e24514-8e4f-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:53:51+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a8de02a-8e4f-11ed-9ae6-e2997929b007 | InvocationID=9a8de25a-8e4f-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:53:51+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a94fc7ae-8e4f-11ed-9ae6-e2997929b007 | InvocationID=a94fca2e-8e4f-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:54:12+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6e24384-8e4f-11ed-9ae6-e2997929b007 | InvocationID=a6e24514-8e4f-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:54:12+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5d30040-8e4f-11ed-9ae6-e2997929b007 | InvocationID=b5d30946-8e4f-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:54:12+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5d30040-8e4f-11ed-9ae6-e2997929b007 | InvocationID=b5d30946-8e4f-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:54:12+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5d30040-8e4f-11ed-9ae6-e2997929b007 | InvocationID=b5d30946-8e4f-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:54:16+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a94fc7ae-8e4f-11ed-9ae6-e2997929b007 | InvocationID=a94fca2e-8e4f-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:54:16+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b811c210-8e4f-11ed-9ae6-e2997929b007 | InvocationID=b811c3f0-8e4f-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:54:37+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5d30040-8e4f-11ed-9ae6-e2997929b007 | InvocationID=b5d30946-8e4f-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:54:37+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4bed76e-8e4f-11ed-9ae6-e2997929b007 | InvocationID=c4bed8fe-8e4f-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:54:37+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4bed76e-8e4f-11ed-9ae6-e2997929b007 | InvocationID=c4bed8fe-8e4f-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:54:37+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4bed76e-8e4f-11ed-9ae6-e2997929b007 | InvocationID=c4bed8fe-8e4f-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:54:40+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b811c210-8e4f-11ed-9ae6-e2997929b007 | InvocationID=b811c3f0-8e4f-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:54:40+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6d310c4-8e4f-11ed-9ae6-e2997929b007 | InvocationID=c6d312b8-8e4f-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:55:02+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4bed76e-8e4f-11ed-9ae6-e2997929b007 | InvocationID=c4bed8fe-8e4f-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:55:02+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3a9baa0-8e4f-11ed-9ae6-e2997929b007 | InvocationID=d3a9c4be-8e4f-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:55:02+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3a9baa0-8e4f-11ed-9ae6-e2997929b007 | InvocationID=d3a9c4be-8e4f-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:55:02+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3a9baa0-8e4f-11ed-9ae6-e2997929b007 | InvocationID=d3a9c4be-8e4f-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:55:05+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c6d310c4-8e4f-11ed-9ae6-e2997929b007 | InvocationID=c6d312b8-8e4f-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:55:05+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5947648-8e4f-11ed-9ae6-e2997929b007 | InvocationID=d59477ce-8e4f-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:55:27+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3a9baa0-8e4f-11ed-9ae6-e2997929b007 | InvocationID=d3a9c4be-8e4f-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:55:27+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2947cee-8e4f-11ed-9ae6-e2997929b007 | InvocationID=e29480b8-8e4f-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:55:27+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2947cee-8e4f-11ed-9ae6-e2997929b007 | InvocationID=e29480b8-8e4f-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:55:27+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2947cee-8e4f-11ed-9ae6-e2997929b007 | InvocationID=e29480b8-8e4f-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:55:30+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d5947648-8e4f-11ed-9ae6-e2997929b007 | InvocationID=d59477ce-8e4f-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:55:30+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e456eda0-8e4f-11ed-9ae6-e2997929b007 | InvocationID=e456efa8-8e4f-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:55:52+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2947cee-8e4f-11ed-9ae6-e2997929b007 | InvocationID=e29480b8-8e4f-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:55:52+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f18051e2-8e4f-11ed-9ae6-e2997929b007 | InvocationID=f1805368-8e4f-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:55:52+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f18051e2-8e4f-11ed-9ae6-e2997929b007 | InvocationID=f1805368-8e4f-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:55:52+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f18051e2-8e4f-11ed-9ae6-e2997929b007 | InvocationID=f1805368-8e4f-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:55:55+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e456eda0-8e4f-11ed-9ae6-e2997929b007 | InvocationID=e456efa8-8e4f-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:55:55+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f318c80e-8e4f-11ed-9ae6-e2997929b007 | InvocationID=f318c99e-8e4f-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:56:17+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f18051e2-8e4f-11ed-9ae6-e2997929b007 | InvocationID=f1805368-8e4f-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:56:17+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=006c0b60-8e50-11ed-9ae6-e2997929b007 | InvocationID=006c0d68-8e50-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:56:17+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=006c0b60-8e50-11ed-9ae6-e2997929b007 | InvocationID=006c0d68-8e50-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:56:17+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=006c0b60-8e50-11ed-9ae6-e2997929b007 | InvocationID=006c0d68-8e50-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:56:19+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f318c80e-8e4f-11ed-9ae6-e2997929b007 | InvocationID=f318c99e-8e4f-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:56:19+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01dcdf9c-8e50-11ed-9ae6-e2997929b007 | InvocationID=01dce2ee-8e50-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:56:42+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=006c0b60-8e50-11ed-9ae6-e2997929b007 | InvocationID=006c0d68-8e50-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:56:42+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f56ca66-8e50-11ed-9ae6-e2997929b007 | InvocationID=0f56cd4a-8e50-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:56:42+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f56ca66-8e50-11ed-9ae6-e2997929b007 | InvocationID=0f56cd4a-8e50-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:56:42+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f56ca66-8e50-11ed-9ae6-e2997929b007 | InvocationID=0f56cd4a-8e50-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:56:44+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01dcdf9c-8e50-11ed-9ae6-e2997929b007 | InvocationID=01dce2ee-8e50-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:56:44+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10a304c0-8e50-11ed-9ae6-e2997929b007 | InvocationID=10a306f0-8e50-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:57:07+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f56ca66-8e50-11ed-9ae6-e2997929b007 | InvocationID=0f56cd4a-8e50-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:57:07+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e41fc58-8e50-11ed-9ae6-e2997929b007 | InvocationID=1e41fe60-8e50-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:57:07+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e41fc58-8e50-11ed-9ae6-e2997929b007 | InvocationID=1e41fe60-8e50-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:57:07+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e41fc58-8e50-11ed-9ae6-e2997929b007 | InvocationID=1e41fe60-8e50-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:57:09+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10a304c0-8e50-11ed-9ae6-e2997929b007 | InvocationID=10a306f0-8e50-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:57:09+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f66c17c-8e50-11ed-9ae6-e2997929b007 | InvocationID=1f66c30c-8e50-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:57:32+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e41fc58-8e50-11ed-9ae6-e2997929b007 | InvocationID=1e41fe60-8e50-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:57:32+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d2df9b0-8e50-11ed-9ae6-e2997929b007 | InvocationID=2d2dfb40-8e50-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:57:32+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d2df9b0-8e50-11ed-9ae6-e2997929b007 | InvocationID=2d2dfb40-8e50-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:57:32+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d2df9b0-8e50-11ed-9ae6-e2997929b007 | InvocationID=2d2dfb40-8e50-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:57:34+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f66c17c-8e50-11ed-9ae6-e2997929b007 | InvocationID=1f66c30c-8e50-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:57:34+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e31bd92-8e50-11ed-9ae6-e2997929b007 | InvocationID=2e31c51c-8e50-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:57:57+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d2df9b0-8e50-11ed-9ae6-e2997929b007 | InvocationID=2d2dfb40-8e50-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:57:57+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c195744-8e50-11ed-9ae6-e2997929b007 | InvocationID=3c1959ba-8e50-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:57:57+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c195744-8e50-11ed-9ae6-e2997929b007 | InvocationID=3c1959ba-8e50-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:57:57+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c195744-8e50-11ed-9ae6-e2997929b007 | InvocationID=3c1959ba-8e50-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:57:58+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e31bd92-8e50-11ed-9ae6-e2997929b007 | InvocationID=2e31c51c-8e50-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:57:58+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cf53b24-8e50-11ed-9ae6-e2997929b007 | InvocationID=3cf53d2c-8e50-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:58:22+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c195744-8e50-11ed-9ae6-e2997929b007 | InvocationID=3c1959ba-8e50-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:58:22+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b04482c-8e50-11ed-9ae6-e2997929b007 | InvocationID=4b044b74-8e50-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:58:22+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b04482c-8e50-11ed-9ae6-e2997929b007 | InvocationID=4b044b74-8e50-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:58:22+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b04482c-8e50-11ed-9ae6-e2997929b007 | InvocationID=4b044b74-8e50-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:58:23+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3cf53b24-8e50-11ed-9ae6-e2997929b007 | InvocationID=3cf53d2c-8e50-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:58:23+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bb65882-8e50-11ed-9ae6-e2997929b007 | InvocationID=4bb65b3e-8e50-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:58:47+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b04482c-8e50-11ed-9ae6-e2997929b007 | InvocationID=4b044b74-8e50-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:58:47+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59f04976-8e50-11ed-9ae6-e2997929b007 | InvocationID=59f04ba6-8e50-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:58:47+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59f04976-8e50-11ed-9ae6-e2997929b007 | InvocationID=59f04ba6-8e50-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:58:47+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59f04976-8e50-11ed-9ae6-e2997929b007 | InvocationID=59f04ba6-8e50-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:58:48+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4bb65882-8e50-11ed-9ae6-e2997929b007 | InvocationID=4bb65b3e-8e50-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:58:48+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a7ae996-8e50-11ed-9ae6-e2997929b007 | InvocationID=5a7aeb26-8e50-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:59:12+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59f04976-8e50-11ed-9ae6-e2997929b007 | InvocationID=59f04ba6-8e50-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:59:12+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68dd9632-8e50-11ed-9ae6-e2997929b007 | InvocationID=68dd9902-8e50-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:59:12+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68dd9632-8e50-11ed-9ae6-e2997929b007 | InvocationID=68dd9902-8e50-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:59:12+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68dd9632-8e50-11ed-9ae6-e2997929b007 | InvocationID=68dd9902-8e50-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:59:13+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a7ae996-8e50-11ed-9ae6-e2997929b007 | InvocationID=5a7aeb26-8e50-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:59:13+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=693bb802-8e50-11ed-9ae6-e2997929b007 | InvocationID=693bb992-8e50-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T05:59:37+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68dd9632-8e50-11ed-9ae6-e2997929b007 | InvocationID=68dd9902-8e50-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T05:59:37+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77c8d31e-8e50-11ed-9ae6-e2997929b007 | InvocationID=77c8d4ae-8e50-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T05:59:37+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77c8d31e-8e50-11ed-9ae6-e2997929b007 | InvocationID=77c8d4ae-8e50-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:59:37+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77c8d31e-8e50-11ed-9ae6-e2997929b007 | InvocationID=77c8d4ae-8e50-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T05:59:38+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=693bb802-8e50-11ed-9ae6-e2997929b007 | InvocationID=693bb992-8e50-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T05:59:38+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77fe903a-8e50-11ed-9ae6-e2997929b007 | InvocationID=77fe91ca-8e50-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T06:00:02+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77c8d31e-8e50-11ed-9ae6-e2997929b007 | InvocationID=77c8d4ae-8e50-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T06:00:02+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86b399e0-8e50-11ed-9ae6-e2997929b007 | InvocationID=86b39b7a-8e50-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T06:00:02+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86b399e0-8e50-11ed-9ae6-e2997929b007 | InvocationID=86b39b7a-8e50-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T06:00:02+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86b399e0-8e50-11ed-9ae6-e2997929b007 | InvocationID=86b39b7a-8e50-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T06:00:02+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=77fe903a-8e50-11ed-9ae6-e2997929b007 | InvocationID=77fe91ca-8e50-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T06:00:02+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86c394f8-8e50-11ed-9ae6-e2997929b007 | InvocationID=86c396ce-8e50-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T06:00:27+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86c394f8-8e50-11ed-9ae6-e2997929b007 | InvocationID=86c396ce-8e50-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T06:00:27+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95859766-8e50-11ed-9ae6-e2997929b007 | InvocationID=95859b44-8e50-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T06:00:27+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86b399e0-8e50-11ed-9ae6-e2997929b007 | InvocationID=86b39b7a-8e50-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T06:00:27+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=959e9ff4-8e50-11ed-9ae6-e2997929b007 | InvocationID=959ea1f2-8e50-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T06:00:27+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=959e9ff4-8e50-11ed-9ae6-e2997929b007 | InvocationID=959ea1f2-8e50-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T06:00:27+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=959e9ff4-8e50-11ed-9ae6-e2997929b007 | InvocationID=959ea1f2-8e50-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T06:00:52+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95859766-8e50-11ed-9ae6-e2997929b007 | InvocationID=95859b44-8e50-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T06:00:52+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a44e2c22-8e50-11ed-9ae6-e2997929b007 | InvocationID=a44e2e52-8e50-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T06:00:52+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=959e9ff4-8e50-11ed-9ae6-e2997929b007 | InvocationID=959ea1f2-8e50-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T06:00:52+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a48b4f30-8e50-11ed-9ae6-e2997929b007 | InvocationID=a48b5174-8e50-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T06:00:52+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a48b4f30-8e50-11ed-9ae6-e2997929b007 | InvocationID=a48b5174-8e50-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T06:00:52+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a48b4f30-8e50-11ed-9ae6-e2997929b007 | InvocationID=a48b5174-8e50-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T06:01:17+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a44e2c22-8e50-11ed-9ae6-e2997929b007 | InvocationID=a44e2e52-8e50-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T06:01:17+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3107e72-8e50-11ed-9ae6-e2997929b007 | InvocationID=b3108020-8e50-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T06:01:17+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a48b4f30-8e50-11ed-9ae6-e2997929b007 | InvocationID=a48b5174-8e50-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T06:01:17+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3777276-8e50-11ed-9ae6-e2997929b007 | InvocationID=b37774ba-8e50-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T06:01:17+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3777276-8e50-11ed-9ae6-e2997929b007 | InvocationID=b37774ba-8e50-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T06:01:17+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3777276-8e50-11ed-9ae6-e2997929b007 | InvocationID=b37774ba-8e50-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T06:01:41+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b3107e72-8e50-11ed-9ae6-e2997929b007 | InvocationID=b3108020-8e50-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T06:01:41+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1d77e10-8e50-11ed-9ae6-e2997929b007 | InvocationID=c1d7800e-8e50-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T06:01:42+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3777276-8e50-11ed-9ae6-e2997929b007 | InvocationID=b37774ba-8e50-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T06:01:42+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2625a44-8e50-11ed-9ae6-e2997929b007 | InvocationID=c2625bde-8e50-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T06:01:42+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2625a44-8e50-11ed-9ae6-e2997929b007 | InvocationID=c2625bde-8e50-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T06:01:42+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2625a44-8e50-11ed-9ae6-e2997929b007 | InvocationID=c2625bde-8e50-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T06:02:06+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1d77e10-8e50-11ed-9ae6-e2997929b007 | InvocationID=c1d7800e-8e50-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T06:02:06+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d09a5b02-8e50-11ed-9ae6-e2997929b007 | InvocationID=d09a5c9c-8e50-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T06:02:07+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2625a44-8e50-11ed-9ae6-e2997929b007 | InvocationID=c2625bde-8e50-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T06:02:07+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d14d2e6c-8e50-11ed-9ae6-e2997929b007 | InvocationID=d14d2fd4-8e50-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T06:02:07+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d14d2e6c-8e50-11ed-9ae6-e2997929b007 | InvocationID=d14d2fd4-8e50-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T06:02:07+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d14d2e6c-8e50-11ed-9ae6-e2997929b007 | InvocationID=d14d2fd4-8e50-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T06:02:31+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d09a5b02-8e50-11ed-9ae6-e2997929b007 | InvocationID=d09a5c9c-8e50-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T06:02:31+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df60be42-8e50-11ed-9ae6-e2997929b007 | InvocationID=df60c04a-8e50-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T06:02:32+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d14d2e6c-8e50-11ed-9ae6-e2997929b007 | InvocationID=d14d2fd4-8e50-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T06:02:32+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e037cff4-8e50-11ed-9ae6-e2997929b007 | InvocationID=e037d184-8e50-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T06:02:32+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e037cff4-8e50-11ed-9ae6-e2997929b007 | InvocationID=e037d184-8e50-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T06:02:32+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e037cff4-8e50-11ed-9ae6-e2997929b007 | InvocationID=e037d184-8e50-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T06:02:56+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df60be42-8e50-11ed-9ae6-e2997929b007 | InvocationID=df60c04a-8e50-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T06:02:56+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee27cf9c-8e50-11ed-9ae6-e2997929b007 | InvocationID=ee27d136-8e50-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T06:02:57+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e037cff4-8e50-11ed-9ae6-e2997929b007 | InvocationID=e037d184-8e50-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T06:02:57+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef223360-8e50-11ed-9ae6-e2997929b007 | InvocationID=ef2234dc-8e50-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T06:02:57+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef223360-8e50-11ed-9ae6-e2997929b007 | InvocationID=ef2234dc-8e50-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T06:02:57+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef223360-8e50-11ed-9ae6-e2997929b007 | InvocationID=ef2234dc-8e50-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T06:03:21+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee27cf9c-8e50-11ed-9ae6-e2997929b007 | InvocationID=ee27d136-8e50-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T06:03:21+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcebc182-8e50-11ed-9ae6-e2997929b007 | InvocationID=fcebc362-8e50-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T06:03:22+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef223360-8e50-11ed-9ae6-e2997929b007 | InvocationID=ef2234dc-8e50-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T06:03:22+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe0f3198-8e50-11ed-9ae6-e2997929b007 | InvocationID=fe0f3364-8e50-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T06:03:23+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe0f3198-8e50-11ed-9ae6-e2997929b007 | InvocationID=fe0f3364-8e50-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T06:03:23+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe0f3198-8e50-11ed-9ae6-e2997929b007 | InvocationID=fe0f3364-8e50-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T06:03:45+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fcebc182-8e50-11ed-9ae6-e2997929b007 | InvocationID=fcebc362-8e50-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T06:03:45+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bb0c6d6-8e51-11ed-9ae6-e2997929b007 | InvocationID=0bb0c870-8e51-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T06:03:48+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe0f3198-8e50-11ed-9ae6-e2997929b007 | InvocationID=fe0f3364-8e50-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T06:03:48+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d0270d4-8e51-11ed-9ae6-e2997929b007 | InvocationID=0d0272e6-8e51-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T06:03:48+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d0270d4-8e51-11ed-9ae6-e2997929b007 | InvocationID=0d0272e6-8e51-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T06:03:48+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d0270d4-8e51-11ed-9ae6-e2997929b007 | InvocationID=0d0272e6-8e51-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T06:04:10+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0bb0c6d6-8e51-11ed-9ae6-e2997929b007 | InvocationID=0bb0c870-8e51-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T06:04:10+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a75cd1a-8e51-11ed-9ae6-e2997929b007 | InvocationID=1a75cf4a-8e51-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T06:04:13+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d0270d4-8e51-11ed-9ae6-e2997929b007 | InvocationID=0d0272e6-8e51-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T06:04:13+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bed125c-8e51-11ed-9ae6-e2997929b007 | InvocationID=1bed13e2-8e51-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T06:04:13+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bed125c-8e51-11ed-9ae6-e2997929b007 | InvocationID=1bed13e2-8e51-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T06:04:13+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1bed125c-8e51-11ed-9ae6-e2997929b007 | InvocationID=1bed13e2-8e51-11ed-9ae6-e2997929b007 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T06:04:35+0000 | aai_event_thread | 139833994947360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a75cd1a-8e51-11ed-9ae6-e2997929b007 | InvocationID=1a75cf4a-8e51-11ed-9ae6-e2997929b007 | Polling MR for XNF AAI events. 2023-01-07T06:04:35+0000 | aai_event_thread | 139833994947360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=293cf9c2-8e51-11ed-9ae6-e2997929b007 | InvocationID=293cfb3e-8e51-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-01-07T06:04:38+0000 | policy_event_thread | 139833996008224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1bed125c-8e51-11ed-9ae6-e2997929b007 | InvocationID=1bed13e2-8e51-11ed-9ae6-e2997929b007 | Polling MR for XNF activation/deactivation policy response events. 2023-01-07T06:04:38+0000 | policy_event_thread | 139833996008224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ad7c708-8e51-11ed-9ae6-e2997929b007 | InvocationID=2ad7cd5c-8e51-11ed-9ae6-e2997929b007 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-01-07T06:04:38+0000 | policy_event_thread | 139833996008224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ad7c708-8e51-11ed-9ae6-e2997929b007 | InvocationID=2ad7cd5c-8e51-11ed-9ae6-e2997929b007 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-01-07T06:04:38+0000 | policy_event_thread | 139833996008224 | ERROR | policy_response_handler | poll