By type
/opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. return yaml.load(f.read()) 2022-11-24T08:44:21+0000 | MainThread | 139718423453000 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.[0m 2022-11-24T08:44:21+0000 | MainThread | 139718423453000 | 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'}}}}[0m 2022-11-24T08:44:21+0000 | MainThread | 139718423453000 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.[0m 2022-11-24T08:44:21+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T08:44:21+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30d3820e-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=30d384c0-6bd4-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T08:44:21+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.[0m 2022-11-24T08:44:21+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30d6511e-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=30d6534e-6bd4-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T08:44:21+0000 | MainThread | 139718423453000 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server[0m 2022-11-24T08:44:22+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30d3820e-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=30d384c0-6bd4-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:44:22+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30d3820e-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=30d384c0-6bd4-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:44:22+0000 | aai_event_thread | 139718372711200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30d6511e-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=30d6534e-6bd4-11ed-9cdf-a6bc2519778d | 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[0m 2022-11-24T08:44:22+0000 | aai_event_thread | 139718372711200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=30d6511e-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=30d6534e-6bd4-11ed-9cdf-a6bc2519778d | 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[0m 2022-11-24T08:44:42+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=30d6511e-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=30d6534e-6bd4-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T08:44:42+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d2662ec-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=3d26668e-6bd4-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T08:44:42+0000 | aai_event_thread | 139718372711200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d2662ec-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=3d26668e-6bd4-11ed-9cdf-a6bc2519778d | 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[0m 2022-11-24T08:44:42+0000 | aai_event_thread | 139718372711200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d2662ec-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=3d26668e-6bd4-11ed-9cdf-a6bc2519778d | 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[0m 2022-11-24T08:44:47+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30d3820e-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=30d384c0-6bd4-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T08:44:47+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4020d162-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=4020d36a-6bd4-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T08:44:47+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4020d162-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=4020d36a-6bd4-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:44:47+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4020d162-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=4020d36a-6bd4-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:45:02+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d2662ec-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=3d26668e-6bd4-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T08:45:02+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=491d9c3c-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=491d9dfe-6bd4-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T08:45:02+0000 | aai_event_thread | 139718372711200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=491d9c3c-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=491d9dfe-6bd4-11ed-9cdf-a6bc2519778d | 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[0m 2022-11-24T08:45:02+0000 | aai_event_thread | 139718372711200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=491d9c3c-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=491d9dfe-6bd4-11ed-9cdf-a6bc2519778d | 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[0m 2022-11-24T08:45:12+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4020d162-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=4020d36a-6bd4-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T08:45:12+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f139510-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=4f139862-6bd4-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T08:45:12+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f139510-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=4f139862-6bd4-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:45:12+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f139510-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=4f139862-6bd4-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:45:22+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=491d9c3c-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=491d9dfe-6bd4-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T08:45:22+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5510fd2c-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=55110114-6bd4-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T08:45:22+0000 | aai_event_thread | 139718372711200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5510fd2c-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=55110114-6bd4-11ed-9cdf-a6bc2519778d | 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[0m 2022-11-24T08:45:22+0000 | aai_event_thread | 139718372711200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5510fd2c-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=55110114-6bd4-11ed-9cdf-a6bc2519778d | 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[0m 2022-11-24T08:45:37+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f139510-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=4f139862-6bd4-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T08:45:37+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e097b66-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=5e097e40-6bd4-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T08:45:37+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e097b66-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=5e097e40-6bd4-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:45:37+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e097b66-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=5e097e40-6bd4-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:45:42+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5510fd2c-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=55110114-6bd4-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T08:45:42+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=610721c4-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=6107357e-6bd4-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T08:45:42+0000 | aai_event_thread | 139718372711200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=610721c4-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=6107357e-6bd4-11ed-9cdf-a6bc2519778d | 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[0m 2022-11-24T08:45:42+0000 | aai_event_thread | 139718372711200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=610721c4-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=6107357e-6bd4-11ed-9cdf-a6bc2519778d | 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[0m 2022-11-24T08:46:02+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e097b66-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=5e097e40-6bd4-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T08:46:02+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6cfb514e-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=6cfb54b4-6bd4-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T08:46:02+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=610721c4-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=6107357e-6bd4-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T08:46:02+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6cfffdac-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=6cfffff0-6bd4-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T08:46:02+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6cfb514e-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=6cfb54b4-6bd4-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:46:02+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6cfb514e-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=6cfb54b4-6bd4-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:46:02+0000 | aai_event_thread | 139718372711200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6cfffdac-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=6cfffff0-6bd4-11ed-9cdf-a6bc2519778d | 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[0m 2022-11-24T08:46:02+0000 | aai_event_thread | 139718372711200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6cfffdac-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=6cfffff0-6bd4-11ed-9cdf-a6bc2519778d | 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[0m 2022-11-24T08:46:22+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6cfffdac-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=6cfffff0-6bd4-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T08:46:22+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78f53d3e-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=78f5457c-6bd4-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T08:46:22+0000 | aai_event_thread | 139718372711200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78f53d3e-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=78f5457c-6bd4-11ed-9cdf-a6bc2519778d | 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[0m 2022-11-24T08:46:22+0000 | aai_event_thread | 139718372711200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78f53d3e-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=78f5457c-6bd4-11ed-9cdf-a6bc2519778d | 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[0m 2022-11-24T08:46:27+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6cfb514e-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=6cfb54b4-6bd4-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T08:46:27+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7bec2138-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=7bec2304-6bd4-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T08:46:27+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7bec2138-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=7bec2304-6bd4-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:46:27+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7bec2138-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=7bec2304-6bd4-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:46:42+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78f53d3e-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=78f5457c-6bd4-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T08:46:42+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84e83bb4-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=84e83d8a-6bd4-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T08:46:42+0000 | aai_event_thread | 139718372711200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84e83bb4-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=84e83d8a-6bd4-11ed-9cdf-a6bc2519778d | 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[0m 2022-11-24T08:46:42+0000 | aai_event_thread | 139718372711200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=84e83bb4-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=84e83d8a-6bd4-11ed-9cdf-a6bc2519778d | 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[0m 2022-11-24T08:46:52+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7bec2138-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=7bec2304-6bd4-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T08:46:52+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8adc178e-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=8adc1a18-6bd4-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T08:46:52+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8adc178e-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=8adc1a18-6bd4-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:46:52+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8adc178e-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=8adc1a18-6bd4-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:47:02+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=84e83bb4-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=84e83d8a-6bd4-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T08:47:02+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90da928c-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=90da94d0-6bd4-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T08:47:02+0000 | aai_event_thread | 139718372711200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90da928c-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=90da94d0-6bd4-11ed-9cdf-a6bc2519778d | 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[0m 2022-11-24T08:47:02+0000 | aai_event_thread | 139718372711200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90da928c-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=90da94d0-6bd4-11ed-9cdf-a6bc2519778d | 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[0m 2022-11-24T08:47:17+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8adc178e-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=8adc1a18-6bd4-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T08:47:17+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99cb88b0-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=99cb8afe-6bd4-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T08:47:17+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99cb88b0-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=99cb8afe-6bd4-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:47:17+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99cb88b0-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=99cb8afe-6bd4-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:47:22+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90da928c-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=90da94d0-6bd4-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T08:47:22+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ccb780e-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=9ccb7b38-6bd4-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T08:47:22+0000 | aai_event_thread | 139718372711200 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ccb780e-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=9ccb7b38-6bd4-11ed-9cdf-a6bc2519778d | 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[0m 2022-11-24T08:47:22+0000 | aai_event_thread | 139718372711200 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ccb780e-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=9ccb7b38-6bd4-11ed-9cdf-a6bc2519778d | 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[0m 2022-11-24T08:47:42+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99cb88b0-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=99cb8afe-6bd4-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T08:47:42+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8b930de-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=a8b93368-6bd4-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T08:47:42+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8b930de-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=a8b93368-6bd4-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:47:42+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8b930de-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=a8b93368-6bd4-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:47:42+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ccb780e-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=9ccb7b38-6bd4-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T08:47:42+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8c1fc64-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=a8c2018c-6bd4-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T08:48:07+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8b930de-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=a8b93368-6bd4-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T08:48:07+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7a66620-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=b7a668aa-6bd4-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T08:48:07+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a8c1fc64-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=a8c2018c-6bd4-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T08:48:07+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7a8f53e-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=b7a8f700-6bd4-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T08:48:07+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7a66620-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=b7a668aa-6bd4-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:48:07+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7a66620-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=b7a668aa-6bd4-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:48:27+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7a8f53e-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=b7a8f700-6bd4-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T08:48:27+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3be734e-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=c3be754c-6bd4-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T08:48:32+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7a66620-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=b7a668aa-6bd4-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T08:48:32+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c693be1c-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=c693c09c-6bd4-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T08:48:32+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c693be1c-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=c693c09c-6bd4-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:48:32+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c693be1c-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=c693c09c-6bd4-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:48:48+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3be734e-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=c3be754c-6bd4-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T08:48:48+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfb6a13a-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=cfb6a3ce-6bd4-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T08:48:57+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c693be1c-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=c693c09c-6bd4-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T08:48:57+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5828e1c-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=d5828ff2-6bd4-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T08:48:57+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5828e1c-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=d5828ff2-6bd4-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:48:57+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5828e1c-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=d5828ff2-6bd4-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:49:08+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cfb6a13a-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=cfb6a3ce-6bd4-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T08:49:08+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbcf0782-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=dbcf0f7a-6bd4-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T08:49:22+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5828e1c-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=d5828ff2-6bd4-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T08:49:22+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e46ef6c2-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=e46efcda-6bd4-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T08:49:22+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e46ef6c2-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=e46efcda-6bd4-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:49:22+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e46ef6c2-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=e46efcda-6bd4-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:49:29+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dbcf0782-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=dbcf0f7a-6bd4-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T08:49:29+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e831a4ee-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=e831a80e-6bd4-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T08:49:47+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e46ef6c2-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=e46efcda-6bd4-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T08:49:47+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f35d52b4-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=f35d5494-6bd4-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T08:49:47+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f35d52b4-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=f35d5494-6bd4-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:49:47+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f35d52b4-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=f35d5494-6bd4-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:49:54+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e831a4ee-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=e831a80e-6bd4-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T08:49:54+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f715484e-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=f7154a88-6bd4-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T08:50:12+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f35d52b4-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=f35d5494-6bd4-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T08:50:12+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02494d46-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=02495138-6bd5-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T08:50:12+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02494d46-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=02495138-6bd5-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:50:12+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02494d46-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=02495138-6bd5-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:50:19+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f715484e-6bd4-11ed-9cdf-a6bc2519778d | InvocationID=f7154a88-6bd4-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T08:50:19+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06243872-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=06243c0a-6bd5-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T08:50:37+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02494d46-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=02495138-6bd5-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T08:50:37+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=113690ac-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=1136930e-6bd5-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T08:50:37+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=113690ac-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=1136930e-6bd5-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:50:37+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=113690ac-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=1136930e-6bd5-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:50:44+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=06243872-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=06243c0a-6bd5-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T08:50:44+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14ea5c10-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=14ea61f6-6bd5-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T08:51:02+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=113690ac-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=1136930e-6bd5-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T08:51:02+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20233cbe-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=20233f34-6bd5-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T08:51:03+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20233cbe-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=20233f34-6bd5-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:51:03+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20233cbe-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=20233f34-6bd5-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:51:08+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=14ea5c10-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=14ea61f6-6bd5-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T08:51:08+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23b1c698-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=23b1c878-6bd5-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T08:51:28+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20233cbe-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=20233f34-6bd5-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T08:51:28+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f112e20-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=2f112fec-6bd5-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T08:51:28+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f112e20-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=2f112fec-6bd5-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:51:28+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f112e20-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=2f112fec-6bd5-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:51:33+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23b1c698-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=23b1c878-6bd5-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T08:51:33+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=327bacac-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=327baf86-6bd5-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T08:51:53+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f112e20-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=2f112fec-6bd5-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T08:51:53+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e03e594-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=3e03e74c-6bd5-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T08:51:53+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e03e594-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=3e03e74c-6bd5-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:51:53+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e03e594-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=3e03e74c-6bd5-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:51:58+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=327bacac-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=327baf86-6bd5-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T08:51:58+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4141b466-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=4141b61e-6bd5-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T08:52:18+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e03e594-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=3e03e74c-6bd5-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T08:52:18+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cefbb6e-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=4cefbe02-6bd5-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T08:52:18+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cefbb6e-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=4cefbe02-6bd5-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:52:18+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4cefbb6e-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=4cefbe02-6bd5-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:52:23+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4141b466-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=4141b61e-6bd5-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T08:52:23+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=500eefea-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=500ef1ca-6bd5-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T08:52:43+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4cefbb6e-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=4cefbe02-6bd5-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T08:52:43+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5bdf044a-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=5bdf0788-6bd5-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T08:52:43+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5bdf044a-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=5bdf0788-6bd5-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:52:43+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5bdf044a-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=5bdf0788-6bd5-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:52:48+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=500eefea-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=500ef1ca-6bd5-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T08:52:48+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ed367f4-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=5ed36aba-6bd5-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T08:53:08+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5bdf044a-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=5bdf0788-6bd5-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T08:53:08+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6acb53e6-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=6acb5792-6bd5-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T08:53:08+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6acb53e6-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=6acb5792-6bd5-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:53:08+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6acb53e6-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=6acb5792-6bd5-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:53:12+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ed367f4-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=5ed36aba-6bd5-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T08:53:12+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d9a74c6-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=6d9a76c4-6bd5-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T08:53:33+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6acb53e6-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=6acb5792-6bd5-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T08:53:33+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79ba49c0-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=79ba4b96-6bd5-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T08:53:33+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79ba49c0-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=79ba4b96-6bd5-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:53:33+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79ba49c0-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=79ba4b96-6bd5-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:53:37+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d9a74c6-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=6d9a76c4-6bd5-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T08:53:37+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c5d2792-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=7c5d2a3a-6bd5-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T08:53:58+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79ba49c0-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=79ba4b96-6bd5-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T08:53:58+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88a67a26-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=88a67c9c-6bd5-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T08:53:58+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88a67a26-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=88a67c9c-6bd5-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:53:58+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88a67a26-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=88a67c9c-6bd5-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:54:02+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c5d2792-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=7c5d2a3a-6bd5-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T08:54:02+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b257e00-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=8b257fe0-6bd5-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T08:54:23+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88a67a26-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=88a67c9c-6bd5-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T08:54:23+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97932840-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=97932a70-6bd5-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T08:54:23+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97932840-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=97932a70-6bd5-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:54:23+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97932840-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=97932a70-6bd5-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:54:27+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b257e00-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=8b257fe0-6bd5-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T08:54:27+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99eb2714-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=99eb37cc-6bd5-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T08:54:48+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97932840-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=97932a70-6bd5-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T08:54:48+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a687561e-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=a6875894-6bd5-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T08:54:48+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a687561e-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=a6875894-6bd5-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:54:48+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a687561e-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=a6875894-6bd5-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:54:52+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=99eb2714-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=99eb37cc-6bd5-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T08:54:52+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8b180d6-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=a8b18388-6bd5-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T08:55:13+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a687561e-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=a6875894-6bd5-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T08:55:13+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b573ab96-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=b573b17c-6bd5-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T08:55:13+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b573ab96-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=b573b17c-6bd5-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:55:13+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b573ab96-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=b573b17c-6bd5-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:55:16+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a8b180d6-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=a8b18388-6bd5-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T08:55:16+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b77a188a-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=b77a1aba-6bd5-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T08:55:38+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b573ab96-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=b573b17c-6bd5-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T08:55:38+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c45f54e8-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=c45f5768-6bd5-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T08:55:38+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c45f54e8-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=c45f5768-6bd5-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:55:38+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c45f54e8-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=c45f5768-6bd5-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:55:41+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b77a188a-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=b77a1aba-6bd5-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T08:55:41+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6425350-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=c64255da-6bd5-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T08:56:03+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c45f54e8-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=c45f5768-6bd5-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T08:56:03+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d34cd2a0-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=d34cd5c0-6bd5-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T08:56:03+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d34cd2a0-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=d34cd5c0-6bd5-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:56:03+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d34cd2a0-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=d34cd5c0-6bd5-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:56:06+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c6425350-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=c64255da-6bd5-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T08:56:06+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d50f42ee-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=d50f455a-6bd5-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T08:56:28+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d34cd2a0-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=d34cd5c0-6bd5-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T08:56:28+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e239c1ba-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=e239c4bc-6bd5-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T08:56:28+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e239c1ba-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=e239c4bc-6bd5-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:56:28+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e239c1ba-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=e239c4bc-6bd5-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:56:31+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d50f42ee-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=d50f455a-6bd5-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T08:56:31+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3d4427a-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=e3d4454a-6bd5-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T08:56:53+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e239c1ba-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=e239c4bc-6bd5-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T08:56:53+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1289728-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=f12899e4-6bd5-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T08:56:53+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1289728-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=f12899e4-6bd5-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:56:53+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1289728-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=f12899e4-6bd5-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:56:56+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e3d4427a-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=e3d4454a-6bd5-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T08:56:56+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f29e6786-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=f29e695c-6bd5-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T08:57:18+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1289728-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=f12899e4-6bd5-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T08:57:18+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0016b3f0-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=0016b67a-6bd6-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T08:57:18+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0016b3f0-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=0016b67a-6bd6-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:57:18+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0016b3f0-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=0016b67a-6bd6-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:57:20+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f29e6786-6bd5-11ed-9cdf-a6bc2519778d | InvocationID=f29e695c-6bd5-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T08:57:20+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01672d34-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=01672f64-6bd6-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T08:57:43+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0016b3f0-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=0016b67a-6bd6-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T08:57:43+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f03d0d2-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=0f03d37a-6bd6-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T08:57:43+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f03d0d2-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=0f03d37a-6bd6-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:57:43+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f03d0d2-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=0f03d37a-6bd6-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:57:45+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01672d34-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=01672f64-6bd6-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T08:57:45+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=103103a8-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=1031056a-6bd6-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T08:58:08+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f03d0d2-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=0f03d37a-6bd6-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T08:58:08+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1df33a38-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=1df344d8-6bd6-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T08:58:08+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1df33a38-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=1df344d8-6bd6-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:58:08+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1df33a38-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=1df344d8-6bd6-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:58:10+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=103103a8-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=1031056a-6bd6-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T08:58:10+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1efc626a-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=1efc65c6-6bd6-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T08:58:33+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1df33a38-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=1df344d8-6bd6-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T08:58:33+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ce25d3a-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=2ce25efc-6bd6-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T08:58:33+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ce25d3a-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=2ce25efc-6bd6-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:58:33+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ce25d3a-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=2ce25efc-6bd6-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:58:35+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1efc626a-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=1efc65c6-6bd6-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T08:58:35+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2dc233e2-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=2dc2372a-6bd6-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T08:58:58+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ce25d3a-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=2ce25efc-6bd6-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T08:58:58+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bd3abf0-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=3bd3adb2-6bd6-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T08:58:58+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bd3abf0-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=3bd3adb2-6bd6-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:58:58+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3bd3abf0-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=3bd3adb2-6bd6-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:59:00+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2dc233e2-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=2dc2372a-6bd6-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T08:59:00+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c87cf22-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=3c87d152-6bd6-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T08:59:23+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3bd3abf0-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=3bd3adb2-6bd6-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T08:59:23+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4abfb9f6-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=4abfbcb2-6bd6-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T08:59:23+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4abfb9f6-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=4abfbcb2-6bd6-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:59:23+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4abfb9f6-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=4abfbcb2-6bd6-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:59:24+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3c87cf22-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=3c87d152-6bd6-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T08:59:24+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b4d6418-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=4b4d65e4-6bd6-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T08:59:49+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4abfb9f6-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=4abfbcb2-6bd6-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T08:59:49+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59acf366-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=59acf640-6bd6-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T08:59:49+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59acf366-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=59acf640-6bd6-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:59:49+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59acf366-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=59acf640-6bd6-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T08:59:49+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4b4d6418-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=4b4d65e4-6bd6-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T08:59:49+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a120fbc-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=5a1211e2-6bd6-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:00:14+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59acf366-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=59acf640-6bd6-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:00:14+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=689ed33a-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=689ed506-6bd6-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:00:14+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=689ed33a-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=689ed506-6bd6-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:00:14+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=689ed33a-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=689ed506-6bd6-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:00:14+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a120fbc-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=5a1211e2-6bd6-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:00:14+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68d51e36-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=68d5205c-6bd6-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:00:39+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=689ed33a-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=689ed506-6bd6-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:00:39+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7792b7bc-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=7792c2de-6bd6-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:00:39+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7792b7bc-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=7792c2de-6bd6-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:00:39+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7792b7bc-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=7792c2de-6bd6-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:00:39+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7792b7bc-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=7792c2de-6bd6-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:00:39+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=779c1bf4-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=779c1e56-6bd6-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:01:04+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=779c1bf4-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=779c1e56-6bd6-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:01:04+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=866338de-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=86633af0-6bd6-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:01:04+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7792b7bc-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=7792c2de-6bd6-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:01:04+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=868654d6-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=8686574c-6bd6-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:01:04+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=868654d6-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=8686574c-6bd6-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:01:04+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=868654d6-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=8686574c-6bd6-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:01:28+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=866338de-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=86633af0-6bd6-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:01:28+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=952be410-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=952be8b6-6bd6-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:01:29+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=868654d6-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=8686574c-6bd6-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:01:29+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9574911a-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=95749430-6bd6-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:01:29+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9574911a-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=95749430-6bd6-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:01:29+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9574911a-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=95749430-6bd6-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:01:53+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=952be410-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=952be8b6-6bd6-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:01:53+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3f54f18-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=a3f551de-6bd6-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:01:54+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9574911a-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=95749430-6bd6-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:01:54+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a463ff3a-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=a46401e2-6bd6-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:01:54+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a463ff3a-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=a46401e2-6bd6-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:01:54+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a463ff3a-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=a46401e2-6bd6-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:02:18+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a3f54f18-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=a3f551de-6bd6-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:02:18+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2bb5ba0-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=b2bb5eac-6bd6-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:02:19+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a463ff3a-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=a46401e2-6bd6-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:02:19+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b351443a-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=b35147b4-6bd6-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:02:19+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b351443a-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=b35147b4-6bd6-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:02:19+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b351443a-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=b35147b4-6bd6-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:02:43+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b2bb5ba0-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=b2bb5eac-6bd6-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:02:43+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1929c06-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=c1929eea-6bd6-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:02:44+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b351443a-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=b35147b4-6bd6-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:02:44+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c23fa43c-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=c23fa694-6bd6-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:02:44+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c23fa43c-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=c23fa694-6bd6-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:02:44+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c23fa43c-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=c23fa694-6bd6-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:03:08+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1929c06-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=c1929eea-6bd6-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:03:08+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0a69634-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=d0a698f0-6bd6-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:03:09+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c23fa43c-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=c23fa694-6bd6-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:03:09+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d136c0ce-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=d136c3da-6bd6-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:03:09+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d136c0ce-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=d136c3da-6bd6-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:03:09+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d136c0ce-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=d136c3da-6bd6-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:03:33+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d0a69634-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=d0a698f0-6bd6-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:03:33+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df6cf5be-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=df6cf852-6bd6-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:03:34+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d136c0ce-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=d136c3da-6bd6-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:03:34+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e022c614-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=e022c9e8-6bd6-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:03:34+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e022c614-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=e022c9e8-6bd6-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:03:34+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e022c614-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=e022c9e8-6bd6-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:03:58+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df6cf5be-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=df6cf852-6bd6-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:03:58+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee450478-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=ee450680-6bd6-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:03:59+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e022c614-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=e022c9e8-6bd6-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:03:59+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef13cccc-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=ef13cf88-6bd6-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:03:59+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef13cccc-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=ef13cf88-6bd6-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:03:59+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef13cccc-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=ef13cf88-6bd6-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:04:23+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee450478-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=ee450680-6bd6-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:04:23+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd0ea7c0-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=fd0eaa40-6bd6-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:04:24+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef13cccc-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=ef13cf88-6bd6-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:04:24+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdffc786-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=fdffc9b6-6bd6-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:04:24+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdffc786-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=fdffc9b6-6bd6-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:04:24+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fdffc786-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=fdffc9b6-6bd6-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:04:47+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd0ea7c0-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=fd0eaa40-6bd6-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:04:47+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bd63020-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=0bd6349e-6bd7-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:04:49+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fdffc786-6bd6-11ed-9cdf-a6bc2519778d | InvocationID=fdffc9b6-6bd6-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:04:49+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ceffb30-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=0ceffd88-6bd7-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:04:49+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ceffb30-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=0ceffd88-6bd7-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:04:49+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ceffb30-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=0ceffd88-6bd7-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:05:12+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0bd63020-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=0bd6349e-6bd7-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:05:12+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a9ec91e-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=1a9ecbda-6bd7-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:05:14+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ceffb30-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=0ceffd88-6bd7-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:05:14+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bdc1bce-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=1bdc1e76-6bd7-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:05:14+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bdc1bce-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=1bdc1e76-6bd7-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:05:14+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1bdc1bce-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=1bdc1e76-6bd7-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:05:37+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a9ec91e-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=1a9ecbda-6bd7-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:05:37+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2963aaf0-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=2963adac-6bd7-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:05:39+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1bdc1bce-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=1bdc1e76-6bd7-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:05:39+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ac8db40-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=2ac8dd84-6bd7-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:05:39+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ac8db40-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=2ac8dd84-6bd7-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:05:39+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ac8db40-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=2ac8dd84-6bd7-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:06:02+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2963aaf0-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=2963adac-6bd7-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:06:02+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=382b5b5a-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=382b5f74-6bd7-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:06:04+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ac8db40-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=2ac8dd84-6bd7-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:06:04+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39b4d5a0-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=39b4d7da-6bd7-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:06:04+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39b4d5a0-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=39b4d7da-6bd7-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:06:04+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39b4d5a0-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=39b4d7da-6bd7-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:06:27+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=382b5b5a-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=382b5f74-6bd7-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:06:27+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46f46456-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=46f46776-6bd7-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:06:29+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39b4d5a0-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=39b4d7da-6bd7-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:06:29+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48a048a6-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=48a04b12-6bd7-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:06:29+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48a048a6-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=48a04b12-6bd7-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:06:29+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48a048a6-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=48a04b12-6bd7-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:06:51+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=46f46456-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=46f46776-6bd7-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:06:51+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55bdc25c-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=55bdc50e-6bd7-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:06:54+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48a048a6-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=48a04b12-6bd7-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:06:54+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=578bae50-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=578bb062-6bd7-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:06:54+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=578bae50-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=578bb062-6bd7-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:06:54+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=578bae50-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=578bb062-6bd7-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:07:16+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55bdc25c-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=55bdc50e-6bd7-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:07:16+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64844374-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=648445e0-6bd7-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:07:19+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=578bae50-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=578bb062-6bd7-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:07:19+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66774316-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=66774550-6bd7-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:07:19+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66774316-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=66774550-6bd7-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:07:19+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66774316-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=66774550-6bd7-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:07:41+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=64844374-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=648445e0-6bd7-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:07:41+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=734913ee-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=734915b0-6bd7-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:07:45+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66774316-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=66774550-6bd7-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:07:45+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7564c5ec-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=7564c902-6bd7-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:07:45+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7564c5ec-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=7564c902-6bd7-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:07:45+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7564c5ec-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=7564c902-6bd7-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:08:06+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=734913ee-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=734915b0-6bd7-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:08:06+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82145cbc-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=82145ece-6bd7-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:08:10+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7564c5ec-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=7564c902-6bd7-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:08:10+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8454e9a6-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=8454ef5a-6bd7-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:08:10+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8454e9a6-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=8454ef5a-6bd7-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:08:10+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8454e9a6-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=8454ef5a-6bd7-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:08:31+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=82145cbc-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=82145ece-6bd7-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:08:31+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90d95a0e-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=90d95c16-6bd7-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:08:35+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8454e9a6-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=8454ef5a-6bd7-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:08:35+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93410698-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=934118ea-6bd7-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:08:35+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93410698-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=934118ea-6bd7-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:08:35+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93410698-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=934118ea-6bd7-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:08:55+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90d95a0e-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=90d95c16-6bd7-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:08:55+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f9f92ec-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=9f9f953a-6bd7-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:09:00+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93410698-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=934118ea-6bd7-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:09:00+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a22eae44-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=a22eb632-6bd7-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:09:00+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a22eae44-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=a22eb632-6bd7-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:09:00+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a22eae44-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=a22eb632-6bd7-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:09:20+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f9f92ec-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=9f9f953a-6bd7-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:09:20+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae659916-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=ae659c2c-6bd7-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:09:25+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a22eae44-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=a22eb632-6bd7-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:09:25+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b11b7c0c-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=b11b7e96-6bd7-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:09:25+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b11b7c0c-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=b11b7e96-6bd7-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:09:25+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b11b7c0c-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=b11b7e96-6bd7-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:09:45+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae659916-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=ae659c2c-6bd7-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:09:45+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd2d3ba2-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=bd2d3e40-6bd7-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:09:50+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b11b7c0c-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=b11b7e96-6bd7-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:09:50+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0097bce-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=c0098934-6bd7-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:09:50+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0097bce-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=c0098934-6bd7-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:09:50+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0097bce-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=c0098934-6bd7-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:10:10+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd2d3ba2-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=bd2d3e40-6bd7-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:10:10+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbf2434e-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=cbf245ec-6bd7-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:10:15+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0097bce-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=c0098934-6bd7-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:10:15+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cef65c1a-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=cef65f3a-6bd7-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:10:15+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cef65c1a-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=cef65f3a-6bd7-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:10:15+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cef65c1a-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=cef65f3a-6bd7-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:10:34+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cbf2434e-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=cbf245ec-6bd7-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:10:34+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dab74a5a-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=dab74d2a-6bd7-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:10:40+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cef65c1a-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=cef65f3a-6bd7-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:10:40+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dde50186-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=dde50488-6bd7-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:10:40+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dde50186-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=dde50488-6bd7-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:10:40+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dde50186-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=dde50488-6bd7-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:10:59+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dab74a5a-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=dab74d2a-6bd7-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:10:59+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e97f8160-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=e97f83fe-6bd7-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:11:05+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dde50186-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=dde50488-6bd7-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:11:05+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ecd35a6c-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=ecd35d32-6bd7-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:11:05+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ecd35a6c-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=ecd35d32-6bd7-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:11:05+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ecd35a6c-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=ecd35d32-6bd7-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:11:24+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e97f8160-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=e97f83fe-6bd7-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:11:24+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8490234-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=f84905e0-6bd7-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:11:30+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ecd35a6c-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=ecd35d32-6bd7-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:11:30+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbbfb8a4-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=fbbfbbf6-6bd7-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:11:30+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbbfb8a4-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=fbbfbbf6-6bd7-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:11:30+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fbbfb8a4-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=fbbfbbf6-6bd7-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:11:49+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8490234-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=f84905e0-6bd7-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:11:49+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07102cfc-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=07102fb8-6bd8-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:11:55+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fbbfb8a4-6bd7-11ed-9cdf-a6bc2519778d | InvocationID=fbbfbbf6-6bd7-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:11:55+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0aad77f2-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=0aad7b26-6bd8-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:11:55+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0aad77f2-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=0aad7b26-6bd8-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:11:55+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0aad77f2-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=0aad7b26-6bd8-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:12:14+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=07102cfc-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=07102fb8-6bd8-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:12:14+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15d5e0d8-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=15d5e308-6bd8-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:12:20+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0aad77f2-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=0aad7b26-6bd8-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:12:20+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19999aa2-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=19999d36-6bd8-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:12:20+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19999aa2-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=19999d36-6bd8-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:12:20+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19999aa2-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=19999d36-6bd8-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:12:38+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=15d5e0d8-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=15d5e308-6bd8-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:12:38+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=249c2aa0-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=249c2d2a-6bd8-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:12:45+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19999aa2-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=19999d36-6bd8-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:12:45+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=288bb48c-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=288bb6b2-6bd8-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:12:45+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=288bb48c-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=288bb6b2-6bd8-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:12:45+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=288bb48c-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=288bb6b2-6bd8-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:13:03+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=249c2aa0-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=249c2d2a-6bd8-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:13:03+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33642e2a-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=3364308c-6bd8-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:13:10+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=288bb48c-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=288bb6b2-6bd8-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:13:10+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3779795c-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=37797bdc-6bd8-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:13:10+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3779795c-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=37797bdc-6bd8-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:13:10+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3779795c-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=37797bdc-6bd8-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:13:28+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33642e2a-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=3364308c-6bd8-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:13:28+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=422899f0-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=42289c0c-6bd8-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:13:35+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3779795c-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=37797bdc-6bd8-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:13:35+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=466680e0-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=4666837e-6bd8-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:13:35+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=466680e0-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=4666837e-6bd8-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:13:35+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=466680e0-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=4666837e-6bd8-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:13:53+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=422899f0-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=42289c0c-6bd8-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:13:53+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50eda9c6-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=50edac5a-6bd8-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:14:00+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=466680e0-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=4666837e-6bd8-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:14:00+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5554fbc2-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=5554fe4c-6bd8-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:14:00+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5554fbc2-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=5554fe4c-6bd8-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:14:00+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5554fbc2-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=5554fe4c-6bd8-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:14:18+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=50eda9c6-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=50edac5a-6bd8-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:14:18+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fb434c0-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=5fb438bc-6bd8-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:14:25+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5554fbc2-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=5554fe4c-6bd8-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:14:25+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64429db0-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=64429fe0-6bd8-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:14:25+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64429db0-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=64429fe0-6bd8-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:14:25+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64429db0-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=64429fe0-6bd8-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:14:42+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5fb434c0-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=5fb438bc-6bd8-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:14:42+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e7a61aa-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=6e7a638a-6bd8-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:14:50+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64429db0-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=64429fe0-6bd8-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:14:50+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7338eefa-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=7338f152-6bd8-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:14:50+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7338eefa-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=7338f152-6bd8-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:14:50+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7338eefa-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=7338f152-6bd8-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:15:07+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e7a61aa-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=6e7a638a-6bd8-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:15:07+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d3f6208-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=7d3f6672-6bd8-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:15:15+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7338eefa-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=7338f152-6bd8-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:15:15+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8228c2b4-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=8228c584-6bd8-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:15:15+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8228c2b4-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=8228c584-6bd8-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:15:15+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8228c2b4-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=8228c584-6bd8-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:15:32+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d3f6208-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=7d3f6672-6bd8-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:15:32+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c0a88f8-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=8c0a8ac4-6bd8-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:15:40+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8228c2b4-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=8228c584-6bd8-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:15:40+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9114c3d6-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=9114c5b6-6bd8-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:15:40+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9114c3d6-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=9114c5b6-6bd8-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:15:40+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9114c3d6-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=9114c5b6-6bd8-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:15:57+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c0a88f8-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=8c0a8ac4-6bd8-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:15:57+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ad2c08a-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=9ad2c38c-6bd8-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:16:05+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9114c3d6-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=9114c5b6-6bd8-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:16:05+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0013848-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=a0013bfe-6bd8-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:16:06+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0013848-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=a0013bfe-6bd8-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:16:06+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0013848-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=a0013bfe-6bd8-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:16:22+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ad2c08a-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=9ad2c38c-6bd8-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:16:22+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9984932-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=a9984c8e-6bd8-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:16:31+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0013848-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=a0013bfe-6bd8-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:16:31+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aeee710e-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=aeee738e-6bd8-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:16:31+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aeee710e-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=aeee738e-6bd8-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:16:31+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aeee710e-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=aeee738e-6bd8-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:16:46+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9984932-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=a9984c8e-6bd8-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:16:46+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b85f366a-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=b85f3962-6bd8-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:16:56+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aeee710e-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=aeee738e-6bd8-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:16:56+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bddcba72-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=bddcbd74-6bd8-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:16:56+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bddcba72-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=bddcbd74-6bd8-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:16:56+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bddcba72-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=bddcbd74-6bd8-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:17:11+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b85f366a-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=b85f3962-6bd8-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:17:11+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c72300aa-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=c7230334-6bd8-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:17:21+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bddcba72-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=bddcbd74-6bd8-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:17:21+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccc951bc-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=ccc9595a-6bd8-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:17:21+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccc951bc-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=ccc9595a-6bd8-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:17:21+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ccc951bc-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=ccc9595a-6bd8-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:17:36+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c72300aa-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=c7230334-6bd8-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:17:36+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5e8e33e-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=d5e8e636-6bd8-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:17:46+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ccc951bc-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=ccc9595a-6bd8-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:17:46+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbb687c6-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=dbb68a14-6bd8-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:17:46+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbb687c6-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=dbb68a14-6bd8-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:17:46+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dbb687c6-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=dbb68a14-6bd8-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:18:01+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d5e8e33e-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=d5e8e636-6bd8-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:18:01+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4b1293a-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=e4b12b24-6bd8-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:18:11+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dbb687c6-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=dbb68a14-6bd8-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:18:11+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eaa2da5a-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=eaa2dcb2-6bd8-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:18:11+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eaa2da5a-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=eaa2dcb2-6bd8-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:18:11+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eaa2da5a-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=eaa2dcb2-6bd8-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:18:26+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4b1293a-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=e4b12b24-6bd8-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:18:26+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f376aed6-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=f376b296-6bd8-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:18:36+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eaa2da5a-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=eaa2dcb2-6bd8-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:18:36+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f990c6ee-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=f990c8f6-6bd8-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:18:36+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f990c6ee-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=f990c8f6-6bd8-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:18:36+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f990c6ee-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=f990c8f6-6bd8-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:18:50+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f376aed6-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=f376b296-6bd8-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:18:50+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=024172ac-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=0241775c-6bd9-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:19:01+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f990c6ee-6bd8-11ed-9cdf-a6bc2519778d | InvocationID=f990c8f6-6bd8-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:19:01+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=087c7540-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=087c7be4-6bd9-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:19:01+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=087c7540-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=087c7be4-6bd9-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:19:01+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=087c7540-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=087c7be4-6bd9-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:19:15+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=024172ac-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=0241775c-6bd9-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:19:15+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=110b6d6a-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=110b6fb8-6bd9-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:19:26+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=087c7540-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=087c7be4-6bd9-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:19:26+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=176cf3d6-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=176d01f0-6bd9-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:19:26+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=176cf3d6-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=176d01f0-6bd9-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:19:26+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=176cf3d6-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=176d01f0-6bd9-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:19:40+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=110b6d6a-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=110b6fb8-6bd9-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:19:40+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fd137ee-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=1fd13ae6-6bd9-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:19:51+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=176cf3d6-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=176d01f0-6bd9-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:19:51+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=265a4cd6-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=265a4f10-6bd9-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:19:51+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=265a4cd6-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=265a4f10-6bd9-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:19:51+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=265a4cd6-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=265a4f10-6bd9-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:20:05+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1fd137ee-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=1fd13ae6-6bd9-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:20:05+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e98933a-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=2e98951a-6bd9-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:20:16+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=265a4cd6-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=265a4f10-6bd9-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:20:16+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35462d5a-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=35462f26-6bd9-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:20:16+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35462d5a-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=35462f26-6bd9-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:20:16+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35462d5a-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=35462f26-6bd9-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:20:30+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e98933a-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=2e98951a-6bd9-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:20:30+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d6486e4-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=3d6488ba-6bd9-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:20:41+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35462d5a-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=35462f26-6bd9-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:20:41+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4433746c-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=44337624-6bd9-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:20:41+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4433746c-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=44337624-6bd9-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:20:41+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4433746c-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=44337624-6bd9-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:20:54+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d6486e4-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=3d6488ba-6bd9-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:20:54+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c293e90-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=4c2940ca-6bd9-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:21:06+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4433746c-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=44337624-6bd9-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:21:06+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53206782-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=53206962-6bd9-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:21:06+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53206782-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=53206962-6bd9-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:21:06+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53206782-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=53206962-6bd9-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:21:19+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4c293e90-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=4c2940ca-6bd9-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:21:19+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5aed7716-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=5aed78e2-6bd9-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:21:31+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53206782-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=53206962-6bd9-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:21:31+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=620d4c92-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=620d514c-6bd9-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:21:31+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=620d4c92-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=620d514c-6bd9-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:21:31+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=620d4c92-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=620d514c-6bd9-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:21:44+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5aed7716-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=5aed78e2-6bd9-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:21:44+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69b433f2-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=69b4362c-6bd9-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:21:56+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=620d4c92-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=620d514c-6bd9-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:21:56+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70fb3354-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=70fb3584-6bd9-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:21:56+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70fb3354-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=70fb3584-6bd9-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:21:56+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70fb3354-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=70fb3584-6bd9-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:22:09+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=69b433f2-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=69b4362c-6bd9-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:22:09+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78790c78-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=78790e58-6bd9-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:22:21+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70fb3354-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=70fb3584-6bd9-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:22:21+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fe84bae-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=7fe84dca-6bd9-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:22:21+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fe84bae-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=7fe84dca-6bd9-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:22:21+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7fe84bae-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=7fe84dca-6bd9-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:22:33+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78790c78-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=78790e58-6bd9-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:22:33+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=873d0ec6-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=873d10f6-6bd9-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:22:46+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7fe84bae-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=7fe84dca-6bd9-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:22:46+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ed45144-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=8ed45374-6bd9-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:22:46+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ed45144-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=8ed45374-6bd9-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:22:46+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ed45144-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=8ed45374-6bd9-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:22:58+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=873d0ec6-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=873d10f6-6bd9-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:22:58+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96064c2e-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=96064e4a-6bd9-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:23:11+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ed45144-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=8ed45374-6bd9-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:23:11+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9dc102ec-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=9dc105e4-6bd9-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:23:11+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9dc102ec-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=9dc105e4-6bd9-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:23:11+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9dc102ec-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=9dc105e4-6bd9-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:23:23+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96064c2e-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=96064e4a-6bd9-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:23:23+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4c9e7de-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=a4c9e9be-6bd9-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:23:36+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9dc102ec-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=9dc105e4-6bd9-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:23:36+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=acb160da-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=acb1636e-6bd9-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:23:36+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=acb160da-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=acb1636e-6bd9-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:23:36+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=acb160da-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=acb1636e-6bd9-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:23:48+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4c9e7de-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=a4c9e9be-6bd9-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:23:48+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b38fbb4a-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=b38fbde8-6bd9-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:24:01+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=acb160da-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=acb1636e-6bd9-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:24:01+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb9dbf44-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=bb9dc1ba-6bd9-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:24:01+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb9dbf44-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=bb9dc1ba-6bd9-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:24:01+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb9dbf44-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=bb9dc1ba-6bd9-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:24:13+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b38fbb4a-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=b38fbde8-6bd9-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:24:13+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c25522f0-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=c2552598-6bd9-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:24:26+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb9dbf44-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=bb9dc1ba-6bd9-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:24:26+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca8a8384-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=ca8a8672-6bd9-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:24:26+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca8a8384-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=ca8a8672-6bd9-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:24:26+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca8a8384-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=ca8a8672-6bd9-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:24:37+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c25522f0-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=c2552598-6bd9-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:24:37+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d119a36a-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=d119a540-6bd9-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:24:51+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca8a8384-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=ca8a8672-6bd9-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:24:51+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d97c1538-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=d97c1740-6bd9-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:24:51+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d97c1538-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=d97c1740-6bd9-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:24:51+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d97c1538-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=d97c1740-6bd9-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:25:02+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d119a36a-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=d119a540-6bd9-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:25:02+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfe14e34-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=dfe1500a-6bd9-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:25:16+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d97c1538-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=d97c1740-6bd9-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:25:16+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8687db6-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=e8688054-6bd9-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:25:16+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8687db6-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=e8688054-6bd9-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:25:16+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8687db6-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=e8688054-6bd9-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:25:27+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dfe14e34-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=dfe1500a-6bd9-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:25:27+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eea3d676-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=eea3d91e-6bd9-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:25:41+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8687db6-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=e8688054-6bd9-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:25:41+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7545502-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=f7545796-6bd9-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:25:42+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7545502-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=f7545796-6bd9-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:25:42+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7545502-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=f7545796-6bd9-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:25:52+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eea3d676-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=eea3d91e-6bd9-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:25:52+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd6a8c22-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=fd6a923a-6bd9-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:26:07+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7545502-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=f7545796-6bd9-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:26:07+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06412a5e-6bda-11ed-9cdf-a6bc2519778d | InvocationID=06412e00-6bda-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:26:07+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06412a5e-6bda-11ed-9cdf-a6bc2519778d | InvocationID=06412e00-6bda-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:26:07+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06412a5e-6bda-11ed-9cdf-a6bc2519778d | InvocationID=06412e00-6bda-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:26:16+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd6a8c22-6bd9-11ed-9cdf-a6bc2519778d | InvocationID=fd6a923a-6bd9-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:26:16+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c30ba92-6bda-11ed-9cdf-a6bc2519778d | InvocationID=0c30bdda-6bda-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:26:32+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06412a5e-6bda-11ed-9cdf-a6bc2519778d | InvocationID=06412e00-6bda-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:26:32+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1530c3a8-6bda-11ed-9cdf-a6bc2519778d | InvocationID=1530c646-6bda-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:26:32+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1530c3a8-6bda-11ed-9cdf-a6bc2519778d | InvocationID=1530c646-6bda-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:26:32+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1530c3a8-6bda-11ed-9cdf-a6bc2519778d | InvocationID=1530c646-6bda-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:26:41+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0c30ba92-6bda-11ed-9cdf-a6bc2519778d | InvocationID=0c30bdda-6bda-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:26:41+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1af7ef0a-6bda-11ed-9cdf-a6bc2519778d | InvocationID=1af7f1bc-6bda-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:26:57+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1530c3a8-6bda-11ed-9cdf-a6bc2519778d | InvocationID=1530c646-6bda-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:26:57+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=241d8784-6bda-11ed-9cdf-a6bc2519778d | InvocationID=241d89e6-6bda-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:26:57+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=241d8784-6bda-11ed-9cdf-a6bc2519778d | InvocationID=241d89e6-6bda-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:26:57+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=241d8784-6bda-11ed-9cdf-a6bc2519778d | InvocationID=241d89e6-6bda-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:27:06+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1af7ef0a-6bda-11ed-9cdf-a6bc2519778d | InvocationID=1af7f1bc-6bda-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:27:06+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29c022be-6bda-11ed-9cdf-a6bc2519778d | InvocationID=29c02b1a-6bda-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:27:22+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=241d8784-6bda-11ed-9cdf-a6bc2519778d | InvocationID=241d89e6-6bda-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:27:22+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33097bfe-6bda-11ed-9cdf-a6bc2519778d | InvocationID=33097e06-6bda-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:27:22+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33097bfe-6bda-11ed-9cdf-a6bc2519778d | InvocationID=33097e06-6bda-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:27:22+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33097bfe-6bda-11ed-9cdf-a6bc2519778d | InvocationID=33097e06-6bda-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:27:31+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29c022be-6bda-11ed-9cdf-a6bc2519778d | InvocationID=29c02b1a-6bda-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:27:31+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=388773ba-6bda-11ed-9cdf-a6bc2519778d | InvocationID=38877a4a-6bda-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:27:47+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33097bfe-6bda-11ed-9cdf-a6bc2519778d | InvocationID=33097e06-6bda-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:27:47+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41f54382-6bda-11ed-9cdf-a6bc2519778d | InvocationID=41f547f6-6bda-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:27:47+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41f54382-6bda-11ed-9cdf-a6bc2519778d | InvocationID=41f547f6-6bda-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:27:47+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41f54382-6bda-11ed-9cdf-a6bc2519778d | InvocationID=41f547f6-6bda-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:27:56+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=388773ba-6bda-11ed-9cdf-a6bc2519778d | InvocationID=38877a4a-6bda-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:27:56+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47527070-6bda-11ed-9cdf-a6bc2519778d | InvocationID=47527426-6bda-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:28:12+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41f54382-6bda-11ed-9cdf-a6bc2519778d | InvocationID=41f547f6-6bda-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:28:12+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50e34bb4-6bda-11ed-9cdf-a6bc2519778d | InvocationID=50e34e8e-6bda-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:28:12+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50e34bb4-6bda-11ed-9cdf-a6bc2519778d | InvocationID=50e34e8e-6bda-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:28:12+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50e34bb4-6bda-11ed-9cdf-a6bc2519778d | InvocationID=50e34e8e-6bda-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:28:20+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=47527070-6bda-11ed-9cdf-a6bc2519778d | InvocationID=47527426-6bda-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:28:20+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5614808a-6bda-11ed-9cdf-a6bc2519778d | InvocationID=56148346-6bda-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:28:37+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50e34bb4-6bda-11ed-9cdf-a6bc2519778d | InvocationID=50e34e8e-6bda-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:28:37+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fd014fe-6bda-11ed-9cdf-a6bc2519778d | InvocationID=5fd01706-6bda-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:28:37+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fd014fe-6bda-11ed-9cdf-a6bc2519778d | InvocationID=5fd01706-6bda-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:28:37+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5fd014fe-6bda-11ed-9cdf-a6bc2519778d | InvocationID=5fd01706-6bda-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:28:45+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5614808a-6bda-11ed-9cdf-a6bc2519778d | InvocationID=56148346-6bda-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:28:45+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64d96cd4-6bda-11ed-9cdf-a6bc2519778d | InvocationID=64d9704e-6bda-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:29:02+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5fd014fe-6bda-11ed-9cdf-a6bc2519778d | InvocationID=5fd01706-6bda-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:29:02+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ebcbbc0-6bda-11ed-9cdf-a6bc2519778d | InvocationID=6ebcbecc-6bda-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:29:02+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ebcbbc0-6bda-11ed-9cdf-a6bc2519778d | InvocationID=6ebcbecc-6bda-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:29:02+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ebcbbc0-6bda-11ed-9cdf-a6bc2519778d | InvocationID=6ebcbecc-6bda-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:29:10+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=64d96cd4-6bda-11ed-9cdf-a6bc2519778d | InvocationID=64d9704e-6bda-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:29:10+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=739ef89c-6bda-11ed-9cdf-a6bc2519778d | InvocationID=739efb58-6bda-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:29:27+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ebcbbc0-6bda-11ed-9cdf-a6bc2519778d | InvocationID=6ebcbecc-6bda-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:29:27+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7da9bade-6bda-11ed-9cdf-a6bc2519778d | InvocationID=7da9bd86-6bda-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:29:27+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7da9bade-6bda-11ed-9cdf-a6bc2519778d | InvocationID=7da9bd86-6bda-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:29:27+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7da9bade-6bda-11ed-9cdf-a6bc2519778d | InvocationID=7da9bd86-6bda-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:29:35+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=739ef89c-6bda-11ed-9cdf-a6bc2519778d | InvocationID=739efb58-6bda-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:29:35+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8267fbe4-6bda-11ed-9cdf-a6bc2519778d | InvocationID=8267fe5a-6bda-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:29:52+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7da9bade-6bda-11ed-9cdf-a6bc2519778d | InvocationID=7da9bd86-6bda-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:29:52+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c970eb6-6bda-11ed-9cdf-a6bc2519778d | InvocationID=8c97112c-6bda-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:29:52+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c970eb6-6bda-11ed-9cdf-a6bc2519778d | InvocationID=8c97112c-6bda-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:29:52+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c970eb6-6bda-11ed-9cdf-a6bc2519778d | InvocationID=8c97112c-6bda-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:30:00+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8267fbe4-6bda-11ed-9cdf-a6bc2519778d | InvocationID=8267fe5a-6bda-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:30:00+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=912c91da-6bda-11ed-9cdf-a6bc2519778d | InvocationID=912c943c-6bda-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:30:17+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c970eb6-6bda-11ed-9cdf-a6bc2519778d | InvocationID=8c97112c-6bda-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:30:17+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b850108-6bda-11ed-9cdf-a6bc2519778d | InvocationID=9b850338-6bda-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:30:17+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b850108-6bda-11ed-9cdf-a6bc2519778d | InvocationID=9b850338-6bda-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:30:17+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b850108-6bda-11ed-9cdf-a6bc2519778d | InvocationID=9b850338-6bda-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:30:24+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=912c91da-6bda-11ed-9cdf-a6bc2519778d | InvocationID=912c943c-6bda-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:30:24+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ff06e94-6bda-11ed-9cdf-a6bc2519778d | InvocationID=9ff07150-6bda-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:30:42+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b850108-6bda-11ed-9cdf-a6bc2519778d | InvocationID=9b850338-6bda-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:30:42+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa71f4a0-6bda-11ed-9cdf-a6bc2519778d | InvocationID=aa720472-6bda-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:30:42+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa71f4a0-6bda-11ed-9cdf-a6bc2519778d | InvocationID=aa720472-6bda-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:30:42+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa71f4a0-6bda-11ed-9cdf-a6bc2519778d | InvocationID=aa720472-6bda-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:30:49+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ff06e94-6bda-11ed-9cdf-a6bc2519778d | InvocationID=9ff07150-6bda-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:30:49+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aeb9dff0-6bda-11ed-9cdf-a6bc2519778d | InvocationID=aeb9e266-6bda-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:31:07+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa71f4a0-6bda-11ed-9cdf-a6bc2519778d | InvocationID=aa720472-6bda-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:31:07+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9604a48-6bda-11ed-9cdf-a6bc2519778d | InvocationID=b9604c82-6bda-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:31:07+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9604a48-6bda-11ed-9cdf-a6bc2519778d | InvocationID=b9604c82-6bda-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:31:07+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9604a48-6bda-11ed-9cdf-a6bc2519778d | InvocationID=b9604c82-6bda-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:31:14+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aeb9dff0-6bda-11ed-9cdf-a6bc2519778d | InvocationID=aeb9e266-6bda-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:31:14+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd800712-6bda-11ed-9cdf-a6bc2519778d | InvocationID=bd8009ce-6bda-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:31:32+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9604a48-6bda-11ed-9cdf-a6bc2519778d | InvocationID=b9604c82-6bda-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:31:32+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c84e915e-6bda-11ed-9cdf-a6bc2519778d | InvocationID=c84e97f8-6bda-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:31:32+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c84e915e-6bda-11ed-9cdf-a6bc2519778d | InvocationID=c84e97f8-6bda-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:31:32+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c84e915e-6bda-11ed-9cdf-a6bc2519778d | InvocationID=c84e97f8-6bda-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:31:39+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd800712-6bda-11ed-9cdf-a6bc2519778d | InvocationID=bd8009ce-6bda-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:31:39+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc4b810e-6bda-11ed-9cdf-a6bc2519778d | InvocationID=cc4b8b9a-6bda-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:31:57+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c84e915e-6bda-11ed-9cdf-a6bc2519778d | InvocationID=c84e97f8-6bda-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:31:57+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d73b02ba-6bda-11ed-9cdf-a6bc2519778d | InvocationID=d73b051c-6bda-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:31:57+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d73b02ba-6bda-11ed-9cdf-a6bc2519778d | InvocationID=d73b051c-6bda-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:31:57+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d73b02ba-6bda-11ed-9cdf-a6bc2519778d | InvocationID=d73b051c-6bda-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:32:04+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc4b810e-6bda-11ed-9cdf-a6bc2519778d | InvocationID=cc4b8b9a-6bda-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:32:04+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db11c478-6bda-11ed-9cdf-a6bc2519778d | InvocationID=db11c64e-6bda-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:32:22+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d73b02ba-6bda-11ed-9cdf-a6bc2519778d | InvocationID=d73b051c-6bda-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:32:22+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e629dcd8-6bda-11ed-9cdf-a6bc2519778d | InvocationID=e629df8a-6bda-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:32:22+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e629dcd8-6bda-11ed-9cdf-a6bc2519778d | InvocationID=e629df8a-6bda-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:32:22+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e629dcd8-6bda-11ed-9cdf-a6bc2519778d | InvocationID=e629df8a-6bda-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:32:28+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db11c478-6bda-11ed-9cdf-a6bc2519778d | InvocationID=db11c64e-6bda-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:32:28+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9d6457e-6bda-11ed-9cdf-a6bc2519778d | InvocationID=e9d647fe-6bda-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:32:47+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e629dcd8-6bda-11ed-9cdf-a6bc2519778d | InvocationID=e629df8a-6bda-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:32:47+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f51980d6-6bda-11ed-9cdf-a6bc2519778d | InvocationID=f51983ce-6bda-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:32:47+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f51980d6-6bda-11ed-9cdf-a6bc2519778d | InvocationID=f51983ce-6bda-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:32:47+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f51980d6-6bda-11ed-9cdf-a6bc2519778d | InvocationID=f51983ce-6bda-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:32:53+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9d6457e-6bda-11ed-9cdf-a6bc2519778d | InvocationID=e9d647fe-6bda-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:32:53+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f89c64da-6bda-11ed-9cdf-a6bc2519778d | InvocationID=f89c6714-6bda-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:33:12+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f51980d6-6bda-11ed-9cdf-a6bc2519778d | InvocationID=f51983ce-6bda-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:33:12+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=040852c0-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=040854d2-6bdb-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:33:12+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=040852c0-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=040854d2-6bdb-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:33:12+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=040852c0-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=040854d2-6bdb-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:33:18+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f89c64da-6bda-11ed-9cdf-a6bc2519778d | InvocationID=f89c6714-6bda-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:33:18+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=075f34f2-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=075f37ae-6bdb-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:33:37+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=040852c0-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=040854d2-6bdb-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:33:37+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12f805a0-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=12f80884-6bdb-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:33:37+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12f805a0-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=12f80884-6bdb-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:33:37+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12f805a0-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=12f80884-6bdb-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:33:43+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=075f34f2-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=075f37ae-6bdb-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:33:43+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1625cc76-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=1625ce38-6bdb-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:34:02+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12f805a0-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=12f80884-6bdb-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:34:02+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21e502b6-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=21e50496-6bdb-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:34:02+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21e502b6-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=21e50496-6bdb-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:34:02+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=21e502b6-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=21e50496-6bdb-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:34:08+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1625cc76-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=1625ce38-6bdb-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:34:08+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24f0fd7a-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=24f100e0-6bdb-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:34:27+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=21e502b6-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=21e50496-6bdb-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:34:27+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30d11f12-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=30d121ce-6bdb-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:34:28+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30d11f12-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=30d121ce-6bdb-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:34:28+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30d11f12-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=30d121ce-6bdb-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:34:32+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=24f0fd7a-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=24f100e0-6bdb-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:34:32+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33ba5ffe-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=33ba621a-6bdb-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:34:53+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30d11f12-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=30d121ce-6bdb-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:34:53+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fc58e9a-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=3fc5935e-6bdb-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:34:53+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fc58e9a-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=3fc5935e-6bdb-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:34:53+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3fc58e9a-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=3fc5935e-6bdb-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:34:57+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33ba5ffe-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=33ba621a-6bdb-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:34:57+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=428689f4-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=42868bf2-6bdb-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:35:18+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3fc58e9a-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=3fc5935e-6bdb-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:35:18+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4eb430e6-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=4eb43316-6bdb-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:35:18+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4eb430e6-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=4eb43316-6bdb-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:35:18+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4eb430e6-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=4eb43316-6bdb-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:35:22+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=428689f4-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=42868bf2-6bdb-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:35:22+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=514bdc14-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=514bddfe-6bdb-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:35:43+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4eb430e6-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=4eb43316-6bdb-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:35:43+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5da0efa4-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=5da0f1d4-6bdb-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:35:43+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5da0efa4-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=5da0f1d4-6bdb-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:35:43+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5da0efa4-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=5da0f1d4-6bdb-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:35:47+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=514bdc14-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=514bddfe-6bdb-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:35:47+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6010124c-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=601015ee-6bdb-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:36:08+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5da0efa4-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=5da0f1d4-6bdb-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:36:08+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c8da55c-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=6c8da836-6bdb-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:36:08+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c8da55c-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=6c8da836-6bdb-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:36:08+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c8da55c-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=6c8da836-6bdb-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:36:11+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6010124c-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=601015ee-6bdb-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:36:11+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ed51d2c-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=6ed51f5c-6bdb-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:36:33+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c8da55c-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=6c8da836-6bdb-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:36:33+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b7a32ce-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=7b7a34e0-6bdb-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:36:33+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b7a32ce-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=7b7a34e0-6bdb-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:36:33+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b7a32ce-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=7b7a34e0-6bdb-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:36:36+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6ed51d2c-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=6ed51f5c-6bdb-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:36:36+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d987c28-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=7d9880d8-6bdb-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:36:58+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b7a32ce-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=7b7a34e0-6bdb-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:36:58+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a6843f2-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=8a684604-6bdb-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:36:58+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a6843f2-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=8a684604-6bdb-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:36:58+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a6843f2-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=8a684604-6bdb-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:37:01+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d987c28-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=7d9880d8-6bdb-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:37:01+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c5f2d92-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=8c5f2fe0-6bdb-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:37:23+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a6843f2-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=8a684604-6bdb-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:37:23+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9953edda-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=9953efce-6bdb-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:37:23+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9953edda-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=9953efce-6bdb-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:37:23+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9953edda-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=9953efce-6bdb-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:37:26+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c5f2d92-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=8c5f2fe0-6bdb-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:37:26+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b22ae08-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=9b22b06a-6bdb-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:37:48+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9953edda-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=9953efce-6bdb-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:37:48+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a841bda4-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=a841bff2-6bdb-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:37:48+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a841bda4-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=a841bff2-6bdb-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:37:48+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a841bda4-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=a841bff2-6bdb-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:37:51+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b22ae08-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=9b22b06a-6bdb-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:37:51+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9ef71a0-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=a9ef745c-6bdb-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:38:13+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a841bda4-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=a841bff2-6bdb-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:38:13+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7315f36-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=b7316184-6bdb-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:38:13+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7315f36-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=b7316184-6bdb-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:38:13+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7315f36-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=b7316184-6bdb-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:38:15+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9ef71a0-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=a9ef745c-6bdb-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:38:15+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8b83334-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=b8b835c8-6bdb-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:38:38+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7315f36-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=b7316184-6bdb-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:38:38+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c61e1e76-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=c61e215a-6bdb-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:38:38+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c61e1e76-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=c61e215a-6bdb-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:38:38+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c61e1e76-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=c61e215a-6bdb-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:38:40+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b8b83334-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=b8b835c8-6bdb-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:38:40+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c77f15cc-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=c77f17f2-6bdb-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:39:03+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c61e1e76-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=c61e215a-6bdb-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:39:03+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d50c0fc4-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=d50c11e0-6bdb-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:39:03+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d50c0fc4-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=d50c11e0-6bdb-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:39:03+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d50c0fc4-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=d50c11e0-6bdb-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:39:05+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c77f15cc-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=c77f17f2-6bdb-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:39:05+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d64c845e-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=d64c86a2-6bdb-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:39:28+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d50c0fc4-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=d50c11e0-6bdb-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:39:28+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3fc6998-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=e3fc6ba0-6bdb-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:39:28+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3fc6998-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=e3fc6ba0-6bdb-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:39:28+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3fc6998-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=e3fc6ba0-6bdb-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:39:30+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d64c845e-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=d64c86a2-6bdb-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:39:30+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5119664-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=e51199a2-6bdb-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:39:53+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3fc6998-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=e3fc6ba0-6bdb-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:39:53+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2e9d0ee-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=f2e9d35a-6bdb-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:39:53+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2e9d0ee-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=f2e9d35a-6bdb-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:39:53+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2e9d0ee-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=f2e9d35a-6bdb-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:39:55+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e5119664-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=e51199a2-6bdb-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:39:55+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3d4b94c-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=f3d4bc8a-6bdb-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:40:18+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2e9d0ee-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=f2e9d35a-6bdb-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:40:18+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01d6ce90-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=01d6d066-6bdc-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:40:18+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01d6ce90-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=01d6d066-6bdc-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:40:18+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01d6ce90-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=01d6d066-6bdc-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:40:19+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3d4b94c-6bdb-11ed-9cdf-a6bc2519778d | InvocationID=f3d4bc8a-6bdb-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:40:19+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0297ee7c-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=0297f098-6bdc-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:40:43+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01d6ce90-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=01d6d066-6bdc-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:40:43+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10c2e6aa-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=10c2f28a-6bdc-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:40:43+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10c2e6aa-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=10c2f28a-6bdc-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:40:43+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10c2e6aa-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=10c2f28a-6bdc-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:40:44+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0297ee7c-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=0297f098-6bdc-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:40:44+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=115cfdbc-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=115cffa6-6bdc-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:41:08+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10c2e6aa-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=10c2f28a-6bdc-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:41:08+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1faecf08-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=1faed138-6bdc-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:41:08+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1faecf08-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=1faed138-6bdc-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:41:08+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1faecf08-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=1faed138-6bdc-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:41:09+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=115cfdbc-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=115cffa6-6bdc-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:41:09+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2020894a-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=2020a25e-6bdc-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:41:33+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1faecf08-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=1faed138-6bdc-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:41:33+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e9b342a-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=2e9b3696-6bdc-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:41:33+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e9b342a-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=2e9b3696-6bdc-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:41:33+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e9b342a-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=2e9b3696-6bdc-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:41:34+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2020894a-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=2020a25e-6bdc-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:41:34+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ee6e71c-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=2ee6e974-6bdc-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:41:58+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e9b342a-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=2e9b3696-6bdc-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:41:58+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d88111a-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=3d8812e6-6bdc-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:41:58+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d88111a-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=3d8812e6-6bdc-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:41:58+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d88111a-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=3d8812e6-6bdc-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:41:59+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ee6e71c-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=2ee6e974-6bdc-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:41:59+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3dac1c90-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=3dac1f7e-6bdc-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:42:23+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3dac1c90-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=3dac1f7e-6bdc-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:42:23+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c70698e-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=4c706b64-6bdc-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:42:23+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d88111a-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=3d8812e6-6bdc-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:42:23+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c74a01c-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=4c74a3dc-6bdc-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:42:23+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c74a01c-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=4c74a3dc-6bdc-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:42:23+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c74a01c-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=4c74a3dc-6bdc-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:42:48+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4c70698e-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=4c706b64-6bdc-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:42:48+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b34575a-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=5b3461c8-6bdc-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:42:48+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c74a01c-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=4c74a3dc-6bdc-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:42:48+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b604fc2-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=5b605a26-6bdc-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:42:48+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b604fc2-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=5b605a26-6bdc-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:42:48+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b604fc2-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=5b605a26-6bdc-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:43:13+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b34575a-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=5b3461c8-6bdc-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:43:13+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69f945ca-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=69f9480e-6bdc-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:43:13+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b604fc2-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=5b605a26-6bdc-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:43:13+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a4cc024-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=6a4cc1f0-6bdc-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:43:13+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a4cc024-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=6a4cc1f0-6bdc-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:43:13+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a4cc024-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=6a4cc1f0-6bdc-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:43:38+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=69f945ca-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=69f9480e-6bdc-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:43:38+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78bbe90a-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=78bc0566-6bdc-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:43:38+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a4cc024-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=6a4cc1f0-6bdc-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:43:38+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7937de48-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=7937e528-6bdc-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:43:38+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7937de48-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=7937e528-6bdc-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:43:38+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7937de48-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=7937e528-6bdc-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:44:02+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78bbe90a-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=78bc0566-6bdc-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:44:02+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8783f7c0-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=8783f9a0-6bdc-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:44:03+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7937de48-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=7937e528-6bdc-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:44:03+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88241638-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=882417f0-6bdc-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:44:03+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88241638-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=882417f0-6bdc-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:44:03+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88241638-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=882417f0-6bdc-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:44:27+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8783f7c0-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=8783f9a0-6bdc-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:44:27+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9647c6d8-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=9647cc50-6bdc-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:44:28+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88241638-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=882417f0-6bdc-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:44:28+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97100fee-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=971012e6-6bdc-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:44:29+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97100fee-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=971012e6-6bdc-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:44:29+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97100fee-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=971012e6-6bdc-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:44:52+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9647c6d8-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=9647cc50-6bdc-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:44:52+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a50f073a-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=a50f5e42-6bdc-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:44:54+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97100fee-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=971012e6-6bdc-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:44:54+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a60135e6-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=a601382a-6bdc-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:44:54+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a60135e6-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=a601382a-6bdc-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:44:54+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a60135e6-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=a601382a-6bdc-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:45:17+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a50f073a-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=a50f5e42-6bdc-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:45:17+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3d506ca-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=b3d50b16-6bdc-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:45:19+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a60135e6-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=a601382a-6bdc-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:45:19+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4edf3aa-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=b4edf5ee-6bdc-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:45:19+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4edf3aa-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=b4edf5ee-6bdc-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:45:19+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4edf3aa-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=b4edf5ee-6bdc-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:45:42+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b3d506ca-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=b3d50b16-6bdc-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:45:42+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2a04386-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=c2a045fc-6bdc-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:45:44+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4edf3aa-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=b4edf5ee-6bdc-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:45:44+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3dc7c1a-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=c3dc7f8a-6bdc-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:45:44+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3dc7c1a-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=c3dc7f8a-6bdc-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:45:44+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3dc7c1a-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=c3dc7f8a-6bdc-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:46:06+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c2a04386-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=c2a045fc-6bdc-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:46:06+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d16a475e-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=d16a4984-6bdc-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:46:09+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3dc7c1a-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=c3dc7f8a-6bdc-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:46:09+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2ccb852-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=d2ccba78-6bdc-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:46:09+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2ccb852-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=d2ccba78-6bdc-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:46:09+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2ccb852-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=d2ccba78-6bdc-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:46:31+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d16a475e-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=d16a4984-6bdc-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:46:31+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e02e58f2-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=e02e5c76-6bdc-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:46:34+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2ccb852-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=d2ccba78-6bdc-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:46:34+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1b85812-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=e1b85bf0-6bdc-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:46:34+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1b85812-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=e1b85bf0-6bdc-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:46:34+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1b85812-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=e1b85bf0-6bdc-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:46:56+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e02e58f2-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=e02e5c76-6bdc-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:46:56+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eef592ce-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=eef596a2-6bdc-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:46:59+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1b85812-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=e1b85bf0-6bdc-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:46:59+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0a4a6e6-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=f0a4a8bc-6bdc-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:46:59+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0a4a6e6-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=f0a4a8bc-6bdc-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:46:59+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0a4a6e6-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=f0a4a8bc-6bdc-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:47:21+0000 | aai_event_thread | 139718372711200 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eef592ce-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=eef596a2-6bdc-11ed-9cdf-a6bc2519778d | Polling MR for XNF AAI events.[0m 2022-11-24T09:47:21+0000 | aai_event_thread | 139718372711200 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdb8c902-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=fdb8cc90-6bdc-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-24T09:47:24+0000 | policy_event_thread | 139718373772064 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0a4a6e6-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=f0a4a8bc-6bdc-11ed-9cdf-a6bc2519778d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-24T09:47:24+0000 | policy_event_thread | 139718373772064 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff917882-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=ff917abc-6bdc-11ed-9cdf-a6bc2519778d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-24T09:47:24+0000 | policy_event_thread | 139718373772064 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff917882-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=ff917abc-6bdc-11ed-9cdf-a6bc2519778d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-24T09:47:24+0000 | policy_event_thread | 139718373772064 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff917882-6bdc-11ed-9cdf-a6bc2519778d | InvocationID=ff917abc-6bdc-11ed-9cdf-a6bc2519778d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last):