/opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. return yaml.load(f.read()) 2022-10-21T16:32:11+0000 | MainThread | 140323298348360 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS. 2022-10-21T16:32:11+0000 | MainThread | 140323298348360 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Successfully fetched PMSH config from CBS: {'config': {'aaf_identity': 'dcae@dcae.onap.org', 'aaf_password': 'demo123456!', 'ca_cert_path': '/opt/app/pmsh/etc/certs/cacert.pem', 'cert_path': '/opt/app/pmsh/etc/certs/cert.pem', 'control_loop_name': 'pmsh-control-loop', 'enable_tls': False, 'key_path': '/opt/app/pmsh/etc/certs/key.pem', 'operational_policy_name': 'pmsh-operational-policy', 'pmsh_policy': {'subscription': {'administrativeState': 'LOCKED', 'fileBasedGP': 15, 'fileLocation': '/pm/pm.xml', 'measurementGroups': [{'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dna'}, {'DN': 'dnb'}], 'measurementTypes': [{'measurementType': 'countera'}, {'measurementType': 'counterb'}]}}, {'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dnc'}, {'DN': 'dnd'}], 'measurementTypes': [{'measurementType': 'counterc'}, {'measurementType': 'counterd'}]}}], 'nfFilter': {'modelInvariantIDs': [], 'modelNames': [], 'modelVersionIDs': [], 'nfNames': ['^pnf.*', '^vnf.*']}, 'subscriptionName': 'ExtraPM-All-gNB-R2B'}}, 'streams_publishes': {'policy_pm_publisher': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}} 2022-10-21T16:32:11+0000 | MainThread | 140323298348360 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR. 2022-10-21T16:32:11+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:32:11+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9dce5c4-515d-11ed-a255-aeb22d1c7061 | InvocationID=e9dce98e-515d-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:32:11+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events. 2022-10-21T16:32:11+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9dedc94-515d-11ed-a255-aeb22d1c7061 | InvocationID=e9dede42-515d-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:32:12+0000 | MainThread | 140323298348360 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server 2022-10-21T16:32:12+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9dce5c4-515d-11ed-a255-aeb22d1c7061 | InvocationID=e9dce98e-515d-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:32:12+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9dce5c4-515d-11ed-a255-aeb22d1c7061 | InvocationID=e9dce98e-515d-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:32:12+0000 | aai_event_thread | 140323247594272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9dedc94-515d-11ed-a255-aeb22d1c7061 | InvocationID=e9dede42-515d-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:32:12+0000 | aai_event_thread | 140323247594272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9dedc94-515d-11ed-a255-aeb22d1c7061 | InvocationID=e9dede42-515d-11ed-a255-aeb22d1c7061 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:32:32+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9dedc94-515d-11ed-a255-aeb22d1c7061 | InvocationID=e9dede42-515d-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:32:32+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6357e8a-515d-11ed-a255-aeb22d1c7061 | InvocationID=f635820e-515d-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:32:32+0000 | aai_event_thread | 140323247594272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6357e8a-515d-11ed-a255-aeb22d1c7061 | InvocationID=f635820e-515d-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:32:32+0000 | aai_event_thread | 140323247594272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f6357e8a-515d-11ed-a255-aeb22d1c7061 | InvocationID=f635820e-515d-11ed-a255-aeb22d1c7061 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:32:37+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9dce5c4-515d-11ed-a255-aeb22d1c7061 | InvocationID=e9dce98e-515d-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:32:37+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f92d9348-515d-11ed-a255-aeb22d1c7061 | InvocationID=f92d978a-515d-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:32:37+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f92d9348-515d-11ed-a255-aeb22d1c7061 | InvocationID=f92d978a-515d-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:32:37+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f92d9348-515d-11ed-a255-aeb22d1c7061 | InvocationID=f92d978a-515d-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:32:52+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f6357e8a-515d-11ed-a255-aeb22d1c7061 | InvocationID=f635820e-515d-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:32:52+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=024e3018-515e-11ed-a255-aeb22d1c7061 | InvocationID=024e3bee-515e-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:32:52+0000 | aai_event_thread | 140323247594272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=024e3018-515e-11ed-a255-aeb22d1c7061 | InvocationID=024e3bee-515e-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:32:52+0000 | aai_event_thread | 140323247594272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=024e3018-515e-11ed-a255-aeb22d1c7061 | InvocationID=024e3bee-515e-11ed-a255-aeb22d1c7061 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:33:02+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f92d9348-515d-11ed-a255-aeb22d1c7061 | InvocationID=f92d978a-515d-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:33:02+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0824bee4-515e-11ed-a255-aeb22d1c7061 | InvocationID=0824c3e4-515e-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:33:02+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0824bee4-515e-11ed-a255-aeb22d1c7061 | InvocationID=0824c3e4-515e-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:33:02+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0824bee4-515e-11ed-a255-aeb22d1c7061 | InvocationID=0824c3e4-515e-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:33:12+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=024e3018-515e-11ed-a255-aeb22d1c7061 | InvocationID=024e3bee-515e-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:33:12+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e55e3e2-515e-11ed-a255-aeb22d1c7061 | InvocationID=0e55ef5e-515e-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:33:12+0000 | aai_event_thread | 140323247594272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e55e3e2-515e-11ed-a255-aeb22d1c7061 | InvocationID=0e55ef5e-515e-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:33:12+0000 | aai_event_thread | 140323247594272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e55e3e2-515e-11ed-a255-aeb22d1c7061 | InvocationID=0e55ef5e-515e-11ed-a255-aeb22d1c7061 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:33:27+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0824bee4-515e-11ed-a255-aeb22d1c7061 | InvocationID=0824c3e4-515e-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:33:27+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1730d0b2-515e-11ed-a255-aeb22d1c7061 | InvocationID=1730d7f6-515e-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:33:27+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1730d0b2-515e-11ed-a255-aeb22d1c7061 | InvocationID=1730d7f6-515e-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:33:27+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1730d0b2-515e-11ed-a255-aeb22d1c7061 | InvocationID=1730d7f6-515e-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:33:32+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e55e3e2-515e-11ed-a255-aeb22d1c7061 | InvocationID=0e55ef5e-515e-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:33:32+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a519a88-515e-11ed-a255-aeb22d1c7061 | InvocationID=1a519f9c-515e-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:33:32+0000 | aai_event_thread | 140323247594272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a519a88-515e-11ed-a255-aeb22d1c7061 | InvocationID=1a519f9c-515e-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:33:32+0000 | aai_event_thread | 140323247594272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a519a88-515e-11ed-a255-aeb22d1c7061 | InvocationID=1a519f9c-515e-11ed-a255-aeb22d1c7061 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:33:52+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1730d0b2-515e-11ed-a255-aeb22d1c7061 | InvocationID=1730d7f6-515e-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:33:52+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26244126-515e-11ed-a255-aeb22d1c7061 | InvocationID=262442fc-515e-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:33:52+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26244126-515e-11ed-a255-aeb22d1c7061 | InvocationID=262442fc-515e-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:33:52+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26244126-515e-11ed-a255-aeb22d1c7061 | InvocationID=262442fc-515e-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:33:52+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a519a88-515e-11ed-a255-aeb22d1c7061 | InvocationID=1a519f9c-515e-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:33:52+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=264d8bda-515e-11ed-a255-aeb22d1c7061 | InvocationID=264d8ea0-515e-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:33:53+0000 | aai_event_thread | 140323247594272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=264d8bda-515e-11ed-a255-aeb22d1c7061 | InvocationID=264d8ea0-515e-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:33:53+0000 | aai_event_thread | 140323247594272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=264d8bda-515e-11ed-a255-aeb22d1c7061 | InvocationID=264d8ea0-515e-11ed-a255-aeb22d1c7061 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:34:13+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=264d8bda-515e-11ed-a255-aeb22d1c7061 | InvocationID=264d8ea0-515e-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:34:13+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=324a8f32-515e-11ed-a255-aeb22d1c7061 | InvocationID=324a9180-515e-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:34:13+0000 | aai_event_thread | 140323247594272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=324a8f32-515e-11ed-a255-aeb22d1c7061 | InvocationID=324a9180-515e-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:34:13+0000 | aai_event_thread | 140323247594272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=324a8f32-515e-11ed-a255-aeb22d1c7061 | InvocationID=324a9180-515e-11ed-a255-aeb22d1c7061 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:34:17+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26244126-515e-11ed-a255-aeb22d1c7061 | InvocationID=262442fc-515e-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:34:17+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35139376-515e-11ed-a255-aeb22d1c7061 | InvocationID=35139a7e-515e-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:34:17+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35139376-515e-11ed-a255-aeb22d1c7061 | InvocationID=35139a7e-515e-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:34:17+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35139376-515e-11ed-a255-aeb22d1c7061 | InvocationID=35139a7e-515e-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:34:33+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=324a8f32-515e-11ed-a255-aeb22d1c7061 | InvocationID=324a9180-515e-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:34:33+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e4b100e-515e-11ed-a255-aeb22d1c7061 | InvocationID=3e4b1306-515e-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:34:33+0000 | aai_event_thread | 140323247594272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e4b100e-515e-11ed-a255-aeb22d1c7061 | InvocationID=3e4b1306-515e-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:34:33+0000 | aai_event_thread | 140323247594272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3e4b100e-515e-11ed-a255-aeb22d1c7061 | InvocationID=3e4b1306-515e-11ed-a255-aeb22d1c7061 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:34:42+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35139376-515e-11ed-a255-aeb22d1c7061 | InvocationID=35139a7e-515e-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:34:42+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=440df254-515e-11ed-a255-aeb22d1c7061 | InvocationID=440e010e-515e-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:34:43+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=440df254-515e-11ed-a255-aeb22d1c7061 | InvocationID=440e010e-515e-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:34:43+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=440df254-515e-11ed-a255-aeb22d1c7061 | InvocationID=440e010e-515e-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:34:53+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3e4b100e-515e-11ed-a255-aeb22d1c7061 | InvocationID=3e4b1306-515e-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:34:53+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a4def5c-515e-11ed-a255-aeb22d1c7061 | InvocationID=4a4df13c-515e-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:34:53+0000 | aai_event_thread | 140323247594272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a4def5c-515e-11ed-a255-aeb22d1c7061 | InvocationID=4a4df13c-515e-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:34:53+0000 | aai_event_thread | 140323247594272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4a4def5c-515e-11ed-a255-aeb22d1c7061 | InvocationID=4a4df13c-515e-11ed-a255-aeb22d1c7061 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:35:08+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=440df254-515e-11ed-a255-aeb22d1c7061 | InvocationID=440e010e-515e-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:35:08+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5350110c-515e-11ed-a255-aeb22d1c7061 | InvocationID=535015a8-515e-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:35:08+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5350110c-515e-11ed-a255-aeb22d1c7061 | InvocationID=535015a8-515e-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:35:08+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5350110c-515e-11ed-a255-aeb22d1c7061 | InvocationID=535015a8-515e-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:35:13+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4a4def5c-515e-11ed-a255-aeb22d1c7061 | InvocationID=4a4df13c-515e-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:35:13+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5661b134-515e-11ed-a255-aeb22d1c7061 | InvocationID=5661b454-515e-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:35:13+0000 | aai_event_thread | 140323247594272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5661b134-515e-11ed-a255-aeb22d1c7061 | InvocationID=5661b454-515e-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:35:13+0000 | aai_event_thread | 140323247594272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5661b134-515e-11ed-a255-aeb22d1c7061 | InvocationID=5661b454-515e-11ed-a255-aeb22d1c7061 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:35:33+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5350110c-515e-11ed-a255-aeb22d1c7061 | InvocationID=535015a8-515e-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:35:33+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62455e9c-515e-11ed-a255-aeb22d1c7061 | InvocationID=62456478-515e-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:35:34+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5661b134-515e-11ed-a255-aeb22d1c7061 | InvocationID=5661b454-515e-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:35:34+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62d8c8da-515e-11ed-a255-aeb22d1c7061 | InvocationID=62d8ccae-515e-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:35:35+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62455e9c-515e-11ed-a255-aeb22d1c7061 | InvocationID=62456478-515e-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:35:35+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62455e9c-515e-11ed-a255-aeb22d1c7061 | InvocationID=62456478-515e-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:35:35+0000 | aai_event_thread | 140323247594272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62d8c8da-515e-11ed-a255-aeb22d1c7061 | InvocationID=62d8ccae-515e-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:35:35+0000 | aai_event_thread | 140323247594272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=62d8c8da-515e-11ed-a255-aeb22d1c7061 | InvocationID=62d8ccae-515e-11ed-a255-aeb22d1c7061 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:35:55+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=62d8c8da-515e-11ed-a255-aeb22d1c7061 | InvocationID=62d8ccae-515e-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:35:55+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f273bb2-515e-11ed-a255-aeb22d1c7061 | InvocationID=6f2741f2-515e-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:35:55+0000 | aai_event_thread | 140323247594272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f273bb2-515e-11ed-a255-aeb22d1c7061 | InvocationID=6f2741f2-515e-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:35:55+0000 | aai_event_thread | 140323247594272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6f273bb2-515e-11ed-a255-aeb22d1c7061 | InvocationID=6f2741f2-515e-11ed-a255-aeb22d1c7061 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:36:00+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62455e9c-515e-11ed-a255-aeb22d1c7061 | InvocationID=62456478-515e-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:36:00+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=721e8a6e-515e-11ed-a255-aeb22d1c7061 | InvocationID=721e8cc6-515e-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:36:00+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=721e8a6e-515e-11ed-a255-aeb22d1c7061 | InvocationID=721e8cc6-515e-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:36:00+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=721e8a6e-515e-11ed-a255-aeb22d1c7061 | InvocationID=721e8cc6-515e-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:36:15+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6f273bb2-515e-11ed-a255-aeb22d1c7061 | InvocationID=6f2741f2-515e-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:36:15+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b258ee6-515e-11ed-a255-aeb22d1c7061 | InvocationID=7b2590bc-515e-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:36:15+0000 | aai_event_thread | 140323247594272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b258ee6-515e-11ed-a255-aeb22d1c7061 | InvocationID=7b2590bc-515e-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:36:15+0000 | aai_event_thread | 140323247594272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7b258ee6-515e-11ed-a255-aeb22d1c7061 | InvocationID=7b2590bc-515e-11ed-a255-aeb22d1c7061 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:36:25+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=721e8a6e-515e-11ed-a255-aeb22d1c7061 | InvocationID=721e8cc6-515e-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:36:25+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81118760-515e-11ed-a255-aeb22d1c7061 | InvocationID=811189fe-515e-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:36:25+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81118760-515e-11ed-a255-aeb22d1c7061 | InvocationID=811189fe-515e-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:36:25+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81118760-515e-11ed-a255-aeb22d1c7061 | InvocationID=811189fe-515e-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:36:35+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7b258ee6-515e-11ed-a255-aeb22d1c7061 | InvocationID=7b2590bc-515e-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:36:35+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87253278-515e-11ed-a255-aeb22d1c7061 | InvocationID=87253c64-515e-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:36:35+0000 | aai_event_thread | 140323247594272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87253278-515e-11ed-a255-aeb22d1c7061 | InvocationID=87253c64-515e-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:36:35+0000 | aai_event_thread | 140323247594272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=87253278-515e-11ed-a255-aeb22d1c7061 | InvocationID=87253c64-515e-11ed-a255-aeb22d1c7061 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:36:50+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81118760-515e-11ed-a255-aeb22d1c7061 | InvocationID=811189fe-515e-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:36:50+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9003bea0-515e-11ed-a255-aeb22d1c7061 | InvocationID=9003c0f8-515e-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:36:50+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9003bea0-515e-11ed-a255-aeb22d1c7061 | InvocationID=9003c0f8-515e-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:36:50+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9003bea0-515e-11ed-a255-aeb22d1c7061 | InvocationID=9003c0f8-515e-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:36:55+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=87253278-515e-11ed-a255-aeb22d1c7061 | InvocationID=87253c64-515e-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:36:55+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=935a60a4-515e-11ed-a255-aeb22d1c7061 | InvocationID=935a62b6-515e-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:36:55+0000 | aai_event_thread | 140323247594272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=935a60a4-515e-11ed-a255-aeb22d1c7061 | InvocationID=935a62b6-515e-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:36:55+0000 | aai_event_thread | 140323247594272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=935a60a4-515e-11ed-a255-aeb22d1c7061 | InvocationID=935a62b6-515e-11ed-a255-aeb22d1c7061 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:37:15+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9003bea0-515e-11ed-a255-aeb22d1c7061 | InvocationID=9003c0f8-515e-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:37:15+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ef88c60-515e-11ed-a255-aeb22d1c7061 | InvocationID=9ef88f6c-515e-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:37:15+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ef88c60-515e-11ed-a255-aeb22d1c7061 | InvocationID=9ef88f6c-515e-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:37:15+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ef88c60-515e-11ed-a255-aeb22d1c7061 | InvocationID=9ef88f6c-515e-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:37:15+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=935a60a4-515e-11ed-a255-aeb22d1c7061 | InvocationID=935a62b6-515e-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:37:15+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f4d9d72-515e-11ed-a255-aeb22d1c7061 | InvocationID=9f4d9fde-515e-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:37:16+0000 | aai_event_thread | 140323247594272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f4d9d72-515e-11ed-a255-aeb22d1c7061 | InvocationID=9f4d9fde-515e-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:37:16+0000 | aai_event_thread | 140323247594272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f4d9d72-515e-11ed-a255-aeb22d1c7061 | InvocationID=9f4d9fde-515e-11ed-a255-aeb22d1c7061 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:37:36+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f4d9d72-515e-11ed-a255-aeb22d1c7061 | InvocationID=9f4d9fde-515e-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:37:36+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab4c627a-515e-11ed-a255-aeb22d1c7061 | InvocationID=ab4c6572-515e-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:37:36+0000 | aai_event_thread | 140323247594272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab4c627a-515e-11ed-a255-aeb22d1c7061 | InvocationID=ab4c6572-515e-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:37:36+0000 | aai_event_thread | 140323247594272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ab4c627a-515e-11ed-a255-aeb22d1c7061 | InvocationID=ab4c6572-515e-11ed-a255-aeb22d1c7061 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:37:40+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ef88c60-515e-11ed-a255-aeb22d1c7061 | InvocationID=9ef88f6c-515e-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:37:40+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=adf73e78-515e-11ed-a255-aeb22d1c7061 | InvocationID=adf741de-515e-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:37:40+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=adf73e78-515e-11ed-a255-aeb22d1c7061 | InvocationID=adf741de-515e-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:37:40+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=adf73e78-515e-11ed-a255-aeb22d1c7061 | InvocationID=adf741de-515e-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:37:56+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ab4c627a-515e-11ed-a255-aeb22d1c7061 | InvocationID=ab4c6572-515e-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:37:56+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b747130e-515e-11ed-a255-aeb22d1c7061 | InvocationID=b7471ade-515e-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:37:56+0000 | aai_event_thread | 140323247594272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b747130e-515e-11ed-a255-aeb22d1c7061 | InvocationID=b7471ade-515e-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:37:56+0000 | aai_event_thread | 140323247594272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b747130e-515e-11ed-a255-aeb22d1c7061 | InvocationID=b7471ade-515e-11ed-a255-aeb22d1c7061 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:38:05+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=adf73e78-515e-11ed-a255-aeb22d1c7061 | InvocationID=adf741de-515e-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:38:05+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcf45fb4-515e-11ed-a255-aeb22d1c7061 | InvocationID=bcf46266-515e-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:38:05+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcf45fb4-515e-11ed-a255-aeb22d1c7061 | InvocationID=bcf46266-515e-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:38:05+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bcf45fb4-515e-11ed-a255-aeb22d1c7061 | InvocationID=bcf46266-515e-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:38:16+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b747130e-515e-11ed-a255-aeb22d1c7061 | InvocationID=b7471ade-515e-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:38:16+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c342f1dc-515e-11ed-a255-aeb22d1c7061 | InvocationID=c342f416-515e-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:38:16+0000 | aai_event_thread | 140323247594272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c342f1dc-515e-11ed-a255-aeb22d1c7061 | InvocationID=c342f416-515e-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:38:16+0000 | aai_event_thread | 140323247594272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c342f1dc-515e-11ed-a255-aeb22d1c7061 | InvocationID=c342f416-515e-11ed-a255-aeb22d1c7061 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:38:30+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bcf45fb4-515e-11ed-a255-aeb22d1c7061 | InvocationID=bcf46266-515e-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:38:30+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbe6d8ee-515e-11ed-a255-aeb22d1c7061 | InvocationID=cbe6dbbe-515e-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:38:30+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbe6d8ee-515e-11ed-a255-aeb22d1c7061 | InvocationID=cbe6dbbe-515e-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:38:30+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbe6d8ee-515e-11ed-a255-aeb22d1c7061 | InvocationID=cbe6dbbe-515e-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:38:36+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c342f1dc-515e-11ed-a255-aeb22d1c7061 | InvocationID=c342f416-515e-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:38:36+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf555898-515e-11ed-a255-aeb22d1c7061 | InvocationID=cf555a6e-515e-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:38:37+0000 | aai_event_thread | 140323247594272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf555898-515e-11ed-a255-aeb22d1c7061 | InvocationID=cf555a6e-515e-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:38:37+0000 | aai_event_thread | 140323247594272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cf555898-515e-11ed-a255-aeb22d1c7061 | InvocationID=cf555a6e-515e-11ed-a255-aeb22d1c7061 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:38:55+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbe6d8ee-515e-11ed-a255-aeb22d1c7061 | InvocationID=cbe6dbbe-515e-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:38:55+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dadc1918-515e-11ed-a255-aeb22d1c7061 | InvocationID=dadc2156-515e-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:38:56+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dadc1918-515e-11ed-a255-aeb22d1c7061 | InvocationID=dadc2156-515e-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:38:56+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dadc1918-515e-11ed-a255-aeb22d1c7061 | InvocationID=dadc2156-515e-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:38:57+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cf555898-515e-11ed-a255-aeb22d1c7061 | InvocationID=cf555a6e-515e-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:38:57+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db9f496a-515e-11ed-a255-aeb22d1c7061 | InvocationID=db9f7214-515e-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:38:57+0000 | aai_event_thread | 140323247594272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db9f496a-515e-11ed-a255-aeb22d1c7061 | InvocationID=db9f7214-515e-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:38:57+0000 | aai_event_thread | 140323247594272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db9f496a-515e-11ed-a255-aeb22d1c7061 | InvocationID=db9f7214-515e-11ed-a255-aeb22d1c7061 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:39:17+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db9f496a-515e-11ed-a255-aeb22d1c7061 | InvocationID=db9f7214-515e-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:39:17+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7b3bee8-515e-11ed-a255-aeb22d1c7061 | InvocationID=e7b3c384-515e-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:39:17+0000 | aai_event_thread | 140323247594272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7b3bee8-515e-11ed-a255-aeb22d1c7061 | InvocationID=e7b3c384-515e-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:39:17+0000 | aai_event_thread | 140323247594272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e7b3bee8-515e-11ed-a255-aeb22d1c7061 | InvocationID=e7b3c384-515e-11ed-a255-aeb22d1c7061 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:39:21+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dadc1918-515e-11ed-a255-aeb22d1c7061 | InvocationID=dadc2156-515e-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:39:21+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9dea00c-515e-11ed-a255-aeb22d1c7061 | InvocationID=e9dea264-515e-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:39:21+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9dea00c-515e-11ed-a255-aeb22d1c7061 | InvocationID=e9dea264-515e-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:39:21+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9dea00c-515e-11ed-a255-aeb22d1c7061 | InvocationID=e9dea264-515e-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:39:37+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e7b3bee8-515e-11ed-a255-aeb22d1c7061 | InvocationID=e7b3c384-515e-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:39:37+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3a8fc9a-515e-11ed-a255-aeb22d1c7061 | InvocationID=f3a8fede-515e-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:39:37+0000 | aai_event_thread | 140323247594272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3a8fc9a-515e-11ed-a255-aeb22d1c7061 | InvocationID=f3a8fede-515e-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:39:37+0000 | aai_event_thread | 140323247594272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3a8fc9a-515e-11ed-a255-aeb22d1c7061 | InvocationID=f3a8fede-515e-11ed-a255-aeb22d1c7061 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:39:46+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9dea00c-515e-11ed-a255-aeb22d1c7061 | InvocationID=e9dea264-515e-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:39:46+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8d17350-515e-11ed-a255-aeb22d1c7061 | InvocationID=f8d17990-515e-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:39:46+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8d17350-515e-11ed-a255-aeb22d1c7061 | InvocationID=f8d17990-515e-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:39:46+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8d17350-515e-11ed-a255-aeb22d1c7061 | InvocationID=f8d17990-515e-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:39:57+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3a8fc9a-515e-11ed-a255-aeb22d1c7061 | InvocationID=f3a8fede-515e-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:39:57+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffbe5f98-515e-11ed-a255-aeb22d1c7061 | InvocationID=ffbe683a-515e-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:39:58+0000 | aai_event_thread | 140323247594272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffbe5f98-515e-11ed-a255-aeb22d1c7061 | InvocationID=ffbe683a-515e-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:39:58+0000 | aai_event_thread | 140323247594272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ffbe5f98-515e-11ed-a255-aeb22d1c7061 | InvocationID=ffbe683a-515e-11ed-a255-aeb22d1c7061 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:40:11+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8d17350-515e-11ed-a255-aeb22d1c7061 | InvocationID=f8d17990-515e-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:40:11+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07d1bb6c-515f-11ed-a255-aeb22d1c7061 | InvocationID=07d1c04e-515f-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:40:11+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07d1bb6c-515f-11ed-a255-aeb22d1c7061 | InvocationID=07d1c04e-515f-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:40:11+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07d1bb6c-515f-11ed-a255-aeb22d1c7061 | InvocationID=07d1c04e-515f-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:40:18+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ffbe5f98-515e-11ed-a255-aeb22d1c7061 | InvocationID=ffbe683a-515e-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:40:18+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c4136f0-515f-11ed-a255-aeb22d1c7061 | InvocationID=0c4138bc-515f-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:40:18+0000 | aai_event_thread | 140323247594272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c4136f0-515f-11ed-a255-aeb22d1c7061 | InvocationID=0c4138bc-515f-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:40:18+0000 | aai_event_thread | 140323247594272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0c4136f0-515f-11ed-a255-aeb22d1c7061 | InvocationID=0c4138bc-515f-11ed-a255-aeb22d1c7061 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:40:36+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07d1bb6c-515f-11ed-a255-aeb22d1c7061 | InvocationID=07d1c04e-515f-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:40:36+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16bf3bcc-515f-11ed-a255-aeb22d1c7061 | InvocationID=16bf3db6-515f-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:40:36+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16bf3bcc-515f-11ed-a255-aeb22d1c7061 | InvocationID=16bf3db6-515f-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:40:36+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16bf3bcc-515f-11ed-a255-aeb22d1c7061 | InvocationID=16bf3db6-515f-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:40:38+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0c4136f0-515f-11ed-a255-aeb22d1c7061 | InvocationID=0c4138bc-515f-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:40:38+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=183304ca-515f-11ed-a255-aeb22d1c7061 | InvocationID=18330948-515f-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:40:38+0000 | aai_event_thread | 140323247594272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=183304ca-515f-11ed-a255-aeb22d1c7061 | InvocationID=18330948-515f-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:40:38+0000 | aai_event_thread | 140323247594272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=183304ca-515f-11ed-a255-aeb22d1c7061 | InvocationID=18330948-515f-11ed-a255-aeb22d1c7061 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:40:58+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=183304ca-515f-11ed-a255-aeb22d1c7061 | InvocationID=18330948-515f-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:40:58+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24274016-515f-11ed-a255-aeb22d1c7061 | InvocationID=24274200-515f-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:40:58+0000 | aai_event_thread | 140323247594272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24274016-515f-11ed-a255-aeb22d1c7061 | InvocationID=24274200-515f-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:40:58+0000 | aai_event_thread | 140323247594272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=24274016-515f-11ed-a255-aeb22d1c7061 | InvocationID=24274200-515f-11ed-a255-aeb22d1c7061 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:41:01+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16bf3bcc-515f-11ed-a255-aeb22d1c7061 | InvocationID=16bf3db6-515f-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:41:01+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25ae0474-515f-11ed-a255-aeb22d1c7061 | InvocationID=25ae06d6-515f-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:41:01+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25ae0474-515f-11ed-a255-aeb22d1c7061 | InvocationID=25ae06d6-515f-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:41:01+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25ae0474-515f-11ed-a255-aeb22d1c7061 | InvocationID=25ae06d6-515f-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:41:18+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=24274016-515f-11ed-a255-aeb22d1c7061 | InvocationID=24274200-515f-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:41:18+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3020b096-515f-11ed-a255-aeb22d1c7061 | InvocationID=3020b424-515f-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:41:19+0000 | aai_event_thread | 140323247594272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3020b096-515f-11ed-a255-aeb22d1c7061 | InvocationID=3020b424-515f-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:41:19+0000 | aai_event_thread | 140323247594272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3020b096-515f-11ed-a255-aeb22d1c7061 | InvocationID=3020b424-515f-11ed-a255-aeb22d1c7061 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-10-21T16:41:26+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25ae0474-515f-11ed-a255-aeb22d1c7061 | InvocationID=25ae06d6-515f-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:41:26+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=349d8b12-515f-11ed-a255-aeb22d1c7061 | InvocationID=349d8dc4-515f-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:41:26+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=349d8b12-515f-11ed-a255-aeb22d1c7061 | InvocationID=349d8dc4-515f-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:41:26+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=349d8b12-515f-11ed-a255-aeb22d1c7061 | InvocationID=349d8dc4-515f-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:41:39+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3020b096-515f-11ed-a255-aeb22d1c7061 | InvocationID=3020b424-515f-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:41:39+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c15dafc-515f-11ed-a255-aeb22d1c7061 | InvocationID=3c15dd4a-515f-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:41:51+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=349d8b12-515f-11ed-a255-aeb22d1c7061 | InvocationID=349d8dc4-515f-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:41:51+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=438e1df8-515f-11ed-a255-aeb22d1c7061 | InvocationID=438e1fd8-515f-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:41:51+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=438e1df8-515f-11ed-a255-aeb22d1c7061 | InvocationID=438e1fd8-515f-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:41:51+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=438e1df8-515f-11ed-a255-aeb22d1c7061 | InvocationID=438e1fd8-515f-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:42:03+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3c15dafc-515f-11ed-a255-aeb22d1c7061 | InvocationID=3c15dd4a-515f-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:42:03+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a8f207a-515f-11ed-a255-aeb22d1c7061 | InvocationID=4a8f22fa-515f-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:42:16+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=438e1df8-515f-11ed-a255-aeb22d1c7061 | InvocationID=438e1fd8-515f-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:42:16+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5283fc88-515f-11ed-a255-aeb22d1c7061 | InvocationID=52840958-515f-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:42:16+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5283fc88-515f-11ed-a255-aeb22d1c7061 | InvocationID=52840958-515f-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:42:16+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5283fc88-515f-11ed-a255-aeb22d1c7061 | InvocationID=52840958-515f-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:42:23+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4a8f207a-515f-11ed-a255-aeb22d1c7061 | InvocationID=4a8f22fa-515f-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:42:23+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=568fc190-515f-11ed-a255-aeb22d1c7061 | InvocationID=568fc41a-515f-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:42:41+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5283fc88-515f-11ed-a255-aeb22d1c7061 | InvocationID=52840958-515f-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:42:41+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6197d3de-515f-11ed-a255-aeb22d1c7061 | InvocationID=6197d78a-515f-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:42:42+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6197d3de-515f-11ed-a255-aeb22d1c7061 | InvocationID=6197d78a-515f-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:42:42+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6197d3de-515f-11ed-a255-aeb22d1c7061 | InvocationID=6197d78a-515f-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:42:43+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=568fc190-515f-11ed-a255-aeb22d1c7061 | InvocationID=568fc41a-515f-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:42:43+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6286dab0-515f-11ed-a255-aeb22d1c7061 | InvocationID=6286dde4-515f-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:43:03+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6286dab0-515f-11ed-a255-aeb22d1c7061 | InvocationID=6286dde4-515f-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:43:03+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e9a9b34-515f-11ed-a255-aeb22d1c7061 | InvocationID=6e9a9e40-515f-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:43:07+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6197d3de-515f-11ed-a255-aeb22d1c7061 | InvocationID=6197d78a-515f-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:43:07+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=708a1ee2-515f-11ed-a255-aeb22d1c7061 | InvocationID=708a20d6-515f-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:43:07+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=708a1ee2-515f-11ed-a255-aeb22d1c7061 | InvocationID=708a20d6-515f-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:43:07+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=708a1ee2-515f-11ed-a255-aeb22d1c7061 | InvocationID=708a20d6-515f-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:43:24+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e9a9b34-515f-11ed-a255-aeb22d1c7061 | InvocationID=6e9a9e40-515f-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:43:24+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ae9a5ba-515f-11ed-a255-aeb22d1c7061 | InvocationID=7ae9a7f4-515f-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:43:32+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=708a1ee2-515f-11ed-a255-aeb22d1c7061 | InvocationID=708a20d6-515f-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:43:32+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f7af6ba-515f-11ed-a255-aeb22d1c7061 | InvocationID=7f7afa7a-515f-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:43:32+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f7af6ba-515f-11ed-a255-aeb22d1c7061 | InvocationID=7f7afa7a-515f-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:43:32+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f7af6ba-515f-11ed-a255-aeb22d1c7061 | InvocationID=7f7afa7a-515f-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:43:49+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ae9a5ba-515f-11ed-a255-aeb22d1c7061 | InvocationID=7ae9a7f4-515f-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:43:49+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89ac25be-515f-11ed-a255-aeb22d1c7061 | InvocationID=89ac282a-515f-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:43:57+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f7af6ba-515f-11ed-a255-aeb22d1c7061 | InvocationID=7f7afa7a-515f-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:43:57+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e6828aa-515f-11ed-a255-aeb22d1c7061 | InvocationID=8e682b5c-515f-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:43:57+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e6828aa-515f-11ed-a255-aeb22d1c7061 | InvocationID=8e682b5c-515f-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:43:57+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e6828aa-515f-11ed-a255-aeb22d1c7061 | InvocationID=8e682b5c-515f-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:44:13+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89ac25be-515f-11ed-a255-aeb22d1c7061 | InvocationID=89ac282a-515f-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:44:13+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=986fbaca-515f-11ed-a255-aeb22d1c7061 | InvocationID=986fbffc-515f-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:44:22+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e6828aa-515f-11ed-a255-aeb22d1c7061 | InvocationID=8e682b5c-515f-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:44:22+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d564f90-515f-11ed-a255-aeb22d1c7061 | InvocationID=9d56524c-515f-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:44:22+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d564f90-515f-11ed-a255-aeb22d1c7061 | InvocationID=9d56524c-515f-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:44:22+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d564f90-515f-11ed-a255-aeb22d1c7061 | InvocationID=9d56524c-515f-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:44:38+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=986fbaca-515f-11ed-a255-aeb22d1c7061 | InvocationID=986fbffc-515f-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:44:38+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a733c0ba-515f-11ed-a255-aeb22d1c7061 | InvocationID=a733c4a2-515f-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:44:47+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d564f90-515f-11ed-a255-aeb22d1c7061 | InvocationID=9d56524c-515f-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:44:47+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac435084-515f-11ed-a255-aeb22d1c7061 | InvocationID=ac4352a0-515f-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:44:47+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac435084-515f-11ed-a255-aeb22d1c7061 | InvocationID=ac4352a0-515f-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:44:47+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac435084-515f-11ed-a255-aeb22d1c7061 | InvocationID=ac4352a0-515f-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:45:03+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a733c0ba-515f-11ed-a255-aeb22d1c7061 | InvocationID=a733c4a2-515f-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:45:03+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5f905e2-515f-11ed-a255-aeb22d1c7061 | InvocationID=b5f9086c-515f-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:45:12+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac435084-515f-11ed-a255-aeb22d1c7061 | InvocationID=ac4352a0-515f-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:45:12+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb317b20-515f-11ed-a255-aeb22d1c7061 | InvocationID=bb317d78-515f-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:45:12+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb317b20-515f-11ed-a255-aeb22d1c7061 | InvocationID=bb317d78-515f-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:45:12+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb317b20-515f-11ed-a255-aeb22d1c7061 | InvocationID=bb317d78-515f-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:45:28+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5f905e2-515f-11ed-a255-aeb22d1c7061 | InvocationID=b5f9086c-515f-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:45:28+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4bc6f88-515f-11ed-a255-aeb22d1c7061 | InvocationID=c4bc71c2-515f-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:45:37+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb317b20-515f-11ed-a255-aeb22d1c7061 | InvocationID=bb317d78-515f-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:45:37+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca2044c2-515f-11ed-a255-aeb22d1c7061 | InvocationID=ca204698-515f-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:45:37+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca2044c2-515f-11ed-a255-aeb22d1c7061 | InvocationID=ca204698-515f-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:45:37+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca2044c2-515f-11ed-a255-aeb22d1c7061 | InvocationID=ca204698-515f-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:45:53+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c4bc6f88-515f-11ed-a255-aeb22d1c7061 | InvocationID=c4bc71c2-515f-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:45:53+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3811712-515f-11ed-a255-aeb22d1c7061 | InvocationID=d3811bf4-515f-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:46:02+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca2044c2-515f-11ed-a255-aeb22d1c7061 | InvocationID=ca204698-515f-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:46:02+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d90d91e2-515f-11ed-a255-aeb22d1c7061 | InvocationID=d90d9750-515f-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:46:02+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d90d91e2-515f-11ed-a255-aeb22d1c7061 | InvocationID=d90d9750-515f-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:46:02+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d90d91e2-515f-11ed-a255-aeb22d1c7061 | InvocationID=d90d9750-515f-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:46:17+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d3811712-515f-11ed-a255-aeb22d1c7061 | InvocationID=d3811bf4-515f-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:46:17+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2481598-515f-11ed-a255-aeb22d1c7061 | InvocationID=e2481868-515f-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:46:27+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d90d91e2-515f-11ed-a255-aeb22d1c7061 | InvocationID=d90d9750-515f-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:46:27+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7fd5764-515f-11ed-a255-aeb22d1c7061 | InvocationID=e7fd5a84-515f-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:46:27+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7fd5764-515f-11ed-a255-aeb22d1c7061 | InvocationID=e7fd5a84-515f-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:46:27+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7fd5764-515f-11ed-a255-aeb22d1c7061 | InvocationID=e7fd5a84-515f-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:46:42+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2481598-515f-11ed-a255-aeb22d1c7061 | InvocationID=e2481868-515f-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:46:42+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f10cb94e-515f-11ed-a255-aeb22d1c7061 | InvocationID=f10cc86c-515f-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:46:52+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7fd5764-515f-11ed-a255-aeb22d1c7061 | InvocationID=e7fd5a84-515f-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:46:52+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6ecc98a-515f-11ed-a255-aeb22d1c7061 | InvocationID=f6eccbe2-515f-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:46:52+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6ecc98a-515f-11ed-a255-aeb22d1c7061 | InvocationID=f6eccbe2-515f-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:46:52+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6ecc98a-515f-11ed-a255-aeb22d1c7061 | InvocationID=f6eccbe2-515f-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:47:07+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f10cb94e-515f-11ed-a255-aeb22d1c7061 | InvocationID=f10cc86c-515f-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:47:07+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffe714aa-515f-11ed-a255-aeb22d1c7061 | InvocationID=ffe71784-515f-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:47:17+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6ecc98a-515f-11ed-a255-aeb22d1c7061 | InvocationID=f6eccbe2-515f-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:47:17+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05dc4fe2-5160-11ed-a255-aeb22d1c7061 | InvocationID=05dc59e2-5160-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:47:17+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05dc4fe2-5160-11ed-a255-aeb22d1c7061 | InvocationID=05dc59e2-5160-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:47:17+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05dc4fe2-5160-11ed-a255-aeb22d1c7061 | InvocationID=05dc59e2-5160-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:47:32+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ffe714aa-515f-11ed-a255-aeb22d1c7061 | InvocationID=ffe71784-515f-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:47:32+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0efbd93a-5160-11ed-a255-aeb22d1c7061 | InvocationID=0efbe088-5160-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:47:42+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05dc4fe2-5160-11ed-a255-aeb22d1c7061 | InvocationID=05dc59e2-5160-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:47:42+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14e3f850-5160-11ed-a255-aeb22d1c7061 | InvocationID=14e3fa76-5160-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:47:42+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14e3f850-5160-11ed-a255-aeb22d1c7061 | InvocationID=14e3fa76-5160-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:47:42+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=14e3f850-5160-11ed-a255-aeb22d1c7061 | InvocationID=14e3fa76-5160-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:47:57+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0efbd93a-5160-11ed-a255-aeb22d1c7061 | InvocationID=0efbe088-5160-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:47:57+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1dd3abfe-5160-11ed-a255-aeb22d1c7061 | InvocationID=1dd3ae10-5160-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:48:07+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=14e3f850-5160-11ed-a255-aeb22d1c7061 | InvocationID=14e3fa76-5160-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:48:07+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23d649d0-5160-11ed-a255-aeb22d1c7061 | InvocationID=23d64c96-5160-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:48:07+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23d649d0-5160-11ed-a255-aeb22d1c7061 | InvocationID=23d64c96-5160-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:48:07+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23d649d0-5160-11ed-a255-aeb22d1c7061 | InvocationID=23d64c96-5160-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:48:22+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1dd3abfe-5160-11ed-a255-aeb22d1c7061 | InvocationID=1dd3ae10-5160-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:48:22+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cb34de6-5160-11ed-a255-aeb22d1c7061 | InvocationID=2cb3511a-5160-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:48:32+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23d649d0-5160-11ed-a255-aeb22d1c7061 | InvocationID=23d64c96-5160-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:48:32+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32cae1f8-5160-11ed-a255-aeb22d1c7061 | InvocationID=32cb4364-5160-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:48:33+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32cae1f8-5160-11ed-a255-aeb22d1c7061 | InvocationID=32cb4364-5160-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:48:33+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32cae1f8-5160-11ed-a255-aeb22d1c7061 | InvocationID=32cb4364-5160-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:48:47+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2cb34de6-5160-11ed-a255-aeb22d1c7061 | InvocationID=2cb3511a-5160-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:48:47+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b813810-5160-11ed-a255-aeb22d1c7061 | InvocationID=3b813eb4-5160-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:48:58+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32cae1f8-5160-11ed-a255-aeb22d1c7061 | InvocationID=32cb4364-5160-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:48:58+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41dae7ec-5160-11ed-a255-aeb22d1c7061 | InvocationID=41daeb02-5160-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:49:00+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41dae7ec-5160-11ed-a255-aeb22d1c7061 | InvocationID=41daeb02-5160-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:49:00+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41dae7ec-5160-11ed-a255-aeb22d1c7061 | InvocationID=41daeb02-5160-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:49:12+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3b813810-5160-11ed-a255-aeb22d1c7061 | InvocationID=3b813eb4-5160-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:49:12+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a9e97de-5160-11ed-a255-aeb22d1c7061 | InvocationID=4a9e9b44-5160-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:49:25+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41dae7ec-5160-11ed-a255-aeb22d1c7061 | InvocationID=41daeb02-5160-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:49:25+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51f0bb2a-5160-11ed-a255-aeb22d1c7061 | InvocationID=51f34de0-5160-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:49:25+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51f0bb2a-5160-11ed-a255-aeb22d1c7061 | InvocationID=51f34de0-5160-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:49:25+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51f0bb2a-5160-11ed-a255-aeb22d1c7061 | InvocationID=51f34de0-5160-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:49:38+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4a9e97de-5160-11ed-a255-aeb22d1c7061 | InvocationID=4a9e9b44-5160-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:49:38+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59d0e4dc-5160-11ed-a255-aeb22d1c7061 | InvocationID=59d0f6de-5160-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:49:50+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51f0bb2a-5160-11ed-a255-aeb22d1c7061 | InvocationID=51f34de0-5160-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:49:50+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60f45bae-5160-11ed-a255-aeb22d1c7061 | InvocationID=60f45da2-5160-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:49:51+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60f45bae-5160-11ed-a255-aeb22d1c7061 | InvocationID=60f45da2-5160-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:49:51+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60f45bae-5160-11ed-a255-aeb22d1c7061 | InvocationID=60f45da2-5160-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:50:03+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=59d0e4dc-5160-11ed-a255-aeb22d1c7061 | InvocationID=59d0f6de-5160-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:50:03+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69134840-5160-11ed-a255-aeb22d1c7061 | InvocationID=69135308-5160-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:50:16+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60f45bae-5160-11ed-a255-aeb22d1c7061 | InvocationID=60f45da2-5160-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:50:16+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=709d036c-5160-11ed-a255-aeb22d1c7061 | InvocationID=709d0542-5160-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:50:16+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=709d036c-5160-11ed-a255-aeb22d1c7061 | InvocationID=709d0542-5160-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:50:16+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=709d036c-5160-11ed-a255-aeb22d1c7061 | InvocationID=709d0542-5160-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:50:29+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=69134840-5160-11ed-a255-aeb22d1c7061 | InvocationID=69135308-5160-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:50:29+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78572466-5160-11ed-a255-aeb22d1c7061 | InvocationID=78574522-5160-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:50:41+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=709d036c-5160-11ed-a255-aeb22d1c7061 | InvocationID=709d0542-5160-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:50:41+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fa96684-5160-11ed-a255-aeb22d1c7061 | InvocationID=7fa9686e-5160-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:50:41+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fa96684-5160-11ed-a255-aeb22d1c7061 | InvocationID=7fa9686e-5160-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:50:42+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7fa96684-5160-11ed-a255-aeb22d1c7061 | InvocationID=7fa9686e-5160-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:50:56+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78572466-5160-11ed-a255-aeb22d1c7061 | InvocationID=78574522-5160-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:50:56+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88a21a56-5160-11ed-a255-aeb22d1c7061 | InvocationID=88a21d6c-5160-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:51:07+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7fa96684-5160-11ed-a255-aeb22d1c7061 | InvocationID=7fa9686e-5160-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:51:07+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ea46db4-5160-11ed-a255-aeb22d1c7061 | InvocationID=8ea46f94-5160-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:51:07+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ea46db4-5160-11ed-a255-aeb22d1c7061 | InvocationID=8ea46f94-5160-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:51:07+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ea46db4-5160-11ed-a255-aeb22d1c7061 | InvocationID=8ea46f94-5160-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:51:21+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=88a21a56-5160-11ed-a255-aeb22d1c7061 | InvocationID=88a21d6c-5160-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:51:21+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9773b36e-5160-11ed-a255-aeb22d1c7061 | InvocationID=9773b80a-5160-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:51:32+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ea46db4-5160-11ed-a255-aeb22d1c7061 | InvocationID=8ea46f94-5160-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:51:32+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9da3ae24-5160-11ed-a255-aeb22d1c7061 | InvocationID=9da3b3ec-5160-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:51:32+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9da3ae24-5160-11ed-a255-aeb22d1c7061 | InvocationID=9da3b3ec-5160-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:51:32+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9da3ae24-5160-11ed-a255-aeb22d1c7061 | InvocationID=9da3b3ec-5160-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:51:46+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9773b36e-5160-11ed-a255-aeb22d1c7061 | InvocationID=9773b80a-5160-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:51:46+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6431dee-5160-11ed-a255-aeb22d1c7061 | InvocationID=a64320be-5160-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:51:57+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9da3ae24-5160-11ed-a255-aeb22d1c7061 | InvocationID=9da3b3ec-5160-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:51:57+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aca0cbe6-5160-11ed-a255-aeb22d1c7061 | InvocationID=aca0cf24-5160-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:51:57+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aca0cbe6-5160-11ed-a255-aeb22d1c7061 | InvocationID=aca0cf24-5160-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:51:57+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aca0cbe6-5160-11ed-a255-aeb22d1c7061 | InvocationID=aca0cf24-5160-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:52:11+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a6431dee-5160-11ed-a255-aeb22d1c7061 | InvocationID=a64320be-5160-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:52:11+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5136d9c-5160-11ed-a255-aeb22d1c7061 | InvocationID=b5137a94-5160-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:52:22+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aca0cbe6-5160-11ed-a255-aeb22d1c7061 | InvocationID=aca0cf24-5160-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:52:22+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb9af84c-5160-11ed-a255-aeb22d1c7061 | InvocationID=bb9affea-5160-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:52:22+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb9af84c-5160-11ed-a255-aeb22d1c7061 | InvocationID=bb9affea-5160-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:52:22+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb9af84c-5160-11ed-a255-aeb22d1c7061 | InvocationID=bb9affea-5160-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:52:36+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5136d9c-5160-11ed-a255-aeb22d1c7061 | InvocationID=b5137a94-5160-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:52:36+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3e6b752-5160-11ed-a255-aeb22d1c7061 | InvocationID=c3e6bb4e-5160-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:52:47+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb9af84c-5160-11ed-a255-aeb22d1c7061 | InvocationID=bb9affea-5160-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:52:47+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cab87908-5160-11ed-a255-aeb22d1c7061 | InvocationID=cab87b06-5160-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:52:47+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cab87908-5160-11ed-a255-aeb22d1c7061 | InvocationID=cab87b06-5160-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:52:47+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cab87908-5160-11ed-a255-aeb22d1c7061 | InvocationID=cab87b06-5160-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:53:01+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3e6b752-5160-11ed-a255-aeb22d1c7061 | InvocationID=c3e6bb4e-5160-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:53:01+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2b8ea98-5160-11ed-a255-aeb22d1c7061 | InvocationID=d2b8ec6e-5160-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:53:12+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cab87908-5160-11ed-a255-aeb22d1c7061 | InvocationID=cab87b06-5160-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:53:12+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9ae7818-5160-11ed-a255-aeb22d1c7061 | InvocationID=d9ae8204-5160-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:53:12+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9ae7818-5160-11ed-a255-aeb22d1c7061 | InvocationID=d9ae8204-5160-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:53:12+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9ae7818-5160-11ed-a255-aeb22d1c7061 | InvocationID=d9ae8204-5160-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:53:26+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d2b8ea98-5160-11ed-a255-aeb22d1c7061 | InvocationID=d2b8ec6e-5160-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:53:26+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1808e32-5160-11ed-a255-aeb22d1c7061 | InvocationID=e18090f8-5160-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:53:37+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9ae7818-5160-11ed-a255-aeb22d1c7061 | InvocationID=d9ae8204-5160-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:53:37+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8a097b6-5160-11ed-a255-aeb22d1c7061 | InvocationID=e8a0a184-5160-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:53:38+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8a097b6-5160-11ed-a255-aeb22d1c7061 | InvocationID=e8a0a184-5160-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:53:38+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8a097b6-5160-11ed-a255-aeb22d1c7061 | InvocationID=e8a0a184-5160-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:53:50+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e1808e32-5160-11ed-a255-aeb22d1c7061 | InvocationID=e18090f8-5160-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:53:50+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f04a1eec-5160-11ed-a255-aeb22d1c7061 | InvocationID=f04a20c2-5160-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:54:03+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8a097b6-5160-11ed-a255-aeb22d1c7061 | InvocationID=e8a0a184-5160-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:54:03+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f78e5dda-5160-11ed-a255-aeb22d1c7061 | InvocationID=f78e6078-5160-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:54:03+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f78e5dda-5160-11ed-a255-aeb22d1c7061 | InvocationID=f78e6078-5160-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:54:03+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f78e5dda-5160-11ed-a255-aeb22d1c7061 | InvocationID=f78e6078-5160-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:54:15+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f04a1eec-5160-11ed-a255-aeb22d1c7061 | InvocationID=f04a20c2-5160-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:54:15+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff11af08-5160-11ed-a255-aeb22d1c7061 | InvocationID=ff11b0de-5160-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:54:28+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f78e5dda-5160-11ed-a255-aeb22d1c7061 | InvocationID=f78e6078-5160-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:54:28+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=067e64ca-5161-11ed-a255-aeb22d1c7061 | InvocationID=067e681c-5161-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:54:28+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=067e64ca-5161-11ed-a255-aeb22d1c7061 | InvocationID=067e681c-5161-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:54:28+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=067e64ca-5161-11ed-a255-aeb22d1c7061 | InvocationID=067e681c-5161-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:54:40+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ff11af08-5160-11ed-a255-aeb22d1c7061 | InvocationID=ff11b0de-5160-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:54:40+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0dd6bf92-5161-11ed-a255-aeb22d1c7061 | InvocationID=0dd6c280-5161-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:54:53+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=067e64ca-5161-11ed-a255-aeb22d1c7061 | InvocationID=067e681c-5161-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:54:53+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=156b5fa6-5161-11ed-a255-aeb22d1c7061 | InvocationID=156b61b8-5161-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:54:53+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=156b5fa6-5161-11ed-a255-aeb22d1c7061 | InvocationID=156b61b8-5161-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:54:53+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=156b5fa6-5161-11ed-a255-aeb22d1c7061 | InvocationID=156b61b8-5161-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:55:05+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0dd6bf92-5161-11ed-a255-aeb22d1c7061 | InvocationID=0dd6c280-5161-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:55:05+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ca0e534-5161-11ed-a255-aeb22d1c7061 | InvocationID=1ca0e912-5161-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:55:18+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=156b5fa6-5161-11ed-a255-aeb22d1c7061 | InvocationID=156b61b8-5161-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:55:18+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24596d5a-5161-11ed-a255-aeb22d1c7061 | InvocationID=2459703e-5161-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:55:18+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24596d5a-5161-11ed-a255-aeb22d1c7061 | InvocationID=2459703e-5161-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:55:18+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24596d5a-5161-11ed-a255-aeb22d1c7061 | InvocationID=2459703e-5161-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:55:30+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ca0e534-5161-11ed-a255-aeb22d1c7061 | InvocationID=1ca0e912-5161-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:55:30+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b659f9c-5161-11ed-a255-aeb22d1c7061 | InvocationID=2b65a1cc-5161-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:55:43+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24596d5a-5161-11ed-a255-aeb22d1c7061 | InvocationID=2459703e-5161-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:55:43+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33473392-5161-11ed-a255-aeb22d1c7061 | InvocationID=33473630-5161-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:55:43+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33473392-5161-11ed-a255-aeb22d1c7061 | InvocationID=33473630-5161-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:55:43+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33473392-5161-11ed-a255-aeb22d1c7061 | InvocationID=33473630-5161-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:55:54+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2b659f9c-5161-11ed-a255-aeb22d1c7061 | InvocationID=2b65a1cc-5161-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:55:54+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a388aac-5161-11ed-a255-aeb22d1c7061 | InvocationID=3a389920-5161-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:56:08+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33473392-5161-11ed-a255-aeb22d1c7061 | InvocationID=33473630-5161-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:56:08+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4238481e-5161-11ed-a255-aeb22d1c7061 | InvocationID=42384c1a-5161-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:56:08+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4238481e-5161-11ed-a255-aeb22d1c7061 | InvocationID=42384c1a-5161-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:56:08+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4238481e-5161-11ed-a255-aeb22d1c7061 | InvocationID=42384c1a-5161-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:56:19+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3a388aac-5161-11ed-a255-aeb22d1c7061 | InvocationID=3a389920-5161-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:56:19+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48fe0102-5161-11ed-a255-aeb22d1c7061 | InvocationID=48fe0594-5161-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:56:33+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4238481e-5161-11ed-a255-aeb22d1c7061 | InvocationID=42384c1a-5161-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:56:33+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51268458-5161-11ed-a255-aeb22d1c7061 | InvocationID=51268728-5161-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:56:33+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51268458-5161-11ed-a255-aeb22d1c7061 | InvocationID=51268728-5161-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:56:33+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51268458-5161-11ed-a255-aeb22d1c7061 | InvocationID=51268728-5161-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:56:44+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=48fe0102-5161-11ed-a255-aeb22d1c7061 | InvocationID=48fe0594-5161-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:56:44+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57c31574-5161-11ed-a255-aeb22d1c7061 | InvocationID=57c31790-5161-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:56:58+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51268458-5161-11ed-a255-aeb22d1c7061 | InvocationID=51268728-5161-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:56:58+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60136102-5161-11ed-a255-aeb22d1c7061 | InvocationID=60136396-5161-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:56:58+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60136102-5161-11ed-a255-aeb22d1c7061 | InvocationID=60136396-5161-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:56:58+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60136102-5161-11ed-a255-aeb22d1c7061 | InvocationID=60136396-5161-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:57:09+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57c31574-5161-11ed-a255-aeb22d1c7061 | InvocationID=57c31790-5161-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:57:09+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66ac9b6e-5161-11ed-a255-aeb22d1c7061 | InvocationID=66acbe3c-5161-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:57:23+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60136102-5161-11ed-a255-aeb22d1c7061 | InvocationID=60136396-5161-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:57:23+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f0122bc-5161-11ed-a255-aeb22d1c7061 | InvocationID=6f0124b0-5161-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:57:23+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f0122bc-5161-11ed-a255-aeb22d1c7061 | InvocationID=6f0124b0-5161-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:57:23+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f0122bc-5161-11ed-a255-aeb22d1c7061 | InvocationID=6f0124b0-5161-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:57:34+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=66ac9b6e-5161-11ed-a255-aeb22d1c7061 | InvocationID=66acbe3c-5161-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:57:34+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75c43ea4-5161-11ed-a255-aeb22d1c7061 | InvocationID=75c44084-5161-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:57:48+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f0122bc-5161-11ed-a255-aeb22d1c7061 | InvocationID=6f0124b0-5161-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:57:48+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7df6da14-5161-11ed-a255-aeb22d1c7061 | InvocationID=7df6dcf8-5161-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:57:48+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7df6da14-5161-11ed-a255-aeb22d1c7061 | InvocationID=7df6dcf8-5161-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:57:48+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7df6da14-5161-11ed-a255-aeb22d1c7061 | InvocationID=7df6dcf8-5161-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:57:59+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=75c43ea4-5161-11ed-a255-aeb22d1c7061 | InvocationID=75c44084-5161-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:57:59+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8489625c-5161-11ed-a255-aeb22d1c7061 | InvocationID=848964be-5161-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:58:13+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7df6da14-5161-11ed-a255-aeb22d1c7061 | InvocationID=7df6dcf8-5161-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:58:13+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ce46730-5161-11ed-a255-aeb22d1c7061 | InvocationID=8ce46924-5161-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:58:13+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ce46730-5161-11ed-a255-aeb22d1c7061 | InvocationID=8ce46924-5161-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:58:13+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ce46730-5161-11ed-a255-aeb22d1c7061 | InvocationID=8ce46924-5161-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:58:24+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8489625c-5161-11ed-a255-aeb22d1c7061 | InvocationID=848964be-5161-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:58:24+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=934f6fac-5161-11ed-a255-aeb22d1c7061 | InvocationID=934f7218-5161-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:58:38+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ce46730-5161-11ed-a255-aeb22d1c7061 | InvocationID=8ce46924-5161-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:58:38+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9bd14542-5161-11ed-a255-aeb22d1c7061 | InvocationID=9bd148b2-5161-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:58:38+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9bd14542-5161-11ed-a255-aeb22d1c7061 | InvocationID=9bd148b2-5161-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:58:38+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9bd14542-5161-11ed-a255-aeb22d1c7061 | InvocationID=9bd148b2-5161-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:58:49+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=934f6fac-5161-11ed-a255-aeb22d1c7061 | InvocationID=934f7218-5161-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:58:49+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a214375c-5161-11ed-a255-aeb22d1c7061 | InvocationID=a2143a4a-5161-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:59:03+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9bd14542-5161-11ed-a255-aeb22d1c7061 | InvocationID=9bd148b2-5161-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:59:03+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aac1696a-5161-11ed-a255-aeb22d1c7061 | InvocationID=aac16cbc-5161-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:59:03+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aac1696a-5161-11ed-a255-aeb22d1c7061 | InvocationID=aac16cbc-5161-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:59:03+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aac1696a-5161-11ed-a255-aeb22d1c7061 | InvocationID=aac16cbc-5161-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:59:13+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a214375c-5161-11ed-a255-aeb22d1c7061 | InvocationID=a2143a4a-5161-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:59:13+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0d82d02-5161-11ed-a255-aeb22d1c7061 | InvocationID=b0d82ffa-5161-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:59:28+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aac1696a-5161-11ed-a255-aeb22d1c7061 | InvocationID=aac16cbc-5161-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:59:28+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9b29b10-5161-11ed-a255-aeb22d1c7061 | InvocationID=b9b29d04-5161-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:59:28+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9b29b10-5161-11ed-a255-aeb22d1c7061 | InvocationID=b9b29d04-5161-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:59:28+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9b29b10-5161-11ed-a255-aeb22d1c7061 | InvocationID=b9b29d04-5161-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:59:38+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b0d82d02-5161-11ed-a255-aeb22d1c7061 | InvocationID=b0d82ffa-5161-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T16:59:38+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfa44eba-5161-11ed-a255-aeb22d1c7061 | InvocationID=bfa4518a-5161-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T16:59:53+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9b29b10-5161-11ed-a255-aeb22d1c7061 | InvocationID=b9b29d04-5161-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T16:59:53+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8a2cbf4-5161-11ed-a255-aeb22d1c7061 | InvocationID=c8a2cde8-5161-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T16:59:53+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8a2cbf4-5161-11ed-a255-aeb22d1c7061 | InvocationID=c8a2cde8-5161-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T16:59:53+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8a2cbf4-5161-11ed-a255-aeb22d1c7061 | InvocationID=c8a2cde8-5161-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:00:03+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bfa44eba-5161-11ed-a255-aeb22d1c7061 | InvocationID=bfa4518a-5161-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:00:03+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce67ef10-5161-11ed-a255-aeb22d1c7061 | InvocationID=ce67f19a-5161-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:00:18+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8a2cbf4-5161-11ed-a255-aeb22d1c7061 | InvocationID=c8a2cde8-5161-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:00:18+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7901630-5161-11ed-a255-aeb22d1c7061 | InvocationID=d79018f6-5161-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:00:18+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7901630-5161-11ed-a255-aeb22d1c7061 | InvocationID=d79018f6-5161-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:00:18+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7901630-5161-11ed-a255-aeb22d1c7061 | InvocationID=d79018f6-5161-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:00:28+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ce67ef10-5161-11ed-a255-aeb22d1c7061 | InvocationID=ce67f19a-5161-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:00:28+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd2e2e06-5161-11ed-a255-aeb22d1c7061 | InvocationID=dd2e2ffa-5161-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:00:43+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7901630-5161-11ed-a255-aeb22d1c7061 | InvocationID=d79018f6-5161-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:00:43+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e67db9fe-5161-11ed-a255-aeb22d1c7061 | InvocationID=e67dc6ec-5161-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:00:43+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e67db9fe-5161-11ed-a255-aeb22d1c7061 | InvocationID=e67dc6ec-5161-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:00:43+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e67db9fe-5161-11ed-a255-aeb22d1c7061 | InvocationID=e67dc6ec-5161-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:00:53+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dd2e2e06-5161-11ed-a255-aeb22d1c7061 | InvocationID=dd2e2ffa-5161-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:00:53+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebf2bb32-5161-11ed-a255-aeb22d1c7061 | InvocationID=ebf2bd08-5161-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:01:08+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e67db9fe-5161-11ed-a255-aeb22d1c7061 | InvocationID=e67dc6ec-5161-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:01:08+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f56dcada-5161-11ed-a255-aeb22d1c7061 | InvocationID=f56dcde6-5161-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:01:09+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f56dcada-5161-11ed-a255-aeb22d1c7061 | InvocationID=f56dcde6-5161-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:01:09+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f56dcada-5161-11ed-a255-aeb22d1c7061 | InvocationID=f56dcde6-5161-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:01:17+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ebf2bb32-5161-11ed-a255-aeb22d1c7061 | InvocationID=ebf2bd08-5161-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:01:17+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fab6977e-5161-11ed-a255-aeb22d1c7061 | InvocationID=fab6999a-5161-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:01:34+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f56dcada-5161-11ed-a255-aeb22d1c7061 | InvocationID=f56dcde6-5161-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:01:34+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=045c70aa-5162-11ed-a255-aeb22d1c7061 | InvocationID=045c730c-5162-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:01:34+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=045c70aa-5162-11ed-a255-aeb22d1c7061 | InvocationID=045c730c-5162-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:01:34+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=045c70aa-5162-11ed-a255-aeb22d1c7061 | InvocationID=045c730c-5162-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:01:42+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fab6977e-5161-11ed-a255-aeb22d1c7061 | InvocationID=fab6999a-5161-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:01:42+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0979da00-5162-11ed-a255-aeb22d1c7061 | InvocationID=0979dc8a-5162-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:01:59+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=045c70aa-5162-11ed-a255-aeb22d1c7061 | InvocationID=045c730c-5162-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:01:59+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=134baec8-5162-11ed-a255-aeb22d1c7061 | InvocationID=134bb1b6-5162-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:01:59+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=134baec8-5162-11ed-a255-aeb22d1c7061 | InvocationID=134bb1b6-5162-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:01:59+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=134baec8-5162-11ed-a255-aeb22d1c7061 | InvocationID=134bb1b6-5162-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:02:07+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0979da00-5162-11ed-a255-aeb22d1c7061 | InvocationID=0979dc8a-5162-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:02:07+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=186d756c-5162-11ed-a255-aeb22d1c7061 | InvocationID=186d77f6-5162-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:02:24+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=134baec8-5162-11ed-a255-aeb22d1c7061 | InvocationID=134bb1b6-5162-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:02:24+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=223dadd2-5162-11ed-a255-aeb22d1c7061 | InvocationID=223dafb2-5162-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:02:24+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=223dadd2-5162-11ed-a255-aeb22d1c7061 | InvocationID=223dafb2-5162-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:02:24+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=223dadd2-5162-11ed-a255-aeb22d1c7061 | InvocationID=223dafb2-5162-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:02:32+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=186d756c-5162-11ed-a255-aeb22d1c7061 | InvocationID=186d77f6-5162-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:02:32+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=273028ec-5162-11ed-a255-aeb22d1c7061 | InvocationID=27302ba8-5162-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:02:49+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=223dadd2-5162-11ed-a255-aeb22d1c7061 | InvocationID=223dafb2-5162-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:02:49+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=313159c4-5162-11ed-a255-aeb22d1c7061 | InvocationID=31315de8-5162-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:02:49+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=313159c4-5162-11ed-a255-aeb22d1c7061 | InvocationID=31315de8-5162-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:02:49+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=313159c4-5162-11ed-a255-aeb22d1c7061 | InvocationID=31315de8-5162-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:02:57+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=273028ec-5162-11ed-a255-aeb22d1c7061 | InvocationID=27302ba8-5162-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:02:57+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35f7bfac-5162-11ed-a255-aeb22d1c7061 | InvocationID=35f7c222-5162-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:03:14+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=313159c4-5162-11ed-a255-aeb22d1c7061 | InvocationID=31315de8-5162-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:03:14+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40233092-5162-11ed-a255-aeb22d1c7061 | InvocationID=402334de-5162-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:03:14+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40233092-5162-11ed-a255-aeb22d1c7061 | InvocationID=402334de-5162-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:03:14+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40233092-5162-11ed-a255-aeb22d1c7061 | InvocationID=402334de-5162-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:03:22+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35f7bfac-5162-11ed-a255-aeb22d1c7061 | InvocationID=35f7c222-5162-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:03:22+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44d4ce16-5162-11ed-a255-aeb22d1c7061 | InvocationID=44d4d096-5162-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:03:39+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40233092-5162-11ed-a255-aeb22d1c7061 | InvocationID=402334de-5162-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:03:39+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f11b678-5162-11ed-a255-aeb22d1c7061 | InvocationID=4f11b9d4-5162-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:03:39+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f11b678-5162-11ed-a255-aeb22d1c7061 | InvocationID=4f11b9d4-5162-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:03:39+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f11b678-5162-11ed-a255-aeb22d1c7061 | InvocationID=4f11b9d4-5162-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:03:46+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=44d4ce16-5162-11ed-a255-aeb22d1c7061 | InvocationID=44d4d096-5162-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:03:46+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=539c9c1c-5162-11ed-a255-aeb22d1c7061 | InvocationID=539c9f50-5162-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:04:04+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f11b678-5162-11ed-a255-aeb22d1c7061 | InvocationID=4f11b9d4-5162-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:04:04+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e0258c2-5162-11ed-a255-aeb22d1c7061 | InvocationID=5e025bec-5162-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:04:04+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e0258c2-5162-11ed-a255-aeb22d1c7061 | InvocationID=5e025bec-5162-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:04:04+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e0258c2-5162-11ed-a255-aeb22d1c7061 | InvocationID=5e025bec-5162-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:04:11+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=539c9c1c-5162-11ed-a255-aeb22d1c7061 | InvocationID=539c9f50-5162-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:04:11+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6261f8d2-5162-11ed-a255-aeb22d1c7061 | InvocationID=6261fde6-5162-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:04:29+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e0258c2-5162-11ed-a255-aeb22d1c7061 | InvocationID=5e025bec-5162-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:04:29+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6cf3b22c-5162-11ed-a255-aeb22d1c7061 | InvocationID=6cf3b47a-5162-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:04:29+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6cf3b22c-5162-11ed-a255-aeb22d1c7061 | InvocationID=6cf3b47a-5162-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:04:29+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6cf3b22c-5162-11ed-a255-aeb22d1c7061 | InvocationID=6cf3b47a-5162-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:04:36+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6261f8d2-5162-11ed-a255-aeb22d1c7061 | InvocationID=6261fde6-5162-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:04:36+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71276f8c-5162-11ed-a255-aeb22d1c7061 | InvocationID=7127719e-5162-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:04:54+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6cf3b22c-5162-11ed-a255-aeb22d1c7061 | InvocationID=6cf3b47a-5162-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:04:54+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7be5c130-5162-11ed-a255-aeb22d1c7061 | InvocationID=7be5c356-5162-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:04:54+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7be5c130-5162-11ed-a255-aeb22d1c7061 | InvocationID=7be5c356-5162-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:04:54+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7be5c130-5162-11ed-a255-aeb22d1c7061 | InvocationID=7be5c356-5162-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:05:01+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=71276f8c-5162-11ed-a255-aeb22d1c7061 | InvocationID=7127719e-5162-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:05:01+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fea9af8-5162-11ed-a255-aeb22d1c7061 | InvocationID=7fea9e40-5162-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:05:19+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7be5c130-5162-11ed-a255-aeb22d1c7061 | InvocationID=7be5c356-5162-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:05:19+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ad2f55a-5162-11ed-a255-aeb22d1c7061 | InvocationID=8ad2f73a-5162-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:05:19+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ad2f55a-5162-11ed-a255-aeb22d1c7061 | InvocationID=8ad2f73a-5162-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:05:19+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ad2f55a-5162-11ed-a255-aeb22d1c7061 | InvocationID=8ad2f73a-5162-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:05:26+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7fea9af8-5162-11ed-a255-aeb22d1c7061 | InvocationID=7fea9e40-5162-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:05:26+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8eb1b990-5162-11ed-a255-aeb22d1c7061 | InvocationID=8eb1bc10-5162-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:05:44+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ad2f55a-5162-11ed-a255-aeb22d1c7061 | InvocationID=8ad2f73a-5162-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:05:44+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99c07754-5162-11ed-a255-aeb22d1c7061 | InvocationID=99c082d0-5162-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:05:44+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99c07754-5162-11ed-a255-aeb22d1c7061 | InvocationID=99c082d0-5162-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:05:44+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99c07754-5162-11ed-a255-aeb22d1c7061 | InvocationID=99c082d0-5162-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:05:50+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8eb1b990-5162-11ed-a255-aeb22d1c7061 | InvocationID=8eb1bc10-5162-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:05:50+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d7539ca-5162-11ed-a255-aeb22d1c7061 | InvocationID=9d753bd2-5162-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:06:09+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99c07754-5162-11ed-a255-aeb22d1c7061 | InvocationID=99c082d0-5162-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:06:09+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8ad9ad0-5162-11ed-a255-aeb22d1c7061 | InvocationID=a8ad9dbe-5162-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:06:09+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8ad9ad0-5162-11ed-a255-aeb22d1c7061 | InvocationID=a8ad9dbe-5162-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:06:09+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8ad9ad0-5162-11ed-a255-aeb22d1c7061 | InvocationID=a8ad9dbe-5162-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:06:15+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d7539ca-5162-11ed-a255-aeb22d1c7061 | InvocationID=9d753bd2-5162-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:06:15+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac389150-5162-11ed-a255-aeb22d1c7061 | InvocationID=ac389326-5162-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:06:34+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8ad9ad0-5162-11ed-a255-aeb22d1c7061 | InvocationID=a8ad9dbe-5162-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:06:34+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b79be0d8-5162-11ed-a255-aeb22d1c7061 | InvocationID=b79be2ae-5162-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:06:34+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b79be0d8-5162-11ed-a255-aeb22d1c7061 | InvocationID=b79be2ae-5162-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:06:34+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b79be0d8-5162-11ed-a255-aeb22d1c7061 | InvocationID=b79be2ae-5162-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:06:40+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ac389150-5162-11ed-a255-aeb22d1c7061 | InvocationID=ac389326-5162-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:06:40+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bafe2588-5162-11ed-a255-aeb22d1c7061 | InvocationID=bafe2830-5162-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:06:59+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b79be0d8-5162-11ed-a255-aeb22d1c7061 | InvocationID=b79be2ae-5162-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:06:59+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c688f568-5162-11ed-a255-aeb22d1c7061 | InvocationID=c688f8c4-5162-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:06:59+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c688f568-5162-11ed-a255-aeb22d1c7061 | InvocationID=c688f8c4-5162-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:06:59+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c688f568-5162-11ed-a255-aeb22d1c7061 | InvocationID=c688f8c4-5162-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:07:05+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bafe2588-5162-11ed-a255-aeb22d1c7061 | InvocationID=bafe2830-5162-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:07:05+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9ceb5a0-5162-11ed-a255-aeb22d1c7061 | InvocationID=c9ceb7a8-5162-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:07:24+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c688f568-5162-11ed-a255-aeb22d1c7061 | InvocationID=c688f8c4-5162-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:07:24+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d57a286c-5162-11ed-a255-aeb22d1c7061 | InvocationID=d57a2df8-5162-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:07:24+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d57a286c-5162-11ed-a255-aeb22d1c7061 | InvocationID=d57a2df8-5162-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:07:24+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d57a286c-5162-11ed-a255-aeb22d1c7061 | InvocationID=d57a2df8-5162-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:07:30+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c9ceb5a0-5162-11ed-a255-aeb22d1c7061 | InvocationID=c9ceb7a8-5162-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:07:30+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d891839c-5162-11ed-a255-aeb22d1c7061 | InvocationID=d8918662-5162-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:07:49+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d57a286c-5162-11ed-a255-aeb22d1c7061 | InvocationID=d57a2df8-5162-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:07:49+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e46a3f7e-5162-11ed-a255-aeb22d1c7061 | InvocationID=e46a41c2-5162-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:07:49+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e46a3f7e-5162-11ed-a255-aeb22d1c7061 | InvocationID=e46a41c2-5162-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:07:49+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e46a3f7e-5162-11ed-a255-aeb22d1c7061 | InvocationID=e46a41c2-5162-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:07:54+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d891839c-5162-11ed-a255-aeb22d1c7061 | InvocationID=d8918662-5162-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:07:54+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e757f51e-5162-11ed-a255-aeb22d1c7061 | InvocationID=e758016c-5162-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:08:14+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e46a3f7e-5162-11ed-a255-aeb22d1c7061 | InvocationID=e46a41c2-5162-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:08:14+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f35ad020-5162-11ed-a255-aeb22d1c7061 | InvocationID=f35add72-5162-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:08:15+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f35ad020-5162-11ed-a255-aeb22d1c7061 | InvocationID=f35add72-5162-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:08:15+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f35ad020-5162-11ed-a255-aeb22d1c7061 | InvocationID=f35add72-5162-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:08:19+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e757f51e-5162-11ed-a255-aeb22d1c7061 | InvocationID=e758016c-5162-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:08:19+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f61e4260-5162-11ed-a255-aeb22d1c7061 | InvocationID=f61e449a-5162-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:08:40+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f35ad020-5162-11ed-a255-aeb22d1c7061 | InvocationID=f35add72-5162-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:08:40+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0247e2e4-5163-11ed-a255-aeb22d1c7061 | InvocationID=0247eb7c-5163-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:08:40+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0247e2e4-5163-11ed-a255-aeb22d1c7061 | InvocationID=0247eb7c-5163-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:08:40+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0247e2e4-5163-11ed-a255-aeb22d1c7061 | InvocationID=0247eb7c-5163-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:08:44+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f61e4260-5162-11ed-a255-aeb22d1c7061 | InvocationID=f61e449a-5162-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:08:44+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04e11a98-5163-11ed-a255-aeb22d1c7061 | InvocationID=04e11cfa-5163-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:09:05+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0247e2e4-5163-11ed-a255-aeb22d1c7061 | InvocationID=0247eb7c-5163-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:09:05+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1136318e-5163-11ed-a255-aeb22d1c7061 | InvocationID=113633aa-5163-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:09:05+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1136318e-5163-11ed-a255-aeb22d1c7061 | InvocationID=113633aa-5163-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:09:05+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1136318e-5163-11ed-a255-aeb22d1c7061 | InvocationID=113633aa-5163-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:09:09+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=04e11a98-5163-11ed-a255-aeb22d1c7061 | InvocationID=04e11cfa-5163-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:09:09+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13ac5ac4-5163-11ed-a255-aeb22d1c7061 | InvocationID=13ac5d58-5163-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:09:30+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1136318e-5163-11ed-a255-aeb22d1c7061 | InvocationID=113633aa-5163-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:09:30+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=202477d2-5163-11ed-a255-aeb22d1c7061 | InvocationID=20247a0c-5163-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:09:30+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=202477d2-5163-11ed-a255-aeb22d1c7061 | InvocationID=20247a0c-5163-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:09:30+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=202477d2-5163-11ed-a255-aeb22d1c7061 | InvocationID=20247a0c-5163-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:09:33+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=13ac5ac4-5163-11ed-a255-aeb22d1c7061 | InvocationID=13ac5d58-5163-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:09:33+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=226f061a-5163-11ed-a255-aeb22d1c7061 | InvocationID=226f07e6-5163-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:09:55+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=202477d2-5163-11ed-a255-aeb22d1c7061 | InvocationID=20247a0c-5163-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:09:55+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f11d50a-5163-11ed-a255-aeb22d1c7061 | InvocationID=2f11d744-5163-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:09:55+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f11d50a-5163-11ed-a255-aeb22d1c7061 | InvocationID=2f11d744-5163-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:09:55+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f11d50a-5163-11ed-a255-aeb22d1c7061 | InvocationID=2f11d744-5163-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:09:58+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=226f061a-5163-11ed-a255-aeb22d1c7061 | InvocationID=226f07e6-5163-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:09:58+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3131e6c2-5163-11ed-a255-aeb22d1c7061 | InvocationID=3131e974-5163-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:10:20+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f11d50a-5163-11ed-a255-aeb22d1c7061 | InvocationID=2f11d744-5163-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:10:20+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e00edf8-5163-11ed-a255-aeb22d1c7061 | InvocationID=3e00fc8a-5163-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:10:20+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e00edf8-5163-11ed-a255-aeb22d1c7061 | InvocationID=3e00fc8a-5163-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:10:20+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e00edf8-5163-11ed-a255-aeb22d1c7061 | InvocationID=3e00fc8a-5163-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:10:23+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3131e6c2-5163-11ed-a255-aeb22d1c7061 | InvocationID=3131e974-5163-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:10:23+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ff7e030-5163-11ed-a255-aeb22d1c7061 | InvocationID=3ff7e26a-5163-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:10:45+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e00edf8-5163-11ed-a255-aeb22d1c7061 | InvocationID=3e00fc8a-5163-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:10:45+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cf25216-5163-11ed-a255-aeb22d1c7061 | InvocationID=4cf256da-5163-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:10:45+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cf25216-5163-11ed-a255-aeb22d1c7061 | InvocationID=4cf256da-5163-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:10:45+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4cf25216-5163-11ed-a255-aeb22d1c7061 | InvocationID=4cf256da-5163-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:10:48+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3ff7e030-5163-11ed-a255-aeb22d1c7061 | InvocationID=3ff7e26a-5163-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:10:48+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4eba306e-5163-11ed-a255-aeb22d1c7061 | InvocationID=4eba338e-5163-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:11:10+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4cf25216-5163-11ed-a255-aeb22d1c7061 | InvocationID=4cf256da-5163-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:11:10+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5be42060-5163-11ed-a255-aeb22d1c7061 | InvocationID=5be422c2-5163-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:11:10+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5be42060-5163-11ed-a255-aeb22d1c7061 | InvocationID=5be422c2-5163-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:11:10+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5be42060-5163-11ed-a255-aeb22d1c7061 | InvocationID=5be422c2-5163-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:11:13+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4eba306e-5163-11ed-a255-aeb22d1c7061 | InvocationID=4eba338e-5163-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:11:13+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d7f01c4-5163-11ed-a255-aeb22d1c7061 | InvocationID=5d7f03cc-5163-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:11:35+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5be42060-5163-11ed-a255-aeb22d1c7061 | InvocationID=5be422c2-5163-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:11:35+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ad57128-5163-11ed-a255-aeb22d1c7061 | InvocationID=6ad5734e-5163-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:11:35+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ad57128-5163-11ed-a255-aeb22d1c7061 | InvocationID=6ad5734e-5163-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:11:35+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ad57128-5163-11ed-a255-aeb22d1c7061 | InvocationID=6ad5734e-5163-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:11:37+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d7f01c4-5163-11ed-a255-aeb22d1c7061 | InvocationID=5d7f03cc-5163-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:11:37+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c436326-5163-11ed-a255-aeb22d1c7061 | InvocationID=6c4365e2-5163-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:12:00+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ad57128-5163-11ed-a255-aeb22d1c7061 | InvocationID=6ad5734e-5163-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:12:00+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79c3d92c-5163-11ed-a255-aeb22d1c7061 | InvocationID=79c3de0e-5163-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:12:00+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79c3d92c-5163-11ed-a255-aeb22d1c7061 | InvocationID=79c3de0e-5163-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:12:00+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79c3d92c-5163-11ed-a255-aeb22d1c7061 | InvocationID=79c3de0e-5163-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:12:02+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6c436326-5163-11ed-a255-aeb22d1c7061 | InvocationID=6c4365e2-5163-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:12:02+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b08c7c0-5163-11ed-a255-aeb22d1c7061 | InvocationID=7b08cb76-5163-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:12:25+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79c3d92c-5163-11ed-a255-aeb22d1c7061 | InvocationID=79c3de0e-5163-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:12:25+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88b1caf2-5163-11ed-a255-aeb22d1c7061 | InvocationID=88b1d0d8-5163-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:12:25+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88b1caf2-5163-11ed-a255-aeb22d1c7061 | InvocationID=88b1d0d8-5163-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:12:25+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88b1caf2-5163-11ed-a255-aeb22d1c7061 | InvocationID=88b1d0d8-5163-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:12:27+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7b08c7c0-5163-11ed-a255-aeb22d1c7061 | InvocationID=7b08cb76-5163-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:12:27+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89cc06d2-5163-11ed-a255-aeb22d1c7061 | InvocationID=89cc128a-5163-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:12:50+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88b1caf2-5163-11ed-a255-aeb22d1c7061 | InvocationID=88b1d0d8-5163-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:12:50+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97a8c97a-5163-11ed-a255-aeb22d1c7061 | InvocationID=97a8ce34-5163-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:12:50+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97a8c97a-5163-11ed-a255-aeb22d1c7061 | InvocationID=97a8ce34-5163-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:12:50+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97a8c97a-5163-11ed-a255-aeb22d1c7061 | InvocationID=97a8ce34-5163-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:12:52+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89cc06d2-5163-11ed-a255-aeb22d1c7061 | InvocationID=89cc128a-5163-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:12:52+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=989a83f0-5163-11ed-a255-aeb22d1c7061 | InvocationID=989a85da-5163-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:13:15+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97a8c97a-5163-11ed-a255-aeb22d1c7061 | InvocationID=97a8ce34-5163-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:13:15+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a696fe70-5163-11ed-a255-aeb22d1c7061 | InvocationID=a69700f0-5163-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:13:15+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a696fe70-5163-11ed-a255-aeb22d1c7061 | InvocationID=a69700f0-5163-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:13:15+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a696fe70-5163-11ed-a255-aeb22d1c7061 | InvocationID=a69700f0-5163-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:13:17+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=989a83f0-5163-11ed-a255-aeb22d1c7061 | InvocationID=989a85da-5163-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:13:17+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7605554-5163-11ed-a255-aeb22d1c7061 | InvocationID=a7605798-5163-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:13:40+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a696fe70-5163-11ed-a255-aeb22d1c7061 | InvocationID=a69700f0-5163-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:13:40+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b585c682-5163-11ed-a255-aeb22d1c7061 | InvocationID=b585c916-5163-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:13:40+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b585c682-5163-11ed-a255-aeb22d1c7061 | InvocationID=b585c916-5163-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:13:40+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b585c682-5163-11ed-a255-aeb22d1c7061 | InvocationID=b585c916-5163-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:13:41+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a7605554-5163-11ed-a255-aeb22d1c7061 | InvocationID=a7605798-5163-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:13:41+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b62b6cea-5163-11ed-a255-aeb22d1c7061 | InvocationID=b62b6f4c-5163-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:14:05+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b585c682-5163-11ed-a255-aeb22d1c7061 | InvocationID=b585c916-5163-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:14:05+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c479e470-5163-11ed-a255-aeb22d1c7061 | InvocationID=c479e646-5163-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:14:05+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c479e470-5163-11ed-a255-aeb22d1c7061 | InvocationID=c479e646-5163-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:14:05+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c479e470-5163-11ed-a255-aeb22d1c7061 | InvocationID=c479e646-5163-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:14:06+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b62b6cea-5163-11ed-a255-aeb22d1c7061 | InvocationID=b62b6f4c-5163-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:14:06+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4f43784-5163-11ed-a255-aeb22d1c7061 | InvocationID=c4f43a04-5163-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:14:30+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c479e470-5163-11ed-a255-aeb22d1c7061 | InvocationID=c479e646-5163-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:14:30+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d368201e-5163-11ed-a255-aeb22d1c7061 | InvocationID=d36821fe-5163-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:14:30+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d368201e-5163-11ed-a255-aeb22d1c7061 | InvocationID=d36821fe-5163-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:14:30+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d368201e-5163-11ed-a255-aeb22d1c7061 | InvocationID=d36821fe-5163-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:14:31+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c4f43784-5163-11ed-a255-aeb22d1c7061 | InvocationID=c4f43a04-5163-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:14:31+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3b8889c-5163-11ed-a255-aeb22d1c7061 | InvocationID=d3b95e70-5163-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:14:55+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d368201e-5163-11ed-a255-aeb22d1c7061 | InvocationID=d36821fe-5163-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:14:55+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e25515b4-5163-11ed-a255-aeb22d1c7061 | InvocationID=e255180c-5163-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:14:55+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e25515b4-5163-11ed-a255-aeb22d1c7061 | InvocationID=e255180c-5163-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:14:55+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e25515b4-5163-11ed-a255-aeb22d1c7061 | InvocationID=e255180c-5163-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:14:56+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d3b8889c-5163-11ed-a255-aeb22d1c7061 | InvocationID=d3b95e70-5163-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:14:56+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e296718a-5163-11ed-a255-aeb22d1c7061 | InvocationID=e29673e2-5163-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:15:20+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e25515b4-5163-11ed-a255-aeb22d1c7061 | InvocationID=e255180c-5163-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:15:20+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f142ceea-5163-11ed-a255-aeb22d1c7061 | InvocationID=f142d0c0-5163-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:15:21+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f142ceea-5163-11ed-a255-aeb22d1c7061 | InvocationID=f142d0c0-5163-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:15:21+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f142ceea-5163-11ed-a255-aeb22d1c7061 | InvocationID=f142d0c0-5163-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:15:21+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e296718a-5163-11ed-a255-aeb22d1c7061 | InvocationID=e29673e2-5163-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:15:21+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f15d98a6-5163-11ed-a255-aeb22d1c7061 | InvocationID=f15d9a54-5163-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:15:45+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f15d98a6-5163-11ed-a255-aeb22d1c7061 | InvocationID=f15d9a54-5163-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:15:45+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0023a4c0-5164-11ed-a255-aeb22d1c7061 | InvocationID=0023a736-5164-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:15:46+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f142ceea-5163-11ed-a255-aeb22d1c7061 | InvocationID=f142d0c0-5163-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:15:46+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00325db2-5164-11ed-a255-aeb22d1c7061 | InvocationID=00325fce-5164-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:15:46+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00325db2-5164-11ed-a255-aeb22d1c7061 | InvocationID=00325fce-5164-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:15:46+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00325db2-5164-11ed-a255-aeb22d1c7061 | InvocationID=00325fce-5164-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:16:10+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0023a4c0-5164-11ed-a255-aeb22d1c7061 | InvocationID=0023a736-5164-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:16:10+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0eec1b2c-5164-11ed-a255-aeb22d1c7061 | InvocationID=0eec29be-5164-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:16:11+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00325db2-5164-11ed-a255-aeb22d1c7061 | InvocationID=00325fce-5164-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:16:11+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f22d23e-5164-11ed-a255-aeb22d1c7061 | InvocationID=0f22d496-5164-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:16:11+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f22d23e-5164-11ed-a255-aeb22d1c7061 | InvocationID=0f22d496-5164-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:16:11+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f22d23e-5164-11ed-a255-aeb22d1c7061 | InvocationID=0f22d496-5164-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:16:35+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0eec1b2c-5164-11ed-a255-aeb22d1c7061 | InvocationID=0eec29be-5164-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:16:35+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1daf79e2-5164-11ed-a255-aeb22d1c7061 | InvocationID=1daf7bfe-5164-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:16:36+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f22d23e-5164-11ed-a255-aeb22d1c7061 | InvocationID=0f22d496-5164-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:16:36+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e1256a2-5164-11ed-a255-aeb22d1c7061 | InvocationID=1e1258d2-5164-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:16:36+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e1256a2-5164-11ed-a255-aeb22d1c7061 | InvocationID=1e1258d2-5164-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:16:36+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e1256a2-5164-11ed-a255-aeb22d1c7061 | InvocationID=1e1258d2-5164-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:17:00+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1daf79e2-5164-11ed-a255-aeb22d1c7061 | InvocationID=1daf7bfe-5164-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:17:00+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c745790-5164-11ed-a255-aeb22d1c7061 | InvocationID=2c745c68-5164-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:17:01+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e1256a2-5164-11ed-a255-aeb22d1c7061 | InvocationID=1e1258d2-5164-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:17:01+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cff6bf0-5164-11ed-a255-aeb22d1c7061 | InvocationID=2cff6dc6-5164-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:17:01+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cff6bf0-5164-11ed-a255-aeb22d1c7061 | InvocationID=2cff6dc6-5164-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:17:01+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2cff6bf0-5164-11ed-a255-aeb22d1c7061 | InvocationID=2cff6dc6-5164-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:17:25+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c745790-5164-11ed-a255-aeb22d1c7061 | InvocationID=2c745c68-5164-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:17:25+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b389962-5164-11ed-a255-aeb22d1c7061 | InvocationID=3b389c0a-5164-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:17:26+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2cff6bf0-5164-11ed-a255-aeb22d1c7061 | InvocationID=2cff6dc6-5164-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:17:26+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bf1b410-5164-11ed-a255-aeb22d1c7061 | InvocationID=3bf1b6b8-5164-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:17:26+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bf1b410-5164-11ed-a255-aeb22d1c7061 | InvocationID=3bf1b6b8-5164-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:17:26+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3bf1b410-5164-11ed-a255-aeb22d1c7061 | InvocationID=3bf1b6b8-5164-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:17:49+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3b389962-5164-11ed-a255-aeb22d1c7061 | InvocationID=3b389c0a-5164-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:17:49+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49fb8176-5164-11ed-a255-aeb22d1c7061 | InvocationID=49fb864e-5164-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:17:51+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3bf1b410-5164-11ed-a255-aeb22d1c7061 | InvocationID=3bf1b6b8-5164-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:17:51+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ae7bb86-5164-11ed-a255-aeb22d1c7061 | InvocationID=4ae7c126-5164-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:17:51+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ae7bb86-5164-11ed-a255-aeb22d1c7061 | InvocationID=4ae7c126-5164-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:17:51+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ae7bb86-5164-11ed-a255-aeb22d1c7061 | InvocationID=4ae7c126-5164-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:18:14+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=49fb8176-5164-11ed-a255-aeb22d1c7061 | InvocationID=49fb864e-5164-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:18:14+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58c0f808-5164-11ed-a255-aeb22d1c7061 | InvocationID=58c0fccc-5164-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:18:16+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ae7bb86-5164-11ed-a255-aeb22d1c7061 | InvocationID=4ae7c126-5164-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:18:16+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59dc8a68-5164-11ed-a255-aeb22d1c7061 | InvocationID=59dc8d4c-5164-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:18:16+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59dc8a68-5164-11ed-a255-aeb22d1c7061 | InvocationID=59dc8d4c-5164-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:18:16+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59dc8a68-5164-11ed-a255-aeb22d1c7061 | InvocationID=59dc8d4c-5164-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:18:39+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=58c0f808-5164-11ed-a255-aeb22d1c7061 | InvocationID=58c0fccc-5164-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:18:39+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6784ddf0-5164-11ed-a255-aeb22d1c7061 | InvocationID=6784e066-5164-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:18:41+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59dc8a68-5164-11ed-a255-aeb22d1c7061 | InvocationID=59dc8d4c-5164-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:18:41+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68d81b4a-5164-11ed-a255-aeb22d1c7061 | InvocationID=68d81eec-5164-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:18:41+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68d81b4a-5164-11ed-a255-aeb22d1c7061 | InvocationID=68d81eec-5164-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:18:41+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68d81b4a-5164-11ed-a255-aeb22d1c7061 | InvocationID=68d81eec-5164-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:19:04+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6784ddf0-5164-11ed-a255-aeb22d1c7061 | InvocationID=6784e066-5164-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:19:04+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=764a19b8-5164-11ed-a255-aeb22d1c7061 | InvocationID=764a1cec-5164-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:19:06+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68d81b4a-5164-11ed-a255-aeb22d1c7061 | InvocationID=68d81eec-5164-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:19:06+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77cdeb84-5164-11ed-a255-aeb22d1c7061 | InvocationID=77cdee54-5164-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:19:06+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77cdeb84-5164-11ed-a255-aeb22d1c7061 | InvocationID=77cdee54-5164-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:19:06+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77cdeb84-5164-11ed-a255-aeb22d1c7061 | InvocationID=77cdee54-5164-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:19:28+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=764a19b8-5164-11ed-a255-aeb22d1c7061 | InvocationID=764a1cec-5164-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:19:28+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=851205fa-5164-11ed-a255-aeb22d1c7061 | InvocationID=85120834-5164-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:19:31+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77cdeb84-5164-11ed-a255-aeb22d1c7061 | InvocationID=77cdee54-5164-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:19:31+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86bd522e-5164-11ed-a255-aeb22d1c7061 | InvocationID=86bd5468-5164-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:19:31+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86bd522e-5164-11ed-a255-aeb22d1c7061 | InvocationID=86bd5468-5164-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:19:31+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86bd522e-5164-11ed-a255-aeb22d1c7061 | InvocationID=86bd5468-5164-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:19:53+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=851205fa-5164-11ed-a255-aeb22d1c7061 | InvocationID=85120834-5164-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:19:53+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93d7996a-5164-11ed-a255-aeb22d1c7061 | InvocationID=93d79bea-5164-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:19:56+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86bd522e-5164-11ed-a255-aeb22d1c7061 | InvocationID=86bd5468-5164-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:19:56+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95aa1e34-5164-11ed-a255-aeb22d1c7061 | InvocationID=95aa2078-5164-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:19:56+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95aa1e34-5164-11ed-a255-aeb22d1c7061 | InvocationID=95aa2078-5164-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:19:56+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95aa1e34-5164-11ed-a255-aeb22d1c7061 | InvocationID=95aa2078-5164-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:20:18+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=93d7996a-5164-11ed-a255-aeb22d1c7061 | InvocationID=93d79bea-5164-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:20:18+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a29e7950-5164-11ed-a255-aeb22d1c7061 | InvocationID=a29e7c02-5164-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:20:21+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95aa1e34-5164-11ed-a255-aeb22d1c7061 | InvocationID=95aa2078-5164-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:20:21+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a49851f4-5164-11ed-a255-aeb22d1c7061 | InvocationID=a4985474-5164-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:20:21+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a49851f4-5164-11ed-a255-aeb22d1c7061 | InvocationID=a4985474-5164-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:20:21+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a49851f4-5164-11ed-a255-aeb22d1c7061 | InvocationID=a4985474-5164-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:20:43+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a29e7950-5164-11ed-a255-aeb22d1c7061 | InvocationID=a29e7c02-5164-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:20:43+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b16160b0-5164-11ed-a255-aeb22d1c7061 | InvocationID=b16162ea-5164-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:20:46+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a49851f4-5164-11ed-a255-aeb22d1c7061 | InvocationID=a4985474-5164-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:20:46+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b384f370-5164-11ed-a255-aeb22d1c7061 | InvocationID=b384f5f0-5164-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:20:46+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b384f370-5164-11ed-a255-aeb22d1c7061 | InvocationID=b384f5f0-5164-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:20:46+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b384f370-5164-11ed-a255-aeb22d1c7061 | InvocationID=b384f5f0-5164-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:21:08+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b16160b0-5164-11ed-a255-aeb22d1c7061 | InvocationID=b16162ea-5164-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:21:08+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c029a012-5164-11ed-a255-aeb22d1c7061 | InvocationID=c029a1fc-5164-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:21:11+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b384f370-5164-11ed-a255-aeb22d1c7061 | InvocationID=b384f5f0-5164-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:21:11+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2779072-5164-11ed-a255-aeb22d1c7061 | InvocationID=c27792b6-5164-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:21:11+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2779072-5164-11ed-a255-aeb22d1c7061 | InvocationID=c27792b6-5164-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:21:11+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2779072-5164-11ed-a255-aeb22d1c7061 | InvocationID=c27792b6-5164-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:21:32+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c029a012-5164-11ed-a255-aeb22d1c7061 | InvocationID=c029a1fc-5164-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:21:32+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ceee0304-5164-11ed-a255-aeb22d1c7061 | InvocationID=ceee05f2-5164-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:21:36+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2779072-5164-11ed-a255-aeb22d1c7061 | InvocationID=c27792b6-5164-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:21:36+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d164f804-5164-11ed-a255-aeb22d1c7061 | InvocationID=d164fa16-5164-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:21:37+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d164f804-5164-11ed-a255-aeb22d1c7061 | InvocationID=d164fa16-5164-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:21:37+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d164f804-5164-11ed-a255-aeb22d1c7061 | InvocationID=d164fa16-5164-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:21:57+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ceee0304-5164-11ed-a255-aeb22d1c7061 | InvocationID=ceee05f2-5164-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:21:57+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddc2b6d6-5164-11ed-a255-aeb22d1c7061 | InvocationID=ddc2b942-5164-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:22:02+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d164f804-5164-11ed-a255-aeb22d1c7061 | InvocationID=d164fa16-5164-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:22:02+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0535a90-5164-11ed-a255-aeb22d1c7061 | InvocationID=e0535cc0-5164-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:22:02+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0535a90-5164-11ed-a255-aeb22d1c7061 | InvocationID=e0535cc0-5164-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:22:02+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0535a90-5164-11ed-a255-aeb22d1c7061 | InvocationID=e0535cc0-5164-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:22:22+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ddc2b6d6-5164-11ed-a255-aeb22d1c7061 | InvocationID=ddc2b942-5164-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:22:22+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec878eee-5164-11ed-a255-aeb22d1c7061 | InvocationID=ec8791b4-5164-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:22:27+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0535a90-5164-11ed-a255-aeb22d1c7061 | InvocationID=e0535cc0-5164-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:22:27+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef40a2c4-5164-11ed-a255-aeb22d1c7061 | InvocationID=ef40a8c8-5164-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:22:27+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef40a2c4-5164-11ed-a255-aeb22d1c7061 | InvocationID=ef40a8c8-5164-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:22:27+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef40a2c4-5164-11ed-a255-aeb22d1c7061 | InvocationID=ef40a8c8-5164-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:22:47+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec878eee-5164-11ed-a255-aeb22d1c7061 | InvocationID=ec8791b4-5164-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:22:47+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb4a6546-5164-11ed-a255-aeb22d1c7061 | InvocationID=fb4a676c-5164-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:22:52+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef40a2c4-5164-11ed-a255-aeb22d1c7061 | InvocationID=ef40a8c8-5164-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:22:52+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe3522f0-5164-11ed-a255-aeb22d1c7061 | InvocationID=fe3524d0-5164-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:22:52+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe3522f0-5164-11ed-a255-aeb22d1c7061 | InvocationID=fe3524d0-5164-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:22:52+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe3522f0-5164-11ed-a255-aeb22d1c7061 | InvocationID=fe3524d0-5164-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:23:12+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fb4a6546-5164-11ed-a255-aeb22d1c7061 | InvocationID=fb4a676c-5164-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:23:12+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a136ea6-5165-11ed-a255-aeb22d1c7061 | InvocationID=0a137446-5165-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:23:17+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe3522f0-5164-11ed-a255-aeb22d1c7061 | InvocationID=fe3524d0-5164-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:23:17+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d2341ac-5165-11ed-a255-aeb22d1c7061 | InvocationID=0d234454-5165-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:23:17+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d2341ac-5165-11ed-a255-aeb22d1c7061 | InvocationID=0d234454-5165-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:23:17+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d2341ac-5165-11ed-a255-aeb22d1c7061 | InvocationID=0d234454-5165-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:23:36+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0a136ea6-5165-11ed-a255-aeb22d1c7061 | InvocationID=0a137446-5165-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:23:36+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18dfec0c-5165-11ed-a255-aeb22d1c7061 | InvocationID=18dfee32-5165-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:23:42+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d2341ac-5165-11ed-a255-aeb22d1c7061 | InvocationID=0d234454-5165-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:23:42+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c17fa36-5165-11ed-a255-aeb22d1c7061 | InvocationID=1c17fc48-5165-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:23:42+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c17fa36-5165-11ed-a255-aeb22d1c7061 | InvocationID=1c17fc48-5165-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:23:42+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c17fa36-5165-11ed-a255-aeb22d1c7061 | InvocationID=1c17fc48-5165-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:24:01+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=18dfec0c-5165-11ed-a255-aeb22d1c7061 | InvocationID=18dfee32-5165-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:24:01+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27a308dc-5165-11ed-a255-aeb22d1c7061 | InvocationID=27a30aee-5165-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:24:07+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c17fa36-5165-11ed-a255-aeb22d1c7061 | InvocationID=1c17fc48-5165-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:24:07+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b08f450-5165-11ed-a255-aeb22d1c7061 | InvocationID=2b08f6c6-5165-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:24:07+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b08f450-5165-11ed-a255-aeb22d1c7061 | InvocationID=2b08f6c6-5165-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:24:07+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b08f450-5165-11ed-a255-aeb22d1c7061 | InvocationID=2b08f6c6-5165-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:24:26+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=27a308dc-5165-11ed-a255-aeb22d1c7061 | InvocationID=27a30aee-5165-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:24:26+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=366694f6-5165-11ed-a255-aeb22d1c7061 | InvocationID=36669726-5165-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:24:32+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b08f450-5165-11ed-a255-aeb22d1c7061 | InvocationID=2b08f6c6-5165-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:24:32+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39f5d21c-5165-11ed-a255-aeb22d1c7061 | InvocationID=39f5d4f6-5165-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:24:32+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39f5d21c-5165-11ed-a255-aeb22d1c7061 | InvocationID=39f5d4f6-5165-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:24:32+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39f5d21c-5165-11ed-a255-aeb22d1c7061 | InvocationID=39f5d4f6-5165-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:24:51+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=366694f6-5165-11ed-a255-aeb22d1c7061 | InvocationID=36669726-5165-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:24:51+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=452f95fa-5165-11ed-a255-aeb22d1c7061 | InvocationID=452f9dca-5165-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:24:57+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39f5d21c-5165-11ed-a255-aeb22d1c7061 | InvocationID=39f5d4f6-5165-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:24:57+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48eb6228-5165-11ed-a255-aeb22d1c7061 | InvocationID=48eb6886-5165-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:24:57+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48eb6228-5165-11ed-a255-aeb22d1c7061 | InvocationID=48eb6886-5165-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:24:57+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48eb6228-5165-11ed-a255-aeb22d1c7061 | InvocationID=48eb6886-5165-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:25:16+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=452f95fa-5165-11ed-a255-aeb22d1c7061 | InvocationID=452f9dca-5165-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:25:16+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53faa4bc-5165-11ed-a255-aeb22d1c7061 | InvocationID=53faa818-5165-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:25:22+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48eb6228-5165-11ed-a255-aeb22d1c7061 | InvocationID=48eb6886-5165-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:25:22+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57dcf9a4-5165-11ed-a255-aeb22d1c7061 | InvocationID=57dcfca6-5165-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:25:22+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57dcf9a4-5165-11ed-a255-aeb22d1c7061 | InvocationID=57dcfca6-5165-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:25:22+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57dcf9a4-5165-11ed-a255-aeb22d1c7061 | InvocationID=57dcfca6-5165-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:25:40+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=53faa4bc-5165-11ed-a255-aeb22d1c7061 | InvocationID=53faa818-5165-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:25:40+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62c1bd82-5165-11ed-a255-aeb22d1c7061 | InvocationID=62c1bfa8-5165-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:25:47+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57dcf9a4-5165-11ed-a255-aeb22d1c7061 | InvocationID=57dcfca6-5165-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:25:47+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66cc2688-5165-11ed-a255-aeb22d1c7061 | InvocationID=66cc28ae-5165-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:25:47+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66cc2688-5165-11ed-a255-aeb22d1c7061 | InvocationID=66cc28ae-5165-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:25:47+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66cc2688-5165-11ed-a255-aeb22d1c7061 | InvocationID=66cc28ae-5165-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:26:05+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=62c1bd82-5165-11ed-a255-aeb22d1c7061 | InvocationID=62c1bfa8-5165-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:26:05+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71864b94-5165-11ed-a255-aeb22d1c7061 | InvocationID=71864e50-5165-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:26:12+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66cc2688-5165-11ed-a255-aeb22d1c7061 | InvocationID=66cc28ae-5165-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:26:12+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75b928a8-5165-11ed-a255-aeb22d1c7061 | InvocationID=75b92ace-5165-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:26:12+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75b928a8-5165-11ed-a255-aeb22d1c7061 | InvocationID=75b92ace-5165-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:26:12+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75b928a8-5165-11ed-a255-aeb22d1c7061 | InvocationID=75b92ace-5165-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:26:30+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=71864b94-5165-11ed-a255-aeb22d1c7061 | InvocationID=71864e50-5165-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:26:30+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8049944c-5165-11ed-a255-aeb22d1c7061 | InvocationID=8049967c-5165-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:26:37+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75b928a8-5165-11ed-a255-aeb22d1c7061 | InvocationID=75b92ace-5165-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:26:37+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84a9b288-5165-11ed-a255-aeb22d1c7061 | InvocationID=84a9b59e-5165-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:26:37+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84a9b288-5165-11ed-a255-aeb22d1c7061 | InvocationID=84a9b59e-5165-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:26:37+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84a9b288-5165-11ed-a255-aeb22d1c7061 | InvocationID=84a9b59e-5165-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:26:55+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8049944c-5165-11ed-a255-aeb22d1c7061 | InvocationID=8049967c-5165-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:26:55+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f119790-5165-11ed-a255-aeb22d1c7061 | InvocationID=8f119c04-5165-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:27:02+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84a9b288-5165-11ed-a255-aeb22d1c7061 | InvocationID=84a9b59e-5165-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:27:02+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93a197c4-5165-11ed-a255-aeb22d1c7061 | InvocationID=93a19a26-5165-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:27:02+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93a197c4-5165-11ed-a255-aeb22d1c7061 | InvocationID=93a19a26-5165-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:27:02+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93a197c4-5165-11ed-a255-aeb22d1c7061 | InvocationID=93a19a26-5165-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:27:19+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8f119790-5165-11ed-a255-aeb22d1c7061 | InvocationID=8f119c04-5165-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:27:19+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9dd5cad0-5165-11ed-a255-aeb22d1c7061 | InvocationID=9dd5cd50-5165-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:27:27+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93a197c4-5165-11ed-a255-aeb22d1c7061 | InvocationID=93a19a26-5165-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:27:27+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a290a856-5165-11ed-a255-aeb22d1c7061 | InvocationID=a290aacc-5165-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:27:27+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a290a856-5165-11ed-a255-aeb22d1c7061 | InvocationID=a290aacc-5165-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:27:27+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a290a856-5165-11ed-a255-aeb22d1c7061 | InvocationID=a290aacc-5165-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:27:44+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9dd5cad0-5165-11ed-a255-aeb22d1c7061 | InvocationID=9dd5cd50-5165-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:27:44+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac9abc7e-5165-11ed-a255-aeb22d1c7061 | InvocationID=ac9abfa8-5165-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:27:52+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a290a856-5165-11ed-a255-aeb22d1c7061 | InvocationID=a290aacc-5165-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:27:52+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1812aa2-5165-11ed-a255-aeb22d1c7061 | InvocationID=b18132f4-5165-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:27:53+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1812aa2-5165-11ed-a255-aeb22d1c7061 | InvocationID=b18132f4-5165-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:27:53+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1812aa2-5165-11ed-a255-aeb22d1c7061 | InvocationID=b18132f4-5165-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:28:05+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ac9abc7e-5165-11ed-a255-aeb22d1c7061 | InvocationID=ac9abfa8-5165-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:28:05+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8ee6a0c-5165-11ed-a255-aeb22d1c7061 | InvocationID=b8ee6bd8-5165-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:28:18+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1812aa2-5165-11ed-a255-aeb22d1c7061 | InvocationID=b18132f4-5165-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:28:18+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c06f9b70-5165-11ed-a255-aeb22d1c7061 | InvocationID=c06f9fda-5165-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:28:18+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c06f9b70-5165-11ed-a255-aeb22d1c7061 | InvocationID=c06f9fda-5165-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:28:18+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c06f9b70-5165-11ed-a255-aeb22d1c7061 | InvocationID=c06f9fda-5165-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:28:30+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b8ee6a0c-5165-11ed-a255-aeb22d1c7061 | InvocationID=b8ee6bd8-5165-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:28:30+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7b1e9d8-5165-11ed-a255-aeb22d1c7061 | InvocationID=c7b1ec08-5165-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:28:43+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c06f9b70-5165-11ed-a255-aeb22d1c7061 | InvocationID=c06f9fda-5165-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:28:43+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf62e0ec-5165-11ed-a255-aeb22d1c7061 | InvocationID=cf62e39e-5165-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:28:43+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf62e0ec-5165-11ed-a255-aeb22d1c7061 | InvocationID=cf62e39e-5165-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:28:43+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf62e0ec-5165-11ed-a255-aeb22d1c7061 | InvocationID=cf62e39e-5165-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:28:50+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c7b1e9d8-5165-11ed-a255-aeb22d1c7061 | InvocationID=c7b1ec08-5165-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:28:51+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d41450c6-5165-11ed-a255-aeb22d1c7061 | InvocationID=d41453f0-5165-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:29:08+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf62e0ec-5165-11ed-a255-aeb22d1c7061 | InvocationID=cf62e39e-5165-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:29:08+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de51f930-5165-11ed-a255-aeb22d1c7061 | InvocationID=de51fafc-5165-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:29:08+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de51f930-5165-11ed-a255-aeb22d1c7061 | InvocationID=de51fafc-5165-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:29:08+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de51f930-5165-11ed-a255-aeb22d1c7061 | InvocationID=de51fafc-5165-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:29:15+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d41450c6-5165-11ed-a255-aeb22d1c7061 | InvocationID=d41453f0-5165-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:29:15+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2ddf436-5165-11ed-a255-aeb22d1c7061 | InvocationID=e2ddf8a0-5165-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:29:33+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de51f930-5165-11ed-a255-aeb22d1c7061 | InvocationID=de51fafc-5165-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:29:33+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed44210c-5165-11ed-a255-aeb22d1c7061 | InvocationID=ed4422ec-5165-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:29:33+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed44210c-5165-11ed-a255-aeb22d1c7061 | InvocationID=ed4422ec-5165-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:29:33+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed44210c-5165-11ed-a255-aeb22d1c7061 | InvocationID=ed4422ec-5165-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:29:40+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2ddf436-5165-11ed-a255-aeb22d1c7061 | InvocationID=e2ddf8a0-5165-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:29:40+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1aa7f8e-5165-11ed-a255-aeb22d1c7061 | InvocationID=f1aa816e-5165-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:29:58+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed44210c-5165-11ed-a255-aeb22d1c7061 | InvocationID=ed4422ec-5165-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:29:58+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc31df10-5165-11ed-a255-aeb22d1c7061 | InvocationID=fc31e0e6-5165-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:29:58+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc31df10-5165-11ed-a255-aeb22d1c7061 | InvocationID=fc31e0e6-5165-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:29:58+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc31df10-5165-11ed-a255-aeb22d1c7061 | InvocationID=fc31e0e6-5165-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:30:05+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f1aa7f8e-5165-11ed-a255-aeb22d1c7061 | InvocationID=f1aa816e-5165-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:30:05+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=006d087a-5166-11ed-a255-aeb22d1c7061 | InvocationID=006d0a5a-5166-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:30:23+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc31df10-5165-11ed-a255-aeb22d1c7061 | InvocationID=fc31e0e6-5165-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:30:23+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b20b44c-5166-11ed-a255-aeb22d1c7061 | InvocationID=0b20b668-5166-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:30:23+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b20b44c-5166-11ed-a255-aeb22d1c7061 | InvocationID=0b20b668-5166-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:30:23+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b20b44c-5166-11ed-a255-aeb22d1c7061 | InvocationID=0b20b668-5166-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:30:30+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=006d087a-5166-11ed-a255-aeb22d1c7061 | InvocationID=006d0a5a-5166-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:30:30+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f364376-5166-11ed-a255-aeb22d1c7061 | InvocationID=0f364682-5166-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:30:48+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b20b44c-5166-11ed-a255-aeb22d1c7061 | InvocationID=0b20b668-5166-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:30:48+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a0ddb60-5166-11ed-a255-aeb22d1c7061 | InvocationID=1a0ddd86-5166-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:30:48+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a0ddb60-5166-11ed-a255-aeb22d1c7061 | InvocationID=1a0ddd86-5166-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:30:48+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a0ddb60-5166-11ed-a255-aeb22d1c7061 | InvocationID=1a0ddd86-5166-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:30:54+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0f364376-5166-11ed-a255-aeb22d1c7061 | InvocationID=0f364682-5166-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:30:54+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1dfb6e2c-5166-11ed-a255-aeb22d1c7061 | InvocationID=1dfb70c0-5166-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:31:13+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a0ddb60-5166-11ed-a255-aeb22d1c7061 | InvocationID=1a0ddd86-5166-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:31:13+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28fd06be-5166-11ed-a255-aeb22d1c7061 | InvocationID=28fd09a2-5166-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:31:13+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28fd06be-5166-11ed-a255-aeb22d1c7061 | InvocationID=28fd09a2-5166-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:31:13+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28fd06be-5166-11ed-a255-aeb22d1c7061 | InvocationID=28fd09a2-5166-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:31:19+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1dfb6e2c-5166-11ed-a255-aeb22d1c7061 | InvocationID=1dfb70c0-5166-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:31:19+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cc660f6-5166-11ed-a255-aeb22d1c7061 | InvocationID=2cc662cc-5166-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:31:38+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28fd06be-5166-11ed-a255-aeb22d1c7061 | InvocationID=28fd09a2-5166-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:31:38+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37eb7282-5166-11ed-a255-aeb22d1c7061 | InvocationID=37eb74d0-5166-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:31:38+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37eb7282-5166-11ed-a255-aeb22d1c7061 | InvocationID=37eb74d0-5166-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:31:38+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37eb7282-5166-11ed-a255-aeb22d1c7061 | InvocationID=37eb74d0-5166-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:31:44+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2cc660f6-5166-11ed-a255-aeb22d1c7061 | InvocationID=2cc662cc-5166-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:31:44+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b8c3520-5166-11ed-a255-aeb22d1c7061 | InvocationID=3b8c3962-5166-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:32:03+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37eb7282-5166-11ed-a255-aeb22d1c7061 | InvocationID=37eb74d0-5166-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:32:03+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46dfa7ae-5166-11ed-a255-aeb22d1c7061 | InvocationID=46dfbe92-5166-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:32:03+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46dfa7ae-5166-11ed-a255-aeb22d1c7061 | InvocationID=46dfbe92-5166-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:32:03+0000 | policy_event_thread | 140323248655136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46dfa7ae-5166-11ed-a255-aeb22d1c7061 | InvocationID=46dfbe92-5166-11ed-a255-aeb22d1c7061 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-10-21T17:32:09+0000 | aai_event_thread | 140323247594272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3b8c3520-5166-11ed-a255-aeb22d1c7061 | InvocationID=3b8c3962-5166-11ed-a255-aeb22d1c7061 | Polling MR for XNF AAI events. 2022-10-21T17:32:09+0000 | aai_event_thread | 140323247594272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a4f65a0-5166-11ed-a255-aeb22d1c7061 | InvocationID=4a4f6820-5166-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2022-10-21T17:32:28+0000 | policy_event_thread | 140323248655136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46dfa7ae-5166-11ed-a255-aeb22d1c7061 | InvocationID=46dfbe92-5166-11ed-a255-aeb22d1c7061 | Polling MR for XNF activation/deactivation policy response events. 2022-10-21T17:32:28+0000 | policy_event_thread | 140323248655136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55f173d0-5166-11ed-a255-aeb22d1c7061 | InvocationID=55f1772c-5166-11ed-a255-aeb22d1c7061 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2022-10-21T17:32:29+0000 | policy_event_thread | 140323248655136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55f173d0-5166-11ed-a255-aeb22d1c7061 | InvocationID=55f1772c-5166-11ed-a255-aeb22d1c7061 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dc