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-12-05T22:53:37+0000 | MainThread | 140458690297160 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.[0m 2022-12-05T22:53:37+0000 | MainThread | 140458690297160 | 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-12-05T22:53:37+0000 | MainThread | 140458690297160 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.[0m 2022-12-05T22:53:37+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T22:53:37+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.[0m 2022-12-05T22:53:37+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7d301b2-74ef-11ed-aa3c-323e73770a68 | InvocationID=a7d30644-74ef-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T22:53:38+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7d35e28-74ef-11ed-aa3c-323e73770a68 | InvocationID=a7d35fae-74ef-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T22:53:38+0000 | MainThread | 140458690297160 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server[0m 2022-12-05T22:53:38+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7d301b2-74ef-11ed-aa3c-323e73770a68 | InvocationID=a7d30644-74ef-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T22:53:38+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7d301b2-74ef-11ed-aa3c-323e73770a68 | InvocationID=a7d30644-74ef-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T22:53:38+0000 | aai_event_thread | 140458639559456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7d35e28-74ef-11ed-aa3c-323e73770a68 | InvocationID=a7d35fae-74ef-11ed-aa3c-323e73770a68 | 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-12-05T22:53:38+0000 | aai_event_thread | 140458639559456 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a7d35e28-74ef-11ed-aa3c-323e73770a68 | InvocationID=a7d35fae-74ef-11ed-aa3c-323e73770a68 | 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-12-05T22:53:58+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a7d35e28-74ef-11ed-aa3c-323e73770a68 | InvocationID=a7d35fae-74ef-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T22:53:58+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b41d14ee-74ef-11ed-aa3c-323e73770a68 | InvocationID=b41d193a-74ef-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T22:53:58+0000 | aai_event_thread | 140458639559456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b41d14ee-74ef-11ed-aa3c-323e73770a68 | InvocationID=b41d193a-74ef-11ed-aa3c-323e73770a68 | 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-12-05T22:53:58+0000 | aai_event_thread | 140458639559456 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b41d14ee-74ef-11ed-aa3c-323e73770a68 | InvocationID=b41d193a-74ef-11ed-aa3c-323e73770a68 | 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-12-05T22:54:03+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7d301b2-74ef-11ed-aa3c-323e73770a68 | InvocationID=a7d30644-74ef-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T22:54:03+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b717bb54-74ef-11ed-aa3c-323e73770a68 | InvocationID=b717bdc0-74ef-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T22:54:03+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b717bb54-74ef-11ed-aa3c-323e73770a68 | InvocationID=b717bdc0-74ef-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T22:54:03+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b717bb54-74ef-11ed-aa3c-323e73770a68 | InvocationID=b717bdc0-74ef-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T22:54:18+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b41d14ee-74ef-11ed-aa3c-323e73770a68 | InvocationID=b41d193a-74ef-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T22:54:18+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c015d2ea-74ef-11ed-aa3c-323e73770a68 | InvocationID=c015d588-74ef-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T22:54:18+0000 | aai_event_thread | 140458639559456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c015d2ea-74ef-11ed-aa3c-323e73770a68 | InvocationID=c015d588-74ef-11ed-aa3c-323e73770a68 | 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-12-05T22:54:18+0000 | aai_event_thread | 140458639559456 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c015d2ea-74ef-11ed-aa3c-323e73770a68 | InvocationID=c015d588-74ef-11ed-aa3c-323e73770a68 | 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-12-05T22:54:28+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b717bb54-74ef-11ed-aa3c-323e73770a68 | InvocationID=b717bdc0-74ef-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T22:54:28+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6070660-74ef-11ed-aa3c-323e73770a68 | InvocationID=c60708c2-74ef-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T22:54:28+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6070660-74ef-11ed-aa3c-323e73770a68 | InvocationID=c60708c2-74ef-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T22:54:28+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6070660-74ef-11ed-aa3c-323e73770a68 | InvocationID=c60708c2-74ef-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T22:54:38+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c015d2ea-74ef-11ed-aa3c-323e73770a68 | InvocationID=c015d588-74ef-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T22:54:38+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc0a0a94-74ef-11ed-aa3c-323e73770a68 | InvocationID=cc0a0db4-74ef-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T22:54:38+0000 | aai_event_thread | 140458639559456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc0a0a94-74ef-11ed-aa3c-323e73770a68 | InvocationID=cc0a0db4-74ef-11ed-aa3c-323e73770a68 | 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-12-05T22:54:38+0000 | aai_event_thread | 140458639559456 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc0a0a94-74ef-11ed-aa3c-323e73770a68 | InvocationID=cc0a0db4-74ef-11ed-aa3c-323e73770a68 | 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-12-05T22:54:53+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6070660-74ef-11ed-aa3c-323e73770a68 | InvocationID=c60708c2-74ef-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T22:54:53+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4f723f8-74ef-11ed-aa3c-323e73770a68 | InvocationID=d4f73046-74ef-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T22:54:53+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4f723f8-74ef-11ed-aa3c-323e73770a68 | InvocationID=d4f73046-74ef-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T22:54:53+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4f723f8-74ef-11ed-aa3c-323e73770a68 | InvocationID=d4f73046-74ef-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T22:54:58+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc0a0a94-74ef-11ed-aa3c-323e73770a68 | InvocationID=cc0a0db4-74ef-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T22:54:58+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7fdea5a-74ef-11ed-aa3c-323e73770a68 | InvocationID=d7fded5c-74ef-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T22:54:58+0000 | aai_event_thread | 140458639559456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7fdea5a-74ef-11ed-aa3c-323e73770a68 | InvocationID=d7fded5c-74ef-11ed-aa3c-323e73770a68 | 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-12-05T22:54:58+0000 | aai_event_thread | 140458639559456 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d7fdea5a-74ef-11ed-aa3c-323e73770a68 | InvocationID=d7fded5c-74ef-11ed-aa3c-323e73770a68 | 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-12-05T22:55:18+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4f723f8-74ef-11ed-aa3c-323e73770a68 | InvocationID=d4f73046-74ef-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T22:55:18+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3ef47dc-74ef-11ed-aa3c-323e73770a68 | InvocationID=e3ef4aac-74ef-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T22:55:18+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d7fdea5a-74ef-11ed-aa3c-323e73770a68 | InvocationID=d7fded5c-74ef-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T22:55:18+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3f19064-74ef-11ed-aa3c-323e73770a68 | InvocationID=e3f191fe-74ef-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T22:55:18+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3ef47dc-74ef-11ed-aa3c-323e73770a68 | InvocationID=e3ef4aac-74ef-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T22:55:18+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3ef47dc-74ef-11ed-aa3c-323e73770a68 | InvocationID=e3ef4aac-74ef-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T22:55:18+0000 | aai_event_thread | 140458639559456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3f19064-74ef-11ed-aa3c-323e73770a68 | InvocationID=e3f191fe-74ef-11ed-aa3c-323e73770a68 | 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-12-05T22:55:18+0000 | aai_event_thread | 140458639559456 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e3f19064-74ef-11ed-aa3c-323e73770a68 | InvocationID=e3f191fe-74ef-11ed-aa3c-323e73770a68 | 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-12-05T22:55:38+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e3f19064-74ef-11ed-aa3c-323e73770a68 | InvocationID=e3f191fe-74ef-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T22:55:38+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efe37392-74ef-11ed-aa3c-323e73770a68 | InvocationID=efe377f2-74ef-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T22:55:38+0000 | aai_event_thread | 140458639559456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efe37392-74ef-11ed-aa3c-323e73770a68 | InvocationID=efe377f2-74ef-11ed-aa3c-323e73770a68 | 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-12-05T22:55:38+0000 | aai_event_thread | 140458639559456 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=efe37392-74ef-11ed-aa3c-323e73770a68 | InvocationID=efe377f2-74ef-11ed-aa3c-323e73770a68 | 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-12-05T22:55:43+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3ef47dc-74ef-11ed-aa3c-323e73770a68 | InvocationID=e3ef4aac-74ef-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T22:55:43+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2ddf0b8-74ef-11ed-aa3c-323e73770a68 | InvocationID=f2ddf31a-74ef-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T22:55:43+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2ddf0b8-74ef-11ed-aa3c-323e73770a68 | InvocationID=f2ddf31a-74ef-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T22:55:43+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2ddf0b8-74ef-11ed-aa3c-323e73770a68 | InvocationID=f2ddf31a-74ef-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T22:55:58+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=efe37392-74ef-11ed-aa3c-323e73770a68 | InvocationID=efe377f2-74ef-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T22:55:58+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbd441cc-74ef-11ed-aa3c-323e73770a68 | InvocationID=fbd4438e-74ef-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T22:56:08+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2ddf0b8-74ef-11ed-aa3c-323e73770a68 | InvocationID=f2ddf31a-74ef-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T22:56:08+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01d02910-74f0-11ed-aa3c-323e73770a68 | InvocationID=01d03144-74f0-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T22:56:09+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01d02910-74f0-11ed-aa3c-323e73770a68 | InvocationID=01d03144-74f0-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T22:56:09+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01d02910-74f0-11ed-aa3c-323e73770a68 | InvocationID=01d03144-74f0-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T22:56:23+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fbd441cc-74ef-11ed-aa3c-323e73770a68 | InvocationID=fbd4438e-74ef-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T22:56:23+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a474394-74f0-11ed-aa3c-323e73770a68 | InvocationID=0a474682-74f0-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T22:56:34+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01d02910-74f0-11ed-aa3c-323e73770a68 | InvocationID=01d03144-74f0-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T22:56:34+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10bc949a-74f0-11ed-aa3c-323e73770a68 | InvocationID=10bc9aee-74f0-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T22:56:34+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10bc949a-74f0-11ed-aa3c-323e73770a68 | InvocationID=10bc9aee-74f0-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T22:56:34+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10bc949a-74f0-11ed-aa3c-323e73770a68 | InvocationID=10bc9aee-74f0-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T22:56:43+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0a474394-74f0-11ed-aa3c-323e73770a68 | InvocationID=0a474682-74f0-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T22:56:43+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=164277ea-74f0-11ed-aa3c-323e73770a68 | InvocationID=16427ba0-74f0-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T22:56:59+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10bc949a-74f0-11ed-aa3c-323e73770a68 | InvocationID=10bc9aee-74f0-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T22:56:59+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fa8f886-74f0-11ed-aa3c-323e73770a68 | InvocationID=1fa8ff16-74f0-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T22:56:59+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fa8f886-74f0-11ed-aa3c-323e73770a68 | InvocationID=1fa8ff16-74f0-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T22:56:59+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1fa8f886-74f0-11ed-aa3c-323e73770a68 | InvocationID=1fa8ff16-74f0-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T22:57:03+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=164277ea-74f0-11ed-aa3c-323e73770a68 | InvocationID=16427ba0-74f0-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T22:57:03+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=223b317c-74f0-11ed-aa3c-323e73770a68 | InvocationID=223b34d8-74f0-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T22:57:23+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=223b317c-74f0-11ed-aa3c-323e73770a68 | InvocationID=223b34d8-74f0-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T22:57:23+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e377698-74f0-11ed-aa3c-323e73770a68 | InvocationID=2e37788c-74f0-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T22:57:24+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1fa8f886-74f0-11ed-aa3c-323e73770a68 | InvocationID=1fa8ff16-74f0-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T22:57:24+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e9a448a-74f0-11ed-aa3c-323e73770a68 | InvocationID=2e9a4656-74f0-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T22:57:24+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e9a448a-74f0-11ed-aa3c-323e73770a68 | InvocationID=2e9a4656-74f0-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T22:57:24+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e9a448a-74f0-11ed-aa3c-323e73770a68 | InvocationID=2e9a4656-74f0-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T22:57:44+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e377698-74f0-11ed-aa3c-323e73770a68 | InvocationID=2e37788c-74f0-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T22:57:44+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a86232c-74f0-11ed-aa3c-323e73770a68 | InvocationID=3a862930-74f0-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T22:57:49+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e9a448a-74f0-11ed-aa3c-323e73770a68 | InvocationID=2e9a4656-74f0-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T22:57:49+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d85666e-74f0-11ed-aa3c-323e73770a68 | InvocationID=3d8568b2-74f0-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T22:57:49+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d85666e-74f0-11ed-aa3c-323e73770a68 | InvocationID=3d8568b2-74f0-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T22:57:49+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d85666e-74f0-11ed-aa3c-323e73770a68 | InvocationID=3d8568b2-74f0-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T22:58:08+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3a86232c-74f0-11ed-aa3c-323e73770a68 | InvocationID=3a862930-74f0-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T22:58:08+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49510b4c-74f0-11ed-aa3c-323e73770a68 | InvocationID=49510d0e-74f0-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T22:58:14+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d85666e-74f0-11ed-aa3c-323e73770a68 | InvocationID=3d8568b2-74f0-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T22:58:14+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c7202e0-74f0-11ed-aa3c-323e73770a68 | InvocationID=4c72056a-74f0-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T22:58:14+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c7202e0-74f0-11ed-aa3c-323e73770a68 | InvocationID=4c72056a-74f0-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T22:58:14+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c7202e0-74f0-11ed-aa3c-323e73770a68 | InvocationID=4c72056a-74f0-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T22:58:33+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=49510b4c-74f0-11ed-aa3c-323e73770a68 | InvocationID=49510d0e-74f0-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T22:58:33+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58147fba-74f0-11ed-aa3c-323e73770a68 | InvocationID=5814817c-74f0-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T22:58:39+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c7202e0-74f0-11ed-aa3c-323e73770a68 | InvocationID=4c72056a-74f0-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T22:58:39+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b5e58e4-74f0-11ed-aa3c-323e73770a68 | InvocationID=5b5e5ace-74f0-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T22:58:39+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b5e58e4-74f0-11ed-aa3c-323e73770a68 | InvocationID=5b5e5ace-74f0-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T22:58:39+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b5e58e4-74f0-11ed-aa3c-323e73770a68 | InvocationID=5b5e5ace-74f0-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T22:58:58+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=58147fba-74f0-11ed-aa3c-323e73770a68 | InvocationID=5814817c-74f0-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T22:58:58+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66d8d00a-74f0-11ed-aa3c-323e73770a68 | InvocationID=66d8d1a4-74f0-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T22:59:04+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b5e58e4-74f0-11ed-aa3c-323e73770a68 | InvocationID=5b5e5ace-74f0-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T22:59:04+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a49ca78-74f0-11ed-aa3c-323e73770a68 | InvocationID=6a49cc30-74f0-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T22:59:04+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a49ca78-74f0-11ed-aa3c-323e73770a68 | InvocationID=6a49cc30-74f0-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T22:59:04+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a49ca78-74f0-11ed-aa3c-323e73770a68 | InvocationID=6a49cc30-74f0-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T22:59:23+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=66d8d00a-74f0-11ed-aa3c-323e73770a68 | InvocationID=66d8d1a4-74f0-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T22:59:23+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=759e4f3e-74f0-11ed-aa3c-323e73770a68 | InvocationID=759e5420-74f0-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T22:59:29+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a49ca78-74f0-11ed-aa3c-323e73770a68 | InvocationID=6a49cc30-74f0-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T22:59:29+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79370be0-74f0-11ed-aa3c-323e73770a68 | InvocationID=79370d8e-74f0-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T22:59:29+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79370be0-74f0-11ed-aa3c-323e73770a68 | InvocationID=79370d8e-74f0-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T22:59:29+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79370be0-74f0-11ed-aa3c-323e73770a68 | InvocationID=79370d8e-74f0-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T22:59:48+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=759e4f3e-74f0-11ed-aa3c-323e73770a68 | InvocationID=759e5420-74f0-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T22:59:48+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84614fbc-74f0-11ed-aa3c-323e73770a68 | InvocationID=84615232-74f0-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T22:59:54+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79370be0-74f0-11ed-aa3c-323e73770a68 | InvocationID=79370d8e-74f0-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T22:59:54+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88237da0-74f0-11ed-aa3c-323e73770a68 | InvocationID=88238124-74f0-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T22:59:54+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88237da0-74f0-11ed-aa3c-323e73770a68 | InvocationID=88238124-74f0-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T22:59:54+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88237da0-74f0-11ed-aa3c-323e73770a68 | InvocationID=88238124-74f0-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:00:12+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=84614fbc-74f0-11ed-aa3c-323e73770a68 | InvocationID=84615232-74f0-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:00:12+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9322c7e2-74f0-11ed-aa3c-323e73770a68 | InvocationID=9322ca94-74f0-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:00:19+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88237da0-74f0-11ed-aa3c-323e73770a68 | InvocationID=88238124-74f0-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:00:19+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9713b488-74f0-11ed-aa3c-323e73770a68 | InvocationID=9713b636-74f0-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:00:19+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9713b488-74f0-11ed-aa3c-323e73770a68 | InvocationID=9713b636-74f0-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:00:19+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9713b488-74f0-11ed-aa3c-323e73770a68 | InvocationID=9713b636-74f0-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:00:37+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9322c7e2-74f0-11ed-aa3c-323e73770a68 | InvocationID=9322ca94-74f0-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:00:37+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1e5e6ba-74f0-11ed-aa3c-323e73770a68 | InvocationID=a1e5e872-74f0-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:00:44+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9713b488-74f0-11ed-aa3c-323e73770a68 | InvocationID=9713b636-74f0-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:00:44+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5ff3422-74f0-11ed-aa3c-323e73770a68 | InvocationID=a5ff3666-74f0-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:00:44+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5ff3422-74f0-11ed-aa3c-323e73770a68 | InvocationID=a5ff3666-74f0-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:00:44+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5ff3422-74f0-11ed-aa3c-323e73770a68 | InvocationID=a5ff3666-74f0-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:01:02+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a1e5e6ba-74f0-11ed-aa3c-323e73770a68 | InvocationID=a1e5e872-74f0-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:01:02+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0a8f37c-74f0-11ed-aa3c-323e73770a68 | InvocationID=b0a8f610-74f0-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:01:09+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5ff3422-74f0-11ed-aa3c-323e73770a68 | InvocationID=a5ff3666-74f0-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:01:09+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4eb9b7e-74f0-11ed-aa3c-323e73770a68 | InvocationID=b4ebb71c-74f0-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:01:09+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4eb9b7e-74f0-11ed-aa3c-323e73770a68 | InvocationID=b4ebb71c-74f0-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:01:09+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4eb9b7e-74f0-11ed-aa3c-323e73770a68 | InvocationID=b4ebb71c-74f0-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:01:27+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b0a8f37c-74f0-11ed-aa3c-323e73770a68 | InvocationID=b0a8f610-74f0-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:01:27+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf6c6ac4-74f0-11ed-aa3c-323e73770a68 | InvocationID=bf6c6c86-74f0-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:01:34+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4eb9b7e-74f0-11ed-aa3c-323e73770a68 | InvocationID=b4ebb71c-74f0-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:01:34+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3d7d6ac-74f0-11ed-aa3c-323e73770a68 | InvocationID=c3d7d8be-74f0-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:01:34+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3d7d6ac-74f0-11ed-aa3c-323e73770a68 | InvocationID=c3d7d8be-74f0-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:01:34+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3d7d6ac-74f0-11ed-aa3c-323e73770a68 | InvocationID=c3d7d8be-74f0-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:01:51+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bf6c6ac4-74f0-11ed-aa3c-323e73770a68 | InvocationID=bf6c6c86-74f0-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:01:51+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce2e8f1a-74f0-11ed-aa3c-323e73770a68 | InvocationID=ce2e90e6-74f0-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:01:59+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3d7d6ac-74f0-11ed-aa3c-323e73770a68 | InvocationID=c3d7d8be-74f0-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:01:59+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2c31f64-74f0-11ed-aa3c-323e73770a68 | InvocationID=d2c321da-74f0-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:01:59+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2c31f64-74f0-11ed-aa3c-323e73770a68 | InvocationID=d2c321da-74f0-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:01:59+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2c31f64-74f0-11ed-aa3c-323e73770a68 | InvocationID=d2c321da-74f0-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:02:16+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ce2e8f1a-74f0-11ed-aa3c-323e73770a68 | InvocationID=ce2e90e6-74f0-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:02:16+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dcfa11c2-74f0-11ed-aa3c-323e73770a68 | InvocationID=dcfa1d48-74f0-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:02:24+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2c31f64-74f0-11ed-aa3c-323e73770a68 | InvocationID=d2c321da-74f0-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:02:24+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1af8c42-74f0-11ed-aa3c-323e73770a68 | InvocationID=e1af8e4a-74f0-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:02:24+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1af8c42-74f0-11ed-aa3c-323e73770a68 | InvocationID=e1af8e4a-74f0-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:02:24+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1af8c42-74f0-11ed-aa3c-323e73770a68 | InvocationID=e1af8e4a-74f0-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:02:41+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dcfa11c2-74f0-11ed-aa3c-323e73770a68 | InvocationID=dcfa1d48-74f0-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:02:41+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebbd5638-74f0-11ed-aa3c-323e73770a68 | InvocationID=ebbd582c-74f0-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:02:49+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1af8c42-74f0-11ed-aa3c-323e73770a68 | InvocationID=e1af8e4a-74f0-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:02:49+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f09b1f32-74f0-11ed-aa3c-323e73770a68 | InvocationID=f09b2356-74f0-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:02:49+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f09b1f32-74f0-11ed-aa3c-323e73770a68 | InvocationID=f09b2356-74f0-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:02:49+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f09b1f32-74f0-11ed-aa3c-323e73770a68 | InvocationID=f09b2356-74f0-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:03:06+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ebbd5638-74f0-11ed-aa3c-323e73770a68 | InvocationID=ebbd582c-74f0-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:03:06+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa7fcd2c-74f0-11ed-aa3c-323e73770a68 | InvocationID=fa7fcf2a-74f0-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:03:14+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f09b1f32-74f0-11ed-aa3c-323e73770a68 | InvocationID=f09b2356-74f0-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:03:14+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff86b006-74f0-11ed-aa3c-323e73770a68 | InvocationID=ff86b240-74f0-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:03:14+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff86b006-74f0-11ed-aa3c-323e73770a68 | InvocationID=ff86b240-74f0-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:03:14+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff86b006-74f0-11ed-aa3c-323e73770a68 | InvocationID=ff86b240-74f0-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:03:30+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa7fcd2c-74f0-11ed-aa3c-323e73770a68 | InvocationID=fa7fcf2a-74f0-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:03:30+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0945b146-74f1-11ed-aa3c-323e73770a68 | InvocationID=0945b308-74f1-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:03:39+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff86b006-74f0-11ed-aa3c-323e73770a68 | InvocationID=ff86b240-74f0-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:03:39+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e7368d4-74f1-11ed-aa3c-323e73770a68 | InvocationID=0e736abe-74f1-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:03:39+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e7368d4-74f1-11ed-aa3c-323e73770a68 | InvocationID=0e736abe-74f1-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:03:39+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e7368d4-74f1-11ed-aa3c-323e73770a68 | InvocationID=0e736abe-74f1-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:03:55+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0945b146-74f1-11ed-aa3c-323e73770a68 | InvocationID=0945b308-74f1-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:03:55+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1807b08a-74f1-11ed-aa3c-323e73770a68 | InvocationID=1807b24c-74f1-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:04:04+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e7368d4-74f1-11ed-aa3c-323e73770a68 | InvocationID=0e736abe-74f1-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:04:04+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d6388ba-74f1-11ed-aa3c-323e73770a68 | InvocationID=1d638ae0-74f1-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:04:04+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d6388ba-74f1-11ed-aa3c-323e73770a68 | InvocationID=1d638ae0-74f1-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:04:04+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d6388ba-74f1-11ed-aa3c-323e73770a68 | InvocationID=1d638ae0-74f1-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:04:20+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1807b08a-74f1-11ed-aa3c-323e73770a68 | InvocationID=1807b24c-74f1-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:04:20+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26c945ac-74f1-11ed-aa3c-323e73770a68 | InvocationID=26c9482c-74f1-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:04:29+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d6388ba-74f1-11ed-aa3c-323e73770a68 | InvocationID=1d638ae0-74f1-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:04:29+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c505fe2-74f1-11ed-aa3c-323e73770a68 | InvocationID=2c506190-74f1-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:04:29+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c505fe2-74f1-11ed-aa3c-323e73770a68 | InvocationID=2c506190-74f1-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:04:29+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c505fe2-74f1-11ed-aa3c-323e73770a68 | InvocationID=2c506190-74f1-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:04:45+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=26c945ac-74f1-11ed-aa3c-323e73770a68 | InvocationID=26c9482c-74f1-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:04:45+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=358e8c50-74f1-11ed-aa3c-323e73770a68 | InvocationID=358e8ed0-74f1-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:04:54+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c505fe2-74f1-11ed-aa3c-323e73770a68 | InvocationID=2c506190-74f1-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:04:54+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b3c58a8-74f1-11ed-aa3c-323e73770a68 | InvocationID=3b3c5a6a-74f1-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:04:54+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b3c58a8-74f1-11ed-aa3c-323e73770a68 | InvocationID=3b3c5a6a-74f1-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:04:54+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b3c58a8-74f1-11ed-aa3c-323e73770a68 | InvocationID=3b3c5a6a-74f1-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:05:10+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=358e8c50-74f1-11ed-aa3c-323e73770a68 | InvocationID=358e8ed0-74f1-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:05:10+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44513300-74f1-11ed-aa3c-323e73770a68 | InvocationID=4451356c-74f1-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:05:19+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b3c58a8-74f1-11ed-aa3c-323e73770a68 | InvocationID=3b3c5a6a-74f1-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:05:19+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a284d72-74f1-11ed-aa3c-323e73770a68 | InvocationID=4a285402-74f1-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:05:19+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a284d72-74f1-11ed-aa3c-323e73770a68 | InvocationID=4a285402-74f1-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:05:19+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a284d72-74f1-11ed-aa3c-323e73770a68 | InvocationID=4a285402-74f1-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:05:34+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=44513300-74f1-11ed-aa3c-323e73770a68 | InvocationID=4451356c-74f1-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:05:34+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53144648-74f1-11ed-aa3c-323e73770a68 | InvocationID=531448d2-74f1-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:05:44+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a284d72-74f1-11ed-aa3c-323e73770a68 | InvocationID=4a285402-74f1-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:05:44+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59143cc4-74f1-11ed-aa3c-323e73770a68 | InvocationID=59143f80-74f1-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:05:44+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59143cc4-74f1-11ed-aa3c-323e73770a68 | InvocationID=59143f80-74f1-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:05:44+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59143cc4-74f1-11ed-aa3c-323e73770a68 | InvocationID=59143f80-74f1-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:05:59+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=53144648-74f1-11ed-aa3c-323e73770a68 | InvocationID=531448d2-74f1-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:05:59+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61d621a6-74f1-11ed-aa3c-323e73770a68 | InvocationID=61d6255c-74f1-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:06:09+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59143cc4-74f1-11ed-aa3c-323e73770a68 | InvocationID=59143f80-74f1-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:06:09+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=680126b6-74f1-11ed-aa3c-323e73770a68 | InvocationID=68012922-74f1-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:06:09+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=680126b6-74f1-11ed-aa3c-323e73770a68 | InvocationID=68012922-74f1-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:06:09+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=680126b6-74f1-11ed-aa3c-323e73770a68 | InvocationID=68012922-74f1-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:06:24+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=61d621a6-74f1-11ed-aa3c-323e73770a68 | InvocationID=61d6255c-74f1-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:06:24+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=709ad286-74f1-11ed-aa3c-323e73770a68 | InvocationID=709ad43e-74f1-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:06:34+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=680126b6-74f1-11ed-aa3c-323e73770a68 | InvocationID=68012922-74f1-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:06:34+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76ed6e14-74f1-11ed-aa3c-323e73770a68 | InvocationID=76ed6fc2-74f1-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:06:34+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76ed6e14-74f1-11ed-aa3c-323e73770a68 | InvocationID=76ed6fc2-74f1-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:06:34+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76ed6e14-74f1-11ed-aa3c-323e73770a68 | InvocationID=76ed6fc2-74f1-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:06:49+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=709ad286-74f1-11ed-aa3c-323e73770a68 | InvocationID=709ad43e-74f1-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:06:49+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f5d5a14-74f1-11ed-aa3c-323e73770a68 | InvocationID=7f5d5c80-74f1-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:06:59+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76ed6e14-74f1-11ed-aa3c-323e73770a68 | InvocationID=76ed6fc2-74f1-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:06:59+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85da1bc0-74f1-11ed-aa3c-323e73770a68 | InvocationID=85da1d6e-74f1-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:07:00+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85da1bc0-74f1-11ed-aa3c-323e73770a68 | InvocationID=85da1d6e-74f1-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:07:00+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85da1bc0-74f1-11ed-aa3c-323e73770a68 | InvocationID=85da1d6e-74f1-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:07:13+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7f5d5a14-74f1-11ed-aa3c-323e73770a68 | InvocationID=7f5d5c80-74f1-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:07:13+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e1fc870-74f1-11ed-aa3c-323e73770a68 | InvocationID=8e1fca5a-74f1-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:07:25+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85da1bc0-74f1-11ed-aa3c-323e73770a68 | InvocationID=85da1d6e-74f1-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:07:25+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94c947e6-74f1-11ed-aa3c-323e73770a68 | InvocationID=94c94a02-74f1-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:07:25+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94c947e6-74f1-11ed-aa3c-323e73770a68 | InvocationID=94c94a02-74f1-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:07:25+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94c947e6-74f1-11ed-aa3c-323e73770a68 | InvocationID=94c94a02-74f1-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:07:38+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8e1fc870-74f1-11ed-aa3c-323e73770a68 | InvocationID=8e1fca5a-74f1-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:07:38+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ce4d378-74f1-11ed-aa3c-323e73770a68 | InvocationID=9ce4d54e-74f1-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:07:50+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94c947e6-74f1-11ed-aa3c-323e73770a68 | InvocationID=94c94a02-74f1-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:07:50+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3b6b770-74f1-11ed-aa3c-323e73770a68 | InvocationID=a3b6b91e-74f1-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:07:50+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3b6b770-74f1-11ed-aa3c-323e73770a68 | InvocationID=a3b6b91e-74f1-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:07:50+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3b6b770-74f1-11ed-aa3c-323e73770a68 | InvocationID=a3b6b91e-74f1-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:08:03+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ce4d378-74f1-11ed-aa3c-323e73770a68 | InvocationID=9ce4d54e-74f1-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:08:03+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aba6bbce-74f1-11ed-aa3c-323e73770a68 | InvocationID=aba6c07e-74f1-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:08:15+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3b6b770-74f1-11ed-aa3c-323e73770a68 | InvocationID=a3b6b91e-74f1-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:08:15+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2a27cc4-74f1-11ed-aa3c-323e73770a68 | InvocationID=b2a28020-74f1-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:08:15+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2a27cc4-74f1-11ed-aa3c-323e73770a68 | InvocationID=b2a28020-74f1-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:08:15+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2a27cc4-74f1-11ed-aa3c-323e73770a68 | InvocationID=b2a28020-74f1-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:08:28+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aba6bbce-74f1-11ed-aa3c-323e73770a68 | InvocationID=aba6c07e-74f1-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:08:28+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba6889ee-74f1-11ed-aa3c-323e73770a68 | InvocationID=ba688bba-74f1-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:08:40+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2a27cc4-74f1-11ed-aa3c-323e73770a68 | InvocationID=b2a28020-74f1-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:08:40+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c18de4da-74f1-11ed-aa3c-323e73770a68 | InvocationID=c18de7e6-74f1-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:08:40+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c18de4da-74f1-11ed-aa3c-323e73770a68 | InvocationID=c18de7e6-74f1-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:08:40+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c18de4da-74f1-11ed-aa3c-323e73770a68 | InvocationID=c18de7e6-74f1-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:08:52+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ba6889ee-74f1-11ed-aa3c-323e73770a68 | InvocationID=ba688bba-74f1-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:08:52+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c92a9a4e-74f1-11ed-aa3c-323e73770a68 | InvocationID=c92a9c1a-74f1-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:09:05+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c18de4da-74f1-11ed-aa3c-323e73770a68 | InvocationID=c18de7e6-74f1-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:09:05+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d07aed1c-74f1-11ed-aa3c-323e73770a68 | InvocationID=d07af096-74f1-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:09:05+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d07aed1c-74f1-11ed-aa3c-323e73770a68 | InvocationID=d07af096-74f1-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:09:05+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d07aed1c-74f1-11ed-aa3c-323e73770a68 | InvocationID=d07af096-74f1-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:09:17+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c92a9a4e-74f1-11ed-aa3c-323e73770a68 | InvocationID=c92a9c1a-74f1-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:09:17+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7ecb8fa-74f1-11ed-aa3c-323e73770a68 | InvocationID=d7ecbb5c-74f1-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:09:30+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d07aed1c-74f1-11ed-aa3c-323e73770a68 | InvocationID=d07af096-74f1-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:09:30+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df675752-74f1-11ed-aa3c-323e73770a68 | InvocationID=df675900-74f1-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:09:30+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df675752-74f1-11ed-aa3c-323e73770a68 | InvocationID=df675900-74f1-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:09:30+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df675752-74f1-11ed-aa3c-323e73770a68 | InvocationID=df675900-74f1-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:09:42+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d7ecb8fa-74f1-11ed-aa3c-323e73770a68 | InvocationID=d7ecbb5c-74f1-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:09:42+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6b92c42-74f1-11ed-aa3c-323e73770a68 | InvocationID=e6b92ea4-74f1-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:09:55+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df675752-74f1-11ed-aa3c-323e73770a68 | InvocationID=df675900-74f1-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:09:55+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee52a3de-74f1-11ed-aa3c-323e73770a68 | InvocationID=ee52a794-74f1-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:09:55+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee52a3de-74f1-11ed-aa3c-323e73770a68 | InvocationID=ee52a794-74f1-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:09:55+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee52a3de-74f1-11ed-aa3c-323e73770a68 | InvocationID=ee52a794-74f1-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:10:07+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e6b92c42-74f1-11ed-aa3c-323e73770a68 | InvocationID=e6b92ea4-74f1-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:10:07+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f57c76e4-74f1-11ed-aa3c-323e73770a68 | InvocationID=f57c790a-74f1-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:10:20+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee52a3de-74f1-11ed-aa3c-323e73770a68 | InvocationID=ee52a794-74f1-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:10:20+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd3f4dfc-74f1-11ed-aa3c-323e73770a68 | InvocationID=fd3f4faa-74f1-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:10:20+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd3f4dfc-74f1-11ed-aa3c-323e73770a68 | InvocationID=fd3f4faa-74f1-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:10:20+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd3f4dfc-74f1-11ed-aa3c-323e73770a68 | InvocationID=fd3f4faa-74f1-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:10:32+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f57c76e4-74f1-11ed-aa3c-323e73770a68 | InvocationID=f57c790a-74f1-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:10:32+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=043f12c2-74f2-11ed-aa3c-323e73770a68 | InvocationID=043f192a-74f2-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:10:45+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd3f4dfc-74f1-11ed-aa3c-323e73770a68 | InvocationID=fd3f4faa-74f1-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:10:45+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c2aeee8-74f2-11ed-aa3c-323e73770a68 | InvocationID=0c2af442-74f2-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:10:45+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c2aeee8-74f2-11ed-aa3c-323e73770a68 | InvocationID=0c2af442-74f2-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:10:45+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c2aeee8-74f2-11ed-aa3c-323e73770a68 | InvocationID=0c2af442-74f2-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:10:56+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=043f12c2-74f2-11ed-aa3c-323e73770a68 | InvocationID=043f192a-74f2-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:10:56+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1301b490-74f2-11ed-aa3c-323e73770a68 | InvocationID=1301b6de-74f2-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:11:10+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c2aeee8-74f2-11ed-aa3c-323e73770a68 | InvocationID=0c2af442-74f2-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:11:10+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b189b62-74f2-11ed-aa3c-323e73770a68 | InvocationID=1b189e32-74f2-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:11:10+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b189b62-74f2-11ed-aa3c-323e73770a68 | InvocationID=1b189e32-74f2-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:11:10+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b189b62-74f2-11ed-aa3c-323e73770a68 | InvocationID=1b189e32-74f2-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:11:21+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1301b490-74f2-11ed-aa3c-323e73770a68 | InvocationID=1301b6de-74f2-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:11:21+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21d31496-74f2-11ed-aa3c-323e73770a68 | InvocationID=21d316b2-74f2-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:11:35+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b189b62-74f2-11ed-aa3c-323e73770a68 | InvocationID=1b189e32-74f2-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:11:35+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a0fb416-74f2-11ed-aa3c-323e73770a68 | InvocationID=2a0fb646-74f2-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:11:35+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a0fb416-74f2-11ed-aa3c-323e73770a68 | InvocationID=2a0fb646-74f2-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:11:35+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a0fb416-74f2-11ed-aa3c-323e73770a68 | InvocationID=2a0fb646-74f2-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:11:46+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=21d31496-74f2-11ed-aa3c-323e73770a68 | InvocationID=21d316b2-74f2-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:11:46+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=309851a8-74f2-11ed-aa3c-323e73770a68 | InvocationID=309853f6-74f2-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:12:00+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a0fb416-74f2-11ed-aa3c-323e73770a68 | InvocationID=2a0fb646-74f2-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:12:00+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38fbf1f6-74f2-11ed-aa3c-323e73770a68 | InvocationID=38fbf53e-74f2-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:12:00+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38fbf1f6-74f2-11ed-aa3c-323e73770a68 | InvocationID=38fbf53e-74f2-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:12:00+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38fbf1f6-74f2-11ed-aa3c-323e73770a68 | InvocationID=38fbf53e-74f2-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:12:11+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=309851a8-74f2-11ed-aa3c-323e73770a68 | InvocationID=309853f6-74f2-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:12:11+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f5bb626-74f2-11ed-aa3c-323e73770a68 | InvocationID=3f5bb9dc-74f2-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:12:25+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38fbf1f6-74f2-11ed-aa3c-323e73770a68 | InvocationID=38fbf53e-74f2-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:12:25+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47eee1f0-74f2-11ed-aa3c-323e73770a68 | InvocationID=47eee4e8-74f2-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:12:25+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47eee1f0-74f2-11ed-aa3c-323e73770a68 | InvocationID=47eee4e8-74f2-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:12:25+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47eee1f0-74f2-11ed-aa3c-323e73770a68 | InvocationID=47eee4e8-74f2-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:12:35+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3f5bb626-74f2-11ed-aa3c-323e73770a68 | InvocationID=3f5bb9dc-74f2-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:12:35+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e1f1414-74f2-11ed-aa3c-323e73770a68 | InvocationID=4e1f166c-74f2-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:12:50+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47eee1f0-74f2-11ed-aa3c-323e73770a68 | InvocationID=47eee4e8-74f2-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:12:50+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56dd7398-74f2-11ed-aa3c-323e73770a68 | InvocationID=56dd75f0-74f2-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:12:50+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56dd7398-74f2-11ed-aa3c-323e73770a68 | InvocationID=56dd75f0-74f2-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:12:50+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56dd7398-74f2-11ed-aa3c-323e73770a68 | InvocationID=56dd75f0-74f2-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:13:00+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e1f1414-74f2-11ed-aa3c-323e73770a68 | InvocationID=4e1f166c-74f2-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:13:00+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cef6340-74f2-11ed-aa3c-323e73770a68 | InvocationID=5cef658e-74f2-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:13:15+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56dd7398-74f2-11ed-aa3c-323e73770a68 | InvocationID=56dd75f0-74f2-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:13:15+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65c954a8-74f2-11ed-aa3c-323e73770a68 | InvocationID=65c95746-74f2-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:13:15+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65c954a8-74f2-11ed-aa3c-323e73770a68 | InvocationID=65c95746-74f2-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:13:15+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65c954a8-74f2-11ed-aa3c-323e73770a68 | InvocationID=65c95746-74f2-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:13:25+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5cef6340-74f2-11ed-aa3c-323e73770a68 | InvocationID=5cef658e-74f2-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:13:25+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bb6be46-74f2-11ed-aa3c-323e73770a68 | InvocationID=6bb6c206-74f2-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:13:40+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65c954a8-74f2-11ed-aa3c-323e73770a68 | InvocationID=65c95746-74f2-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:13:40+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74b501f6-74f2-11ed-aa3c-323e73770a68 | InvocationID=74b5041c-74f2-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:13:40+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74b501f6-74f2-11ed-aa3c-323e73770a68 | InvocationID=74b5041c-74f2-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:13:40+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74b501f6-74f2-11ed-aa3c-323e73770a68 | InvocationID=74b5041c-74f2-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:13:50+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6bb6be46-74f2-11ed-aa3c-323e73770a68 | InvocationID=6bb6c206-74f2-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:13:50+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a8a5d56-74f2-11ed-aa3c-323e73770a68 | InvocationID=7a8a5fcc-74f2-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:14:05+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74b501f6-74f2-11ed-aa3c-323e73770a68 | InvocationID=74b5041c-74f2-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:14:05+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83a8fbd6-74f2-11ed-aa3c-323e73770a68 | InvocationID=83a8ff1e-74f2-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:14:05+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83a8fbd6-74f2-11ed-aa3c-323e73770a68 | InvocationID=83a8ff1e-74f2-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:14:05+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83a8fbd6-74f2-11ed-aa3c-323e73770a68 | InvocationID=83a8ff1e-74f2-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:14:15+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7a8a5d56-74f2-11ed-aa3c-323e73770a68 | InvocationID=7a8a5fcc-74f2-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:14:15+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89505228-74f2-11ed-aa3c-323e73770a68 | InvocationID=89505598-74f2-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:14:30+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83a8fbd6-74f2-11ed-aa3c-323e73770a68 | InvocationID=83a8ff1e-74f2-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:14:30+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9294bffe-74f2-11ed-aa3c-323e73770a68 | InvocationID=9294c544-74f2-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:14:30+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9294bffe-74f2-11ed-aa3c-323e73770a68 | InvocationID=9294c544-74f2-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:14:30+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9294bffe-74f2-11ed-aa3c-323e73770a68 | InvocationID=9294c544-74f2-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:14:40+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89505228-74f2-11ed-aa3c-323e73770a68 | InvocationID=89505598-74f2-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:14:40+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98126d3c-74f2-11ed-aa3c-323e73770a68 | InvocationID=98126f12-74f2-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:14:55+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9294bffe-74f2-11ed-aa3c-323e73770a68 | InvocationID=9294c544-74f2-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:14:55+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a180d1e2-74f2-11ed-aa3c-323e73770a68 | InvocationID=a180d3ea-74f2-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:14:55+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a180d1e2-74f2-11ed-aa3c-323e73770a68 | InvocationID=a180d3ea-74f2-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:14:55+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a180d1e2-74f2-11ed-aa3c-323e73770a68 | InvocationID=a180d3ea-74f2-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:15:04+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98126d3c-74f2-11ed-aa3c-323e73770a68 | InvocationID=98126f12-74f2-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:15:04+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6d8afe8-74f2-11ed-aa3c-323e73770a68 | InvocationID=a6d8b286-74f2-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:15:20+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a180d1e2-74f2-11ed-aa3c-323e73770a68 | InvocationID=a180d3ea-74f2-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:15:20+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b06c0618-74f2-11ed-aa3c-323e73770a68 | InvocationID=b06c0898-74f2-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:15:20+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b06c0618-74f2-11ed-aa3c-323e73770a68 | InvocationID=b06c0898-74f2-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:15:20+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b06c0618-74f2-11ed-aa3c-323e73770a68 | InvocationID=b06c0898-74f2-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:15:29+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a6d8afe8-74f2-11ed-aa3c-323e73770a68 | InvocationID=a6d8b286-74f2-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:15:29+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b59ac070-74f2-11ed-aa3c-323e73770a68 | InvocationID=b59ac2be-74f2-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:15:45+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b06c0618-74f2-11ed-aa3c-323e73770a68 | InvocationID=b06c0898-74f2-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:15:45+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf577f36-74f2-11ed-aa3c-323e73770a68 | InvocationID=bf5780f8-74f2-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:15:45+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf577f36-74f2-11ed-aa3c-323e73770a68 | InvocationID=bf5780f8-74f2-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:15:45+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf577f36-74f2-11ed-aa3c-323e73770a68 | InvocationID=bf5780f8-74f2-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:15:54+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b59ac070-74f2-11ed-aa3c-323e73770a68 | InvocationID=b59ac2be-74f2-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:15:54+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c45cbb22-74f2-11ed-aa3c-323e73770a68 | InvocationID=c45cbcee-74f2-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:16:10+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf577f36-74f2-11ed-aa3c-323e73770a68 | InvocationID=bf5780f8-74f2-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:16:10+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce437388-74f2-11ed-aa3c-323e73770a68 | InvocationID=ce437536-74f2-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:16:11+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce437388-74f2-11ed-aa3c-323e73770a68 | InvocationID=ce437536-74f2-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:16:11+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce437388-74f2-11ed-aa3c-323e73770a68 | InvocationID=ce437536-74f2-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:16:19+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c45cbb22-74f2-11ed-aa3c-323e73770a68 | InvocationID=c45cbcee-74f2-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:16:19+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d31f9594-74f2-11ed-aa3c-323e73770a68 | InvocationID=d31f97a6-74f2-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:16:36+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce437388-74f2-11ed-aa3c-323e73770a68 | InvocationID=ce437536-74f2-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:16:36+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd2f0ce0-74f2-11ed-aa3c-323e73770a68 | InvocationID=dd2f0f1a-74f2-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:16:36+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd2f0ce0-74f2-11ed-aa3c-323e73770a68 | InvocationID=dd2f0f1a-74f2-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:16:36+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd2f0ce0-74f2-11ed-aa3c-323e73770a68 | InvocationID=dd2f0f1a-74f2-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:16:43+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d31f9594-74f2-11ed-aa3c-323e73770a68 | InvocationID=d31f97a6-74f2-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:16:43+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1e263e0-74f2-11ed-aa3c-323e73770a68 | InvocationID=e1e265a2-74f2-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:17:01+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd2f0ce0-74f2-11ed-aa3c-323e73770a68 | InvocationID=dd2f0f1a-74f2-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:17:01+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec1acc1c-74f2-11ed-aa3c-323e73770a68 | InvocationID=ec1ace7e-74f2-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:17:01+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec1acc1c-74f2-11ed-aa3c-323e73770a68 | InvocationID=ec1ace7e-74f2-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:17:01+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec1acc1c-74f2-11ed-aa3c-323e73770a68 | InvocationID=ec1ace7e-74f2-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:17:08+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e1e263e0-74f2-11ed-aa3c-323e73770a68 | InvocationID=e1e265a2-74f2-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:17:08+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0a67330-74f2-11ed-aa3c-323e73770a68 | InvocationID=f0a675d8-74f2-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:17:26+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec1acc1c-74f2-11ed-aa3c-323e73770a68 | InvocationID=ec1ace7e-74f2-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:17:26+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb0646de-74f2-11ed-aa3c-323e73770a68 | InvocationID=fb0649cc-74f2-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:17:26+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb0646de-74f2-11ed-aa3c-323e73770a68 | InvocationID=fb0649cc-74f2-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:17:26+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb0646de-74f2-11ed-aa3c-323e73770a68 | InvocationID=fb0649cc-74f2-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:17:33+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0a67330-74f2-11ed-aa3c-323e73770a68 | InvocationID=f0a675d8-74f2-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:17:33+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff68b6a8-74f2-11ed-aa3c-323e73770a68 | InvocationID=ff68b928-74f2-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:17:51+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb0646de-74f2-11ed-aa3c-323e73770a68 | InvocationID=fb0649cc-74f2-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:17:51+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09f47904-74f3-11ed-aa3c-323e73770a68 | InvocationID=09f47d32-74f3-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:17:51+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09f47904-74f3-11ed-aa3c-323e73770a68 | InvocationID=09f47d32-74f3-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:17:51+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09f47904-74f3-11ed-aa3c-323e73770a68 | InvocationID=09f47d32-74f3-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:17:58+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ff68b6a8-74f2-11ed-aa3c-323e73770a68 | InvocationID=ff68b928-74f2-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:17:58+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e2a958a-74f3-11ed-aa3c-323e73770a68 | InvocationID=0e2a9878-74f3-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:18:16+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09f47904-74f3-11ed-aa3c-323e73770a68 | InvocationID=09f47d32-74f3-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:18:16+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18e12f84-74f3-11ed-aa3c-323e73770a68 | InvocationID=18e13218-74f3-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:18:16+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18e12f84-74f3-11ed-aa3c-323e73770a68 | InvocationID=18e13218-74f3-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:18:16+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18e12f84-74f3-11ed-aa3c-323e73770a68 | InvocationID=18e13218-74f3-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:18:22+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e2a958a-74f3-11ed-aa3c-323e73770a68 | InvocationID=0e2a9878-74f3-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:18:22+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cebeba0-74f3-11ed-aa3c-323e73770a68 | InvocationID=1cebee8e-74f3-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:18:41+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18e12f84-74f3-11ed-aa3c-323e73770a68 | InvocationID=18e13218-74f3-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:18:41+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27cda180-74f3-11ed-aa3c-323e73770a68 | InvocationID=27cda40a-74f3-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:18:41+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27cda180-74f3-11ed-aa3c-323e73770a68 | InvocationID=27cda40a-74f3-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:18:41+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27cda180-74f3-11ed-aa3c-323e73770a68 | InvocationID=27cda40a-74f3-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:18:47+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1cebeba0-74f3-11ed-aa3c-323e73770a68 | InvocationID=1cebee8e-74f3-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:18:47+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2bae1532-74f3-11ed-aa3c-323e73770a68 | InvocationID=2bae1c58-74f3-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:19:06+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27cda180-74f3-11ed-aa3c-323e73770a68 | InvocationID=27cda40a-74f3-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:19:06+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36b8c364-74f3-11ed-aa3c-323e73770a68 | InvocationID=36b8c512-74f3-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:19:06+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36b8c364-74f3-11ed-aa3c-323e73770a68 | InvocationID=36b8c512-74f3-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:19:06+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36b8c364-74f3-11ed-aa3c-323e73770a68 | InvocationID=36b8c512-74f3-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:19:12+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2bae1532-74f3-11ed-aa3c-323e73770a68 | InvocationID=2bae1c58-74f3-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:19:12+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a711aa6-74f3-11ed-aa3c-323e73770a68 | InvocationID=3a711cea-74f3-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:19:31+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36b8c364-74f3-11ed-aa3c-323e73770a68 | InvocationID=36b8c512-74f3-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:19:31+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45a40d02-74f3-11ed-aa3c-323e73770a68 | InvocationID=45a40eb0-74f3-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:19:31+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45a40d02-74f3-11ed-aa3c-323e73770a68 | InvocationID=45a40eb0-74f3-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:19:31+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45a40d02-74f3-11ed-aa3c-323e73770a68 | InvocationID=45a40eb0-74f3-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:19:37+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3a711aa6-74f3-11ed-aa3c-323e73770a68 | InvocationID=3a711cea-74f3-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:19:37+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49338c9a-74f3-11ed-aa3c-323e73770a68 | InvocationID=49338e3e-74f3-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:19:56+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45a40d02-74f3-11ed-aa3c-323e73770a68 | InvocationID=45a40eb0-74f3-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:19:56+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=548f4d7c-74f3-11ed-aa3c-323e73770a68 | InvocationID=548f4fca-74f3-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:19:56+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=548f4d7c-74f3-11ed-aa3c-323e73770a68 | InvocationID=548f4fca-74f3-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:19:56+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=548f4d7c-74f3-11ed-aa3c-323e73770a68 | InvocationID=548f4fca-74f3-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:20:01+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=49338c9a-74f3-11ed-aa3c-323e73770a68 | InvocationID=49338e3e-74f3-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:20:02+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57f69a06-74f3-11ed-aa3c-323e73770a68 | InvocationID=57f69bbe-74f3-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:20:21+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=548f4d7c-74f3-11ed-aa3c-323e73770a68 | InvocationID=548f4fca-74f3-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:20:21+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=637d4514-74f3-11ed-aa3c-323e73770a68 | InvocationID=637d491a-74f3-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:20:21+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=637d4514-74f3-11ed-aa3c-323e73770a68 | InvocationID=637d491a-74f3-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:20:21+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=637d4514-74f3-11ed-aa3c-323e73770a68 | InvocationID=637d491a-74f3-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:20:26+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57f69a06-74f3-11ed-aa3c-323e73770a68 | InvocationID=57f69bbe-74f3-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:20:26+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66bc38b6-74f3-11ed-aa3c-323e73770a68 | InvocationID=66bc3ac8-74f3-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:20:46+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=637d4514-74f3-11ed-aa3c-323e73770a68 | InvocationID=637d491a-74f3-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:20:46+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72691af8-74f3-11ed-aa3c-323e73770a68 | InvocationID=72691cc4-74f3-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:20:46+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72691af8-74f3-11ed-aa3c-323e73770a68 | InvocationID=72691cc4-74f3-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:20:46+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72691af8-74f3-11ed-aa3c-323e73770a68 | InvocationID=72691cc4-74f3-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:20:51+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=66bc38b6-74f3-11ed-aa3c-323e73770a68 | InvocationID=66bc3ac8-74f3-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:20:51+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=757da25e-74f3-11ed-aa3c-323e73770a68 | InvocationID=757da4f2-74f3-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:21:11+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72691af8-74f3-11ed-aa3c-323e73770a68 | InvocationID=72691cc4-74f3-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:21:11+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8156df78-74f3-11ed-aa3c-323e73770a68 | InvocationID=8156e1ee-74f3-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:21:11+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8156df78-74f3-11ed-aa3c-323e73770a68 | InvocationID=8156e1ee-74f3-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:21:11+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8156df78-74f3-11ed-aa3c-323e73770a68 | InvocationID=8156e1ee-74f3-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:21:16+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=757da25e-74f3-11ed-aa3c-323e73770a68 | InvocationID=757da4f2-74f3-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:21:16+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=843febda-74f3-11ed-aa3c-323e73770a68 | InvocationID=843ff8c8-74f3-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:21:36+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8156df78-74f3-11ed-aa3c-323e73770a68 | InvocationID=8156e1ee-74f3-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:21:36+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90434cec-74f3-11ed-aa3c-323e73770a68 | InvocationID=90435264-74f3-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:21:36+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90434cec-74f3-11ed-aa3c-323e73770a68 | InvocationID=90435264-74f3-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:21:36+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90434cec-74f3-11ed-aa3c-323e73770a68 | InvocationID=90435264-74f3-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:21:41+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=843febda-74f3-11ed-aa3c-323e73770a68 | InvocationID=843ff8c8-74f3-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:21:41+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9302a63a-74f3-11ed-aa3c-323e73770a68 | InvocationID=9302a838-74f3-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:22:01+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90434cec-74f3-11ed-aa3c-323e73770a68 | InvocationID=90435264-74f3-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:22:01+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f2fe026-74f3-11ed-aa3c-323e73770a68 | InvocationID=9f2fe26a-74f3-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:22:01+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f2fe026-74f3-11ed-aa3c-323e73770a68 | InvocationID=9f2fe26a-74f3-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:22:01+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f2fe026-74f3-11ed-aa3c-323e73770a68 | InvocationID=9f2fe26a-74f3-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:22:05+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9302a63a-74f3-11ed-aa3c-323e73770a68 | InvocationID=9302a838-74f3-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:22:05+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1c4115e-74f3-11ed-aa3c-323e73770a68 | InvocationID=a1c41320-74f3-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:22:26+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f2fe026-74f3-11ed-aa3c-323e73770a68 | InvocationID=9f2fe26a-74f3-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:22:26+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae1b1a9c-74f3-11ed-aa3c-323e73770a68 | InvocationID=ae1b1db2-74f3-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:22:26+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae1b1a9c-74f3-11ed-aa3c-323e73770a68 | InvocationID=ae1b1db2-74f3-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:22:26+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae1b1a9c-74f3-11ed-aa3c-323e73770a68 | InvocationID=ae1b1db2-74f3-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:22:30+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a1c4115e-74f3-11ed-aa3c-323e73770a68 | InvocationID=a1c41320-74f3-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:22:30+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b085cb56-74f3-11ed-aa3c-323e73770a68 | InvocationID=b085ce26-74f3-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:22:51+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae1b1a9c-74f3-11ed-aa3c-323e73770a68 | InvocationID=ae1b1db2-74f3-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:22:51+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd082a7c-74f3-11ed-aa3c-323e73770a68 | InvocationID=bd082d88-74f3-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:22:51+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd082a7c-74f3-11ed-aa3c-323e73770a68 | InvocationID=bd082d88-74f3-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:22:51+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd082a7c-74f3-11ed-aa3c-323e73770a68 | InvocationID=bd082d88-74f3-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:22:55+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b085cb56-74f3-11ed-aa3c-323e73770a68 | InvocationID=b085ce26-74f3-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:22:55+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf4858ca-74f3-11ed-aa3c-323e73770a68 | InvocationID=bf485ab4-74f3-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:23:16+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd082a7c-74f3-11ed-aa3c-323e73770a68 | InvocationID=bd082d88-74f3-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:23:16+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbf4b834-74f3-11ed-aa3c-323e73770a68 | InvocationID=cbf4ba96-74f3-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:23:16+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbf4b834-74f3-11ed-aa3c-323e73770a68 | InvocationID=cbf4ba96-74f3-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:23:16+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbf4b834-74f3-11ed-aa3c-323e73770a68 | InvocationID=cbf4ba96-74f3-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:23:20+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bf4858ca-74f3-11ed-aa3c-323e73770a68 | InvocationID=bf485ab4-74f3-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:23:20+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce090120-74f3-11ed-aa3c-323e73770a68 | InvocationID=ce0902ce-74f3-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:23:41+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbf4b834-74f3-11ed-aa3c-323e73770a68 | InvocationID=cbf4ba96-74f3-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:23:41+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dae1be3c-74f3-11ed-aa3c-323e73770a68 | InvocationID=dae1bfe0-74f3-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:23:41+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dae1be3c-74f3-11ed-aa3c-323e73770a68 | InvocationID=dae1bfe0-74f3-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:23:41+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dae1be3c-74f3-11ed-aa3c-323e73770a68 | InvocationID=dae1bfe0-74f3-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:23:44+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ce090120-74f3-11ed-aa3c-323e73770a68 | InvocationID=ce0902ce-74f3-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:23:44+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dcc9e300-74f3-11ed-aa3c-323e73770a68 | InvocationID=dcc9e4b8-74f3-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:24:06+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dae1be3c-74f3-11ed-aa3c-323e73770a68 | InvocationID=dae1bfe0-74f3-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:24:06+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9d07e1a-74f3-11ed-aa3c-323e73770a68 | InvocationID=e9d08158-74f3-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:24:06+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9d07e1a-74f3-11ed-aa3c-323e73770a68 | InvocationID=e9d08158-74f3-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:24:06+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9d07e1a-74f3-11ed-aa3c-323e73770a68 | InvocationID=e9d08158-74f3-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:24:09+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dcc9e300-74f3-11ed-aa3c-323e73770a68 | InvocationID=dcc9e4b8-74f3-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:24:09+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb8b0a5e-74f3-11ed-aa3c-323e73770a68 | InvocationID=eb8b0c70-74f3-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:24:31+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9d07e1a-74f3-11ed-aa3c-323e73770a68 | InvocationID=e9d08158-74f3-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:24:31+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8bd3bde-74f3-11ed-aa3c-323e73770a68 | InvocationID=f8bd3da0-74f3-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:24:31+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8bd3bde-74f3-11ed-aa3c-323e73770a68 | InvocationID=f8bd3da0-74f3-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:24:31+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8bd3bde-74f3-11ed-aa3c-323e73770a68 | InvocationID=f8bd3da0-74f3-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:24:34+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb8b0a5e-74f3-11ed-aa3c-323e73770a68 | InvocationID=eb8b0c70-74f3-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:24:34+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa50ad6e-74f3-11ed-aa3c-323e73770a68 | InvocationID=fa50af1c-74f3-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:24:56+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8bd3bde-74f3-11ed-aa3c-323e73770a68 | InvocationID=f8bd3da0-74f3-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:24:56+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07a905c4-74f4-11ed-aa3c-323e73770a68 | InvocationID=07a90826-74f4-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:24:56+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07a905c4-74f4-11ed-aa3c-323e73770a68 | InvocationID=07a90826-74f4-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:24:56+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07a905c4-74f4-11ed-aa3c-323e73770a68 | InvocationID=07a90826-74f4-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:24:59+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa50ad6e-74f3-11ed-aa3c-323e73770a68 | InvocationID=fa50af1c-74f3-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:24:59+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0912c468-74f4-11ed-aa3c-323e73770a68 | InvocationID=0912c684-74f4-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:25:21+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07a905c4-74f4-11ed-aa3c-323e73770a68 | InvocationID=07a90826-74f4-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:25:21+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1694d3ec-74f4-11ed-aa3c-323e73770a68 | InvocationID=1694db62-74f4-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:25:21+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1694d3ec-74f4-11ed-aa3c-323e73770a68 | InvocationID=1694db62-74f4-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:25:21+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1694d3ec-74f4-11ed-aa3c-323e73770a68 | InvocationID=1694db62-74f4-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:25:23+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0912c468-74f4-11ed-aa3c-323e73770a68 | InvocationID=0912c684-74f4-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:25:23+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17d51514-74f4-11ed-aa3c-323e73770a68 | InvocationID=17d516f4-74f4-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:25:46+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1694d3ec-74f4-11ed-aa3c-323e73770a68 | InvocationID=1694db62-74f4-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:25:46+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25840c92-74f4-11ed-aa3c-323e73770a68 | InvocationID=25840f94-74f4-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:25:46+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25840c92-74f4-11ed-aa3c-323e73770a68 | InvocationID=25840f94-74f4-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:25:46+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25840c92-74f4-11ed-aa3c-323e73770a68 | InvocationID=25840f94-74f4-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:25:48+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=17d51514-74f4-11ed-aa3c-323e73770a68 | InvocationID=17d516f4-74f4-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:25:48+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2695e88a-74f4-11ed-aa3c-323e73770a68 | InvocationID=2695eb14-74f4-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:26:11+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25840c92-74f4-11ed-aa3c-323e73770a68 | InvocationID=25840f94-74f4-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:26:11+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34707c90-74f4-11ed-aa3c-323e73770a68 | InvocationID=34707f38-74f4-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:26:11+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34707c90-74f4-11ed-aa3c-323e73770a68 | InvocationID=34707f38-74f4-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:26:11+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=34707c90-74f4-11ed-aa3c-323e73770a68 | InvocationID=34707f38-74f4-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:26:13+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2695e88a-74f4-11ed-aa3c-323e73770a68 | InvocationID=2695eb14-74f4-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:26:13+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=355806fa-74f4-11ed-aa3c-323e73770a68 | InvocationID=35580a24-74f4-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:26:36+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=34707c90-74f4-11ed-aa3c-323e73770a68 | InvocationID=34707f38-74f4-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:26:36+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4360de5c-74f4-11ed-aa3c-323e73770a68 | InvocationID=4360e0c8-74f4-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:26:37+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4360de5c-74f4-11ed-aa3c-323e73770a68 | InvocationID=4360e0c8-74f4-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:26:37+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4360de5c-74f4-11ed-aa3c-323e73770a68 | InvocationID=4360e0c8-74f4-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:26:38+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=355806fa-74f4-11ed-aa3c-323e73770a68 | InvocationID=35580a24-74f4-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:26:38+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4419ebc2-74f4-11ed-aa3c-323e73770a68 | InvocationID=4419f00e-74f4-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:27:02+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4360de5c-74f4-11ed-aa3c-323e73770a68 | InvocationID=4360e0c8-74f4-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:27:02+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=524e3a90-74f4-11ed-aa3c-323e73770a68 | InvocationID=524e3cfc-74f4-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:27:02+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=524e3a90-74f4-11ed-aa3c-323e73770a68 | InvocationID=524e3cfc-74f4-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:27:02+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=524e3a90-74f4-11ed-aa3c-323e73770a68 | InvocationID=524e3cfc-74f4-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:27:02+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4419ebc2-74f4-11ed-aa3c-323e73770a68 | InvocationID=4419f00e-74f4-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:27:02+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52db7040-74f4-11ed-aa3c-323e73770a68 | InvocationID=52db7266-74f4-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:27:27+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=524e3a90-74f4-11ed-aa3c-323e73770a68 | InvocationID=524e3cfc-74f4-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:27:27+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6139aee0-74f4-11ed-aa3c-323e73770a68 | InvocationID=6139b07a-74f4-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:27:27+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6139aee0-74f4-11ed-aa3c-323e73770a68 | InvocationID=6139b07a-74f4-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:27:27+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6139aee0-74f4-11ed-aa3c-323e73770a68 | InvocationID=6139b07a-74f4-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:27:27+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=52db7040-74f4-11ed-aa3c-323e73770a68 | InvocationID=52db7266-74f4-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:27:27+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=619fd27e-74f4-11ed-aa3c-323e73770a68 | InvocationID=619fd558-74f4-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:27:52+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6139aee0-74f4-11ed-aa3c-323e73770a68 | InvocationID=6139b07a-74f4-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:27:52+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7024efbe-74f4-11ed-aa3c-323e73770a68 | InvocationID=7024f2ac-74f4-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:27:52+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7024efbe-74f4-11ed-aa3c-323e73770a68 | InvocationID=7024f2ac-74f4-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:27:52+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7024efbe-74f4-11ed-aa3c-323e73770a68 | InvocationID=7024f2ac-74f4-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:27:52+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=619fd27e-74f4-11ed-aa3c-323e73770a68 | InvocationID=619fd558-74f4-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:27:52+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7061f602-74f4-11ed-aa3c-323e73770a68 | InvocationID=7061f7b0-74f4-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:28:17+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7024efbe-74f4-11ed-aa3c-323e73770a68 | InvocationID=7024f2ac-74f4-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:28:17+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f118a14-74f4-11ed-aa3c-323e73770a68 | InvocationID=7f118c3a-74f4-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:28:17+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f118a14-74f4-11ed-aa3c-323e73770a68 | InvocationID=7f118c3a-74f4-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:28:17+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f118a14-74f4-11ed-aa3c-323e73770a68 | InvocationID=7f118c3a-74f4-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:28:17+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7061f602-74f4-11ed-aa3c-323e73770a68 | InvocationID=7061f7b0-74f4-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:28:17+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f2aa210-74f4-11ed-aa3c-323e73770a68 | InvocationID=7f2aa3d2-74f4-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:28:42+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7f2aa210-74f4-11ed-aa3c-323e73770a68 | InvocationID=7f2aa3d2-74f4-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:28:42+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8decd570-74f4-11ed-aa3c-323e73770a68 | InvocationID=8decd7c8-74f4-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:28:42+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f118a14-74f4-11ed-aa3c-323e73770a68 | InvocationID=7f118c3a-74f4-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:28:42+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8dffa3b2-74f4-11ed-aa3c-323e73770a68 | InvocationID=8dffa6dc-74f4-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:28:42+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8dffa3b2-74f4-11ed-aa3c-323e73770a68 | InvocationID=8dffa6dc-74f4-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:28:42+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8dffa3b2-74f4-11ed-aa3c-323e73770a68 | InvocationID=8dffa6dc-74f4-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:29:06+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8decd570-74f4-11ed-aa3c-323e73770a68 | InvocationID=8decd7c8-74f4-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:29:06+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9caeb01a-74f4-11ed-aa3c-323e73770a68 | InvocationID=9caeb3f8-74f4-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:29:07+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8dffa3b2-74f4-11ed-aa3c-323e73770a68 | InvocationID=8dffa6dc-74f4-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:29:07+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ceb3454-74f4-11ed-aa3c-323e73770a68 | InvocationID=9ceb36ca-74f4-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:29:07+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ceb3454-74f4-11ed-aa3c-323e73770a68 | InvocationID=9ceb36ca-74f4-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:29:07+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ceb3454-74f4-11ed-aa3c-323e73770a68 | InvocationID=9ceb36ca-74f4-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:29:31+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9caeb01a-74f4-11ed-aa3c-323e73770a68 | InvocationID=9caeb3f8-74f4-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:29:31+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab71e572-74f4-11ed-aa3c-323e73770a68 | InvocationID=ab71e824-74f4-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:29:32+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ceb3454-74f4-11ed-aa3c-323e73770a68 | InvocationID=9ceb36ca-74f4-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:29:32+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abd6b5a6-74f4-11ed-aa3c-323e73770a68 | InvocationID=abd6b7ea-74f4-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:29:32+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abd6b5a6-74f4-11ed-aa3c-323e73770a68 | InvocationID=abd6b7ea-74f4-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:29:32+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abd6b5a6-74f4-11ed-aa3c-323e73770a68 | InvocationID=abd6b7ea-74f4-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:29:56+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ab71e572-74f4-11ed-aa3c-323e73770a68 | InvocationID=ab71e824-74f4-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:29:56+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba335898-74f4-11ed-aa3c-323e73770a68 | InvocationID=ba335b40-74f4-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:29:57+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abd6b5a6-74f4-11ed-aa3c-323e73770a68 | InvocationID=abd6b7ea-74f4-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:29:57+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bac2767c-74f4-11ed-aa3c-323e73770a68 | InvocationID=bac278ac-74f4-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:29:57+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bac2767c-74f4-11ed-aa3c-323e73770a68 | InvocationID=bac278ac-74f4-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:29:57+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bac2767c-74f4-11ed-aa3c-323e73770a68 | InvocationID=bac278ac-74f4-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:30:21+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ba335898-74f4-11ed-aa3c-323e73770a68 | InvocationID=ba335b40-74f4-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:30:21+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8f679aa-74f4-11ed-aa3c-323e73770a68 | InvocationID=c8f67c16-74f4-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:30:22+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bac2767c-74f4-11ed-aa3c-323e73770a68 | InvocationID=bac278ac-74f4-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:30:22+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9ae0fa2-74f4-11ed-aa3c-323e73770a68 | InvocationID=c9ae1358-74f4-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:30:22+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9ae0fa2-74f4-11ed-aa3c-323e73770a68 | InvocationID=c9ae1358-74f4-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:30:22+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9ae0fa2-74f4-11ed-aa3c-323e73770a68 | InvocationID=c9ae1358-74f4-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:30:45+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c8f679aa-74f4-11ed-aa3c-323e73770a68 | InvocationID=c8f67c16-74f4-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:30:45+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7b885d2-74f4-11ed-aa3c-323e73770a68 | InvocationID=d7b887f8-74f4-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:30:47+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9ae0fa2-74f4-11ed-aa3c-323e73770a68 | InvocationID=c9ae1358-74f4-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:30:47+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d899b75a-74f4-11ed-aa3c-323e73770a68 | InvocationID=d899b99e-74f4-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:30:47+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d899b75a-74f4-11ed-aa3c-323e73770a68 | InvocationID=d899b99e-74f4-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:30:47+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d899b75a-74f4-11ed-aa3c-323e73770a68 | InvocationID=d899b99e-74f4-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:31:10+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d7b885d2-74f4-11ed-aa3c-323e73770a68 | InvocationID=d7b887f8-74f4-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:31:10+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e67a8408-74f4-11ed-aa3c-323e73770a68 | InvocationID=e67a85ac-74f4-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:31:12+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d899b75a-74f4-11ed-aa3c-323e73770a68 | InvocationID=d899b99e-74f4-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:31:12+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7866394-74f4-11ed-aa3c-323e73770a68 | InvocationID=e7866600-74f4-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:31:12+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7866394-74f4-11ed-aa3c-323e73770a68 | InvocationID=e7866600-74f4-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:31:12+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7866394-74f4-11ed-aa3c-323e73770a68 | InvocationID=e7866600-74f4-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:31:35+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e67a8408-74f4-11ed-aa3c-323e73770a68 | InvocationID=e67a85ac-74f4-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:31:35+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f53f8132-74f4-11ed-aa3c-323e73770a68 | InvocationID=f53f842a-74f4-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:31:37+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7866394-74f4-11ed-aa3c-323e73770a68 | InvocationID=e7866600-74f4-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:31:37+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f67470da-74f4-11ed-aa3c-323e73770a68 | InvocationID=f67472a6-74f4-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:31:37+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f67470da-74f4-11ed-aa3c-323e73770a68 | InvocationID=f67472a6-74f4-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:31:37+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f67470da-74f4-11ed-aa3c-323e73770a68 | InvocationID=f67472a6-74f4-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:32:00+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f53f8132-74f4-11ed-aa3c-323e73770a68 | InvocationID=f53f842a-74f4-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:32:00+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0400dfea-74f5-11ed-aa3c-323e73770a68 | InvocationID=0400e1a2-74f5-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:32:02+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f67470da-74f4-11ed-aa3c-323e73770a68 | InvocationID=f67472a6-74f4-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:32:02+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=055fba64-74f5-11ed-aa3c-323e73770a68 | InvocationID=055fbcb2-74f5-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:32:02+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=055fba64-74f5-11ed-aa3c-323e73770a68 | InvocationID=055fbcb2-74f5-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:32:02+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=055fba64-74f5-11ed-aa3c-323e73770a68 | InvocationID=055fbcb2-74f5-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:32:24+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0400dfea-74f5-11ed-aa3c-323e73770a68 | InvocationID=0400e1a2-74f5-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:32:24+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12c3eba8-74f5-11ed-aa3c-323e73770a68 | InvocationID=12c3ee00-74f5-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:32:27+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=055fba64-74f5-11ed-aa3c-323e73770a68 | InvocationID=055fbcb2-74f5-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:32:27+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=144c5dc0-74f5-11ed-aa3c-323e73770a68 | InvocationID=144c616c-74f5-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:32:27+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=144c5dc0-74f5-11ed-aa3c-323e73770a68 | InvocationID=144c616c-74f5-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:32:27+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=144c5dc0-74f5-11ed-aa3c-323e73770a68 | InvocationID=144c616c-74f5-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:32:49+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=12c3eba8-74f5-11ed-aa3c-323e73770a68 | InvocationID=12c3ee00-74f5-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:32:49+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21876c96-74f5-11ed-aa3c-323e73770a68 | InvocationID=21876e80-74f5-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:32:52+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=144c5dc0-74f5-11ed-aa3c-323e73770a68 | InvocationID=144c616c-74f5-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:32:52+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23378ed6-74f5-11ed-aa3c-323e73770a68 | InvocationID=23379084-74f5-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:32:52+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23378ed6-74f5-11ed-aa3c-323e73770a68 | InvocationID=23379084-74f5-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:32:52+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23378ed6-74f5-11ed-aa3c-323e73770a68 | InvocationID=23379084-74f5-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:33:14+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=21876c96-74f5-11ed-aa3c-323e73770a68 | InvocationID=21876e80-74f5-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:33:14+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=304d4bec-74f5-11ed-aa3c-323e73770a68 | InvocationID=304d4ee4-74f5-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:33:17+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23378ed6-74f5-11ed-aa3c-323e73770a68 | InvocationID=23379084-74f5-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:33:17+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3222bda8-74f5-11ed-aa3c-323e73770a68 | InvocationID=3222bf56-74f5-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:33:17+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3222bda8-74f5-11ed-aa3c-323e73770a68 | InvocationID=3222bf56-74f5-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:33:17+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3222bda8-74f5-11ed-aa3c-323e73770a68 | InvocationID=3222bf56-74f5-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:33:39+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=304d4bec-74f5-11ed-aa3c-323e73770a68 | InvocationID=304d4ee4-74f5-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:33:39+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f13a7b6-74f5-11ed-aa3c-323e73770a68 | InvocationID=3f13ac0c-74f5-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:33:42+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3222bda8-74f5-11ed-aa3c-323e73770a68 | InvocationID=3222bf56-74f5-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:33:42+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=410f5dda-74f5-11ed-aa3c-323e73770a68 | InvocationID=410f6136-74f5-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:33:42+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=410f5dda-74f5-11ed-aa3c-323e73770a68 | InvocationID=410f6136-74f5-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:33:42+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=410f5dda-74f5-11ed-aa3c-323e73770a68 | InvocationID=410f6136-74f5-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:34:03+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3f13a7b6-74f5-11ed-aa3c-323e73770a68 | InvocationID=3f13ac0c-74f5-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:34:03+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4dd50132-74f5-11ed-aa3c-323e73770a68 | InvocationID=4dd50362-74f5-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:34:07+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=410f5dda-74f5-11ed-aa3c-323e73770a68 | InvocationID=410f6136-74f5-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:34:07+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50000402-74f5-11ed-aa3c-323e73770a68 | InvocationID=50002054-74f5-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:34:07+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50000402-74f5-11ed-aa3c-323e73770a68 | InvocationID=50002054-74f5-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:34:07+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50000402-74f5-11ed-aa3c-323e73770a68 | InvocationID=50002054-74f5-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:34:28+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4dd50132-74f5-11ed-aa3c-323e73770a68 | InvocationID=4dd50362-74f5-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:34:28+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c98b308-74f5-11ed-aa3c-323e73770a68 | InvocationID=5c98b57e-74f5-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:34:32+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50000402-74f5-11ed-aa3c-323e73770a68 | InvocationID=50002054-74f5-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:34:32+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5eec4476-74f5-11ed-aa3c-323e73770a68 | InvocationID=5eec46c4-74f5-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:34:32+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5eec4476-74f5-11ed-aa3c-323e73770a68 | InvocationID=5eec46c4-74f5-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:34:32+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5eec4476-74f5-11ed-aa3c-323e73770a68 | InvocationID=5eec46c4-74f5-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:34:53+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c98b308-74f5-11ed-aa3c-323e73770a68 | InvocationID=5c98b57e-74f5-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:34:53+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b5aba62-74f5-11ed-aa3c-323e73770a68 | InvocationID=6b5abc10-74f5-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:34:57+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5eec4476-74f5-11ed-aa3c-323e73770a68 | InvocationID=5eec46c4-74f5-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:34:57+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dd83cba-74f5-11ed-aa3c-323e73770a68 | InvocationID=6dd8443a-74f5-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:34:57+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dd83cba-74f5-11ed-aa3c-323e73770a68 | InvocationID=6dd8443a-74f5-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:34:57+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6dd83cba-74f5-11ed-aa3c-323e73770a68 | InvocationID=6dd8443a-74f5-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:35:18+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b5aba62-74f5-11ed-aa3c-323e73770a68 | InvocationID=6b5abc10-74f5-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:35:18+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a1f7d1c-74f5-11ed-aa3c-323e73770a68 | InvocationID=7a1f7f74-74f5-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:35:22+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6dd83cba-74f5-11ed-aa3c-323e73770a68 | InvocationID=6dd8443a-74f5-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:35:22+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cc376ea-74f5-11ed-aa3c-323e73770a68 | InvocationID=7cc37b2c-74f5-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:35:22+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cc376ea-74f5-11ed-aa3c-323e73770a68 | InvocationID=7cc37b2c-74f5-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:35:22+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7cc376ea-74f5-11ed-aa3c-323e73770a68 | InvocationID=7cc37b2c-74f5-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:35:43+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7a1f7d1c-74f5-11ed-aa3c-323e73770a68 | InvocationID=7a1f7f74-74f5-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:35:43+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88e273a4-74f5-11ed-aa3c-323e73770a68 | InvocationID=88e2766a-74f5-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:35:47+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7cc376ea-74f5-11ed-aa3c-323e73770a68 | InvocationID=7cc37b2c-74f5-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:35:47+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8baedc76-74f5-11ed-aa3c-323e73770a68 | InvocationID=8baede9c-74f5-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:35:47+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8baedc76-74f5-11ed-aa3c-323e73770a68 | InvocationID=8baede9c-74f5-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:35:47+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8baedc76-74f5-11ed-aa3c-323e73770a68 | InvocationID=8baede9c-74f5-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:36:07+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=88e273a4-74f5-11ed-aa3c-323e73770a68 | InvocationID=88e2766a-74f5-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:36:07+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97a589e4-74f5-11ed-aa3c-323e73770a68 | InvocationID=97a58bd8-74f5-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:36:12+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8baedc76-74f5-11ed-aa3c-323e73770a68 | InvocationID=8baede9c-74f5-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:36:12+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a9a9536-74f5-11ed-aa3c-323e73770a68 | InvocationID=9a9a972a-74f5-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:36:12+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a9a9536-74f5-11ed-aa3c-323e73770a68 | InvocationID=9a9a972a-74f5-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:36:12+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a9a9536-74f5-11ed-aa3c-323e73770a68 | InvocationID=9a9a972a-74f5-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:36:32+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=97a589e4-74f5-11ed-aa3c-323e73770a68 | InvocationID=97a58bd8-74f5-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:36:32+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a666ffa8-74f5-11ed-aa3c-323e73770a68 | InvocationID=a667016a-74f5-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:36:37+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a9a9536-74f5-11ed-aa3c-323e73770a68 | InvocationID=9a9a972a-74f5-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:36:37+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a98637da-74f5-11ed-aa3c-323e73770a68 | InvocationID=a9863992-74f5-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:36:37+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a98637da-74f5-11ed-aa3c-323e73770a68 | InvocationID=a9863992-74f5-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:36:37+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a98637da-74f5-11ed-aa3c-323e73770a68 | InvocationID=a9863992-74f5-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:36:57+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a666ffa8-74f5-11ed-aa3c-323e73770a68 | InvocationID=a667016a-74f5-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:36:57+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5285dca-74f5-11ed-aa3c-323e73770a68 | InvocationID=b5286086-74f5-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:37:02+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a98637da-74f5-11ed-aa3c-323e73770a68 | InvocationID=a9863992-74f5-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:37:02+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8718d1c-74f5-11ed-aa3c-323e73770a68 | InvocationID=b8718eb6-74f5-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:37:02+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8718d1c-74f5-11ed-aa3c-323e73770a68 | InvocationID=b8718eb6-74f5-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:37:02+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8718d1c-74f5-11ed-aa3c-323e73770a68 | InvocationID=b8718eb6-74f5-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:37:22+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5285dca-74f5-11ed-aa3c-323e73770a68 | InvocationID=b5286086-74f5-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:37:22+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3eb2478-74f5-11ed-aa3c-323e73770a68 | InvocationID=c3eb26d0-74f5-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:37:27+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8718d1c-74f5-11ed-aa3c-323e73770a68 | InvocationID=b8718eb6-74f5-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:37:27+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c75d6634-74f5-11ed-aa3c-323e73770a68 | InvocationID=c75d67e2-74f5-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:37:27+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c75d6634-74f5-11ed-aa3c-323e73770a68 | InvocationID=c75d67e2-74f5-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:37:27+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c75d6634-74f5-11ed-aa3c-323e73770a68 | InvocationID=c75d67e2-74f5-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:37:46+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3eb2478-74f5-11ed-aa3c-323e73770a68 | InvocationID=c3eb26d0-74f5-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:37:46+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2b06f68-74f5-11ed-aa3c-323e73770a68 | InvocationID=d2b072c4-74f5-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:37:52+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c75d6634-74f5-11ed-aa3c-323e73770a68 | InvocationID=c75d67e2-74f5-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:37:52+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6494aa0-74f5-11ed-aa3c-323e73770a68 | InvocationID=d6494d8e-74f5-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:37:52+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6494aa0-74f5-11ed-aa3c-323e73770a68 | InvocationID=d6494d8e-74f5-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:37:52+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6494aa0-74f5-11ed-aa3c-323e73770a68 | InvocationID=d6494d8e-74f5-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:38:11+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d2b06f68-74f5-11ed-aa3c-323e73770a68 | InvocationID=d2b072c4-74f5-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:38:11+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1727438-74f5-11ed-aa3c-323e73770a68 | InvocationID=e1727762-74f5-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:38:17+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6494aa0-74f5-11ed-aa3c-323e73770a68 | InvocationID=d6494d8e-74f5-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:38:17+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5375372-74f5-11ed-aa3c-323e73770a68 | InvocationID=e53763da-74f5-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:38:18+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5375372-74f5-11ed-aa3c-323e73770a68 | InvocationID=e53763da-74f5-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:38:18+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e5375372-74f5-11ed-aa3c-323e73770a68 | InvocationID=e53763da-74f5-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:38:36+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e1727438-74f5-11ed-aa3c-323e73770a68 | InvocationID=e1727762-74f5-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:38:36+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f033e02e-74f5-11ed-aa3c-323e73770a68 | InvocationID=f033e36c-74f5-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:38:43+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e5375372-74f5-11ed-aa3c-323e73770a68 | InvocationID=e53763da-74f5-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:38:43+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f424572c-74f5-11ed-aa3c-323e73770a68 | InvocationID=f4245984-74f5-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:38:43+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f424572c-74f5-11ed-aa3c-323e73770a68 | InvocationID=f4245984-74f5-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:38:43+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f424572c-74f5-11ed-aa3c-323e73770a68 | InvocationID=f4245984-74f5-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:39:01+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f033e02e-74f5-11ed-aa3c-323e73770a68 | InvocationID=f033e36c-74f5-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:39:01+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fef5304a-74f5-11ed-aa3c-323e73770a68 | InvocationID=fef53392-74f5-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:39:08+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f424572c-74f5-11ed-aa3c-323e73770a68 | InvocationID=f4245984-74f5-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:39:08+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03109f98-74f6-11ed-aa3c-323e73770a68 | InvocationID=0310a1fa-74f6-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:39:08+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03109f98-74f6-11ed-aa3c-323e73770a68 | InvocationID=0310a1fa-74f6-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:39:08+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03109f98-74f6-11ed-aa3c-323e73770a68 | InvocationID=0310a1fa-74f6-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:39:25+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fef5304a-74f5-11ed-aa3c-323e73770a68 | InvocationID=fef53392-74f5-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:39:25+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0db69524-74f6-11ed-aa3c-323e73770a68 | InvocationID=0db697ae-74f6-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:39:33+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03109f98-74f6-11ed-aa3c-323e73770a68 | InvocationID=0310a1fa-74f6-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:39:33+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11fd81c4-74f6-11ed-aa3c-323e73770a68 | InvocationID=11fd8494-74f6-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:39:33+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11fd81c4-74f6-11ed-aa3c-323e73770a68 | InvocationID=11fd8494-74f6-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:39:33+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11fd81c4-74f6-11ed-aa3c-323e73770a68 | InvocationID=11fd8494-74f6-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:39:50+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0db69524-74f6-11ed-aa3c-323e73770a68 | InvocationID=0db697ae-74f6-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:39:50+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c77e180-74f6-11ed-aa3c-323e73770a68 | InvocationID=1c77e4c8-74f6-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:39:58+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11fd81c4-74f6-11ed-aa3c-323e73770a68 | InvocationID=11fd8494-74f6-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:39:58+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20e95d70-74f6-11ed-aa3c-323e73770a68 | InvocationID=20e95f14-74f6-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:39:58+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20e95d70-74f6-11ed-aa3c-323e73770a68 | InvocationID=20e95f14-74f6-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:39:58+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20e95d70-74f6-11ed-aa3c-323e73770a68 | InvocationID=20e95f14-74f6-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:40:15+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1c77e180-74f6-11ed-aa3c-323e73770a68 | InvocationID=1c77e4c8-74f6-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:40:15+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b39619e-74f6-11ed-aa3c-323e73770a68 | InvocationID=2b396cac-74f6-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:40:23+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20e95d70-74f6-11ed-aa3c-323e73770a68 | InvocationID=20e95f14-74f6-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:40:23+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fd4ffd8-74f6-11ed-aa3c-323e73770a68 | InvocationID=2fd502bc-74f6-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:40:23+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fd4ffd8-74f6-11ed-aa3c-323e73770a68 | InvocationID=2fd502bc-74f6-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:40:23+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2fd4ffd8-74f6-11ed-aa3c-323e73770a68 | InvocationID=2fd502bc-74f6-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:40:40+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2b39619e-74f6-11ed-aa3c-323e73770a68 | InvocationID=2b396cac-74f6-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:40:40+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39fae3c4-74f6-11ed-aa3c-323e73770a68 | InvocationID=39fae608-74f6-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:40:48+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2fd4ffd8-74f6-11ed-aa3c-323e73770a68 | InvocationID=2fd502bc-74f6-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:40:48+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ec0a75e-74f6-11ed-aa3c-323e73770a68 | InvocationID=3ec0a9fc-74f6-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:40:48+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ec0a75e-74f6-11ed-aa3c-323e73770a68 | InvocationID=3ec0a9fc-74f6-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:40:48+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ec0a75e-74f6-11ed-aa3c-323e73770a68 | InvocationID=3ec0a9fc-74f6-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:41:04+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39fae3c4-74f6-11ed-aa3c-323e73770a68 | InvocationID=39fae608-74f6-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:41:04+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48bdda1a-74f6-11ed-aa3c-323e73770a68 | InvocationID=48bddbbe-74f6-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:41:13+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ec0a75e-74f6-11ed-aa3c-323e73770a68 | InvocationID=3ec0a9fc-74f6-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:41:13+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4dac7f72-74f6-11ed-aa3c-323e73770a68 | InvocationID=4dac81b6-74f6-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:41:13+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4dac7f72-74f6-11ed-aa3c-323e73770a68 | InvocationID=4dac81b6-74f6-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:41:13+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4dac7f72-74f6-11ed-aa3c-323e73770a68 | InvocationID=4dac81b6-74f6-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:41:29+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=48bdda1a-74f6-11ed-aa3c-323e73770a68 | InvocationID=48bddbbe-74f6-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:41:29+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=577fe5de-74f6-11ed-aa3c-323e73770a68 | InvocationID=577ff1d2-74f6-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:41:38+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4dac7f72-74f6-11ed-aa3c-323e73770a68 | InvocationID=4dac81b6-74f6-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:41:38+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c97ce24-74f6-11ed-aa3c-323e73770a68 | InvocationID=5c97cfd2-74f6-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:41:38+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c97ce24-74f6-11ed-aa3c-323e73770a68 | InvocationID=5c97cfd2-74f6-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:41:38+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c97ce24-74f6-11ed-aa3c-323e73770a68 | InvocationID=5c97cfd2-74f6-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:41:54+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=577fe5de-74f6-11ed-aa3c-323e73770a68 | InvocationID=577ff1d2-74f6-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:41:54+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6641b886-74f6-11ed-aa3c-323e73770a68 | InvocationID=6641ba48-74f6-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:42:03+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c97ce24-74f6-11ed-aa3c-323e73770a68 | InvocationID=5c97cfd2-74f6-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:42:03+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b837f28-74f6-11ed-aa3c-323e73770a68 | InvocationID=6b8382c0-74f6-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:42:03+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b837f28-74f6-11ed-aa3c-323e73770a68 | InvocationID=6b8382c0-74f6-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:42:03+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b837f28-74f6-11ed-aa3c-323e73770a68 | InvocationID=6b8382c0-74f6-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:42:19+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6641b886-74f6-11ed-aa3c-323e73770a68 | InvocationID=6641ba48-74f6-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:42:19+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7503d250-74f6-11ed-aa3c-323e73770a68 | InvocationID=7503d43a-74f6-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:42:28+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b837f28-74f6-11ed-aa3c-323e73770a68 | InvocationID=6b8382c0-74f6-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:42:28+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a6ed690-74f6-11ed-aa3c-323e73770a68 | InvocationID=7a6ed8fc-74f6-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:42:28+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a6ed690-74f6-11ed-aa3c-323e73770a68 | InvocationID=7a6ed8fc-74f6-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:42:28+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a6ed690-74f6-11ed-aa3c-323e73770a68 | InvocationID=7a6ed8fc-74f6-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:42:43+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7503d250-74f6-11ed-aa3c-323e73770a68 | InvocationID=7503d43a-74f6-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:42:43+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83c5abce-74f6-11ed-aa3c-323e73770a68 | InvocationID=83c5afc0-74f6-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:42:53+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a6ed690-74f6-11ed-aa3c-323e73770a68 | InvocationID=7a6ed8fc-74f6-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:42:53+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=895a77a4-74f6-11ed-aa3c-323e73770a68 | InvocationID=895a9252-74f6-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:42:53+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=895a77a4-74f6-11ed-aa3c-323e73770a68 | InvocationID=895a9252-74f6-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:42:53+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=895a77a4-74f6-11ed-aa3c-323e73770a68 | InvocationID=895a9252-74f6-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:43:08+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83c5abce-74f6-11ed-aa3c-323e73770a68 | InvocationID=83c5afc0-74f6-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:43:08+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92881e94-74f6-11ed-aa3c-323e73770a68 | InvocationID=92882060-74f6-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:43:18+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=895a77a4-74f6-11ed-aa3c-323e73770a68 | InvocationID=895a9252-74f6-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:43:18+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9847a106-74f6-11ed-aa3c-323e73770a68 | InvocationID=9847a354-74f6-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:43:18+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9847a106-74f6-11ed-aa3c-323e73770a68 | InvocationID=9847a354-74f6-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:43:18+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9847a106-74f6-11ed-aa3c-323e73770a68 | InvocationID=9847a354-74f6-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:43:33+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=92881e94-74f6-11ed-aa3c-323e73770a68 | InvocationID=92882060-74f6-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:43:33+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a14a168a-74f6-11ed-aa3c-323e73770a68 | InvocationID=a14a18d8-74f6-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:43:43+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9847a106-74f6-11ed-aa3c-323e73770a68 | InvocationID=9847a354-74f6-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:43:43+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7330c28-74f6-11ed-aa3c-323e73770a68 | InvocationID=a7330e8a-74f6-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:43:43+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7330c28-74f6-11ed-aa3c-323e73770a68 | InvocationID=a7330e8a-74f6-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:43:43+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7330c28-74f6-11ed-aa3c-323e73770a68 | InvocationID=a7330e8a-74f6-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:43:58+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a14a168a-74f6-11ed-aa3c-323e73770a68 | InvocationID=a14a18d8-74f6-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:43:58+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b00b0ff8-74f6-11ed-aa3c-323e73770a68 | InvocationID=b00b12aa-74f6-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:44:08+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7330c28-74f6-11ed-aa3c-323e73770a68 | InvocationID=a7330e8a-74f6-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:44:08+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b621e4ac-74f6-11ed-aa3c-323e73770a68 | InvocationID=b621e6dc-74f6-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:44:08+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b621e4ac-74f6-11ed-aa3c-323e73770a68 | InvocationID=b621e6dc-74f6-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:44:08+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b621e4ac-74f6-11ed-aa3c-323e73770a68 | InvocationID=b621e6dc-74f6-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:44:23+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b00b0ff8-74f6-11ed-aa3c-323e73770a68 | InvocationID=b00b12aa-74f6-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:44:23+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=beccaa92-74f6-11ed-aa3c-323e73770a68 | InvocationID=beccac4a-74f6-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:44:33+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b621e4ac-74f6-11ed-aa3c-323e73770a68 | InvocationID=b621e6dc-74f6-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:44:33+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c50dd692-74f6-11ed-aa3c-323e73770a68 | InvocationID=c50dd84a-74f6-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:44:33+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c50dd692-74f6-11ed-aa3c-323e73770a68 | InvocationID=c50dd84a-74f6-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:44:33+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c50dd692-74f6-11ed-aa3c-323e73770a68 | InvocationID=c50dd84a-74f6-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:44:47+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=beccaa92-74f6-11ed-aa3c-323e73770a68 | InvocationID=beccac4a-74f6-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:44:47+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd8edd84-74f6-11ed-aa3c-323e73770a68 | InvocationID=cd8ee00e-74f6-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:44:58+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c50dd692-74f6-11ed-aa3c-323e73770a68 | InvocationID=c50dd84a-74f6-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:44:58+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3f9141e-74f6-11ed-aa3c-323e73770a68 | InvocationID=d3f915e0-74f6-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:44:58+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3f9141e-74f6-11ed-aa3c-323e73770a68 | InvocationID=d3f915e0-74f6-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:44:58+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3f9141e-74f6-11ed-aa3c-323e73770a68 | InvocationID=d3f915e0-74f6-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:45:12+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd8edd84-74f6-11ed-aa3c-323e73770a68 | InvocationID=cd8ee00e-74f6-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:45:12+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc529a0e-74f6-11ed-aa3c-323e73770a68 | InvocationID=dc529bb2-74f6-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:45:23+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3f9141e-74f6-11ed-aa3c-323e73770a68 | InvocationID=d3f915e0-74f6-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:45:23+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2e65f9a-74f6-11ed-aa3c-323e73770a68 | InvocationID=e2e66166-74f6-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:45:23+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2e65f9a-74f6-11ed-aa3c-323e73770a68 | InvocationID=e2e66166-74f6-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:45:23+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2e65f9a-74f6-11ed-aa3c-323e73770a68 | InvocationID=e2e66166-74f6-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:45:37+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc529a0e-74f6-11ed-aa3c-323e73770a68 | InvocationID=dc529bb2-74f6-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:45:37+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb146928-74f6-11ed-aa3c-323e73770a68 | InvocationID=eb146b94-74f6-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:45:48+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2e65f9a-74f6-11ed-aa3c-323e73770a68 | InvocationID=e2e66166-74f6-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:45:48+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1d27430-74f6-11ed-aa3c-323e73770a68 | InvocationID=f1d275e8-74f6-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:45:48+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1d27430-74f6-11ed-aa3c-323e73770a68 | InvocationID=f1d275e8-74f6-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:45:48+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1d27430-74f6-11ed-aa3c-323e73770a68 | InvocationID=f1d275e8-74f6-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:46:02+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb146928-74f6-11ed-aa3c-323e73770a68 | InvocationID=eb146b94-74f6-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:46:02+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9d579ac-74f6-11ed-aa3c-323e73770a68 | InvocationID=f9d57b5a-74f6-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:46:13+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1d27430-74f6-11ed-aa3c-323e73770a68 | InvocationID=f1d275e8-74f6-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:46:13+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00bf60c0-74f7-11ed-aa3c-323e73770a68 | InvocationID=00bf641c-74f7-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:46:13+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00bf60c0-74f7-11ed-aa3c-323e73770a68 | InvocationID=00bf641c-74f7-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:46:13+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00bf60c0-74f7-11ed-aa3c-323e73770a68 | InvocationID=00bf641c-74f7-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:46:26+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f9d579ac-74f6-11ed-aa3c-323e73770a68 | InvocationID=f9d57b5a-74f6-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:46:26+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=089752f8-74f7-11ed-aa3c-323e73770a68 | InvocationID=08975578-74f7-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:46:38+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00bf60c0-74f7-11ed-aa3c-323e73770a68 | InvocationID=00bf641c-74f7-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:46:38+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fadaf4c-74f7-11ed-aa3c-323e73770a68 | InvocationID=0fadb280-74f7-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:46:38+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fadaf4c-74f7-11ed-aa3c-323e73770a68 | InvocationID=0fadb280-74f7-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:46:38+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0fadaf4c-74f7-11ed-aa3c-323e73770a68 | InvocationID=0fadb280-74f7-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:46:51+0000 | aai_event_thread | 140458639559456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=089752f8-74f7-11ed-aa3c-323e73770a68 | InvocationID=08975578-74f7-11ed-aa3c-323e73770a68 | Polling MR for XNF AAI events.[0m 2022-12-05T23:46:51+0000 | aai_event_thread | 140458639559456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=175a7194-74f7-11ed-aa3c-323e73770a68 | InvocationID=175a73f6-74f7-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-12-05T23:47:03+0000 | policy_event_thread | 140458640620320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0fadaf4c-74f7-11ed-aa3c-323e73770a68 | InvocationID=0fadb280-74f7-11ed-aa3c-323e73770a68 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-12-05T23:47:03+0000 | policy_event_thread | 140458640620320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e98ce74-74f7-11ed-aa3c-323e73770a68 | InvocationID=1e98d180-74f7-11ed-aa3c-323e73770a68 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-12-05T23:47:03+0000 | policy_event_thread | 140458640620320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e98ce74-74f7-11ed-aa3c-323e73770a68 | InvocationID=1e98d180-74f7-11ed-aa3c-323e73770a68 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-12-05T23:47:03+0000 | policy_event_thread | 140458640620320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e98ce74-74f7-11ed-aa3c-323e73770a68 | InvocationID=1e98d180-74f7-11ed-aa3c-323e73770a68 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m