By type
/opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. return yaml.load(f.read()) 2022-11-25T23:00:21+0000 | MainThread | 140041996029256 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.[0m 2022-11-25T23:00:21+0000 | MainThread | 140041996029256 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Successfully fetched PMSH config from CBS: {'config': {'aaf_identity': 'dcae@dcae.onap.org', 'aaf_password': 'demo123456!', 'ca_cert_path': '/opt/app/pmsh/etc/certs/cacert.pem', 'cert_path': '/opt/app/pmsh/etc/certs/cert.pem', 'control_loop_name': 'pmsh-control-loop', 'enable_tls': False, 'key_path': '/opt/app/pmsh/etc/certs/key.pem', 'operational_policy_name': 'pmsh-operational-policy', 'pmsh_policy': {'subscription': {'administrativeState': 'LOCKED', 'fileBasedGP': 15, 'fileLocation': '/pm/pm.xml', 'measurementGroups': [{'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dna'}, {'DN': 'dnb'}], 'measurementTypes': [{'measurementType': 'countera'}, {'measurementType': 'counterb'}]}}, {'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dnc'}, {'DN': 'dnd'}], 'measurementTypes': [{'measurementType': 'counterc'}, {'measurementType': 'counterd'}]}}], 'nfFilter': {'modelInvariantIDs': [], 'modelNames': [], 'modelVersionIDs': [], 'nfNames': ['^pnf.*', '^vnf.*']}, 'subscriptionName': 'ExtraPM-All-gNB-R2B'}}, 'streams_publishes': {'policy_pm_publisher': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}}[0m 2022-11-25T23:00:21+0000 | MainThread | 140041996029256 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.[0m 2022-11-25T23:00:21+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:00:21+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0678296-6d14-11ed-a5c9-523d6cd5da1d | InvocationID=f0678624-6d14-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:00:21+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.[0m 2022-11-25T23:00:21+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0692e7a-6d14-11ed-a5c9-523d6cd5da1d | InvocationID=f069379e-6d14-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:00:22+0000 | MainThread | 140041996029256 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server[0m 2022-11-25T23:00:22+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0678296-6d14-11ed-a5c9-523d6cd5da1d | InvocationID=f0678624-6d14-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:00:22+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0678296-6d14-11ed-a5c9-523d6cd5da1d | InvocationID=f0678624-6d14-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:00:22+0000 | aai_event_thread | 140041945287456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0692e7a-6d14-11ed-a5c9-523d6cd5da1d | InvocationID=f069379e-6d14-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-11-25T23:00:22+0000 | aai_event_thread | 140041945287456 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0692e7a-6d14-11ed-a5c9-523d6cd5da1d | InvocationID=f069379e-6d14-11ed-a5c9-523d6cd5da1d | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-11-25T23:00:42+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0692e7a-6d14-11ed-a5c9-523d6cd5da1d | InvocationID=f069379e-6d14-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:00:42+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fca711ca-6d14-11ed-a5c9-523d6cd5da1d | InvocationID=fca71486-6d14-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:00:42+0000 | aai_event_thread | 140041945287456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fca711ca-6d14-11ed-a5c9-523d6cd5da1d | InvocationID=fca71486-6d14-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-11-25T23:00:42+0000 | aai_event_thread | 140041945287456 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fca711ca-6d14-11ed-a5c9-523d6cd5da1d | InvocationID=fca71486-6d14-11ed-a5c9-523d6cd5da1d | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-11-25T23:00:47+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0678296-6d14-11ed-a5c9-523d6cd5da1d | InvocationID=f0678624-6d14-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:00:47+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff971902-6d14-11ed-a5c9-523d6cd5da1d | InvocationID=ff971b14-6d14-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:00:47+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff971902-6d14-11ed-a5c9-523d6cd5da1d | InvocationID=ff971b14-6d14-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:00:47+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff971902-6d14-11ed-a5c9-523d6cd5da1d | InvocationID=ff971b14-6d14-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:01:02+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fca711ca-6d14-11ed-a5c9-523d6cd5da1d | InvocationID=fca71486-6d14-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:01:02+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=089818bc-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=08981a7e-6d15-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:01:02+0000 | aai_event_thread | 140041945287456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=089818bc-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=08981a7e-6d15-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-11-25T23:01:02+0000 | aai_event_thread | 140041945287456 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=089818bc-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=08981a7e-6d15-11ed-a5c9-523d6cd5da1d | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-11-25T23:01:12+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff971902-6d14-11ed-a5c9-523d6cd5da1d | InvocationID=ff971b14-6d14-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:01:12+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e885840-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=0e885b06-6d15-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:01:12+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e885840-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=0e885b06-6d15-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:01:12+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e885840-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=0e885b06-6d15-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:01:22+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=089818bc-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=08981a7e-6d15-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:01:22+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=148e6d1a-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=148e6f40-6d15-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:01:22+0000 | aai_event_thread | 140041945287456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=148e6d1a-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=148e6f40-6d15-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-11-25T23:01:22+0000 | aai_event_thread | 140041945287456 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=148e6d1a-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=148e6f40-6d15-11ed-a5c9-523d6cd5da1d | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-11-25T23:01:37+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e885840-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=0e885b06-6d15-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:01:37+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d753e18-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=1d754002-6d15-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:01:37+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d753e18-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=1d754002-6d15-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:01:37+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d753e18-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=1d754002-6d15-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:01:42+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=148e6d1a-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=148e6f40-6d15-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:01:42+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=208173ce-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=2081754a-6d15-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:01:42+0000 | aai_event_thread | 140041945287456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=208173ce-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=2081754a-6d15-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-11-25T23:01:42+0000 | aai_event_thread | 140041945287456 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=208173ce-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=2081754a-6d15-11ed-a5c9-523d6cd5da1d | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-11-25T23:02:02+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d753e18-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=1d754002-6d15-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:02:02+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c60b18c-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=2c60b48e-6d15-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:02:02+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c60b18c-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=2c60b48e-6d15-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:02:02+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c60b18c-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=2c60b48e-6d15-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:02:02+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=208173ce-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=2081754a-6d15-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:02:02+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c750f7e-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=2c751168-6d15-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:02:26+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c750f7e-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=2c751168-6d15-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:02:26+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3af0a00e-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=3af0a81a-6d15-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:02:27+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c60b18c-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=2c60b48e-6d15-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:02:27+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b4dd152-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=3b4dd53a-6d15-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:02:27+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b4dd152-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=3b4dd53a-6d15-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:02:27+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b4dd152-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=3b4dd53a-6d15-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:02:46+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3af0a00e-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=3af0a81a-6d15-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:02:46+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46e6d6a8-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=46e6ebca-6d15-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:02:52+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b4dd152-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=3b4dd53a-6d15-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:02:52+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a39e5ca-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=4a39ea02-6d15-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:02:52+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a39e5ca-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=4a39ea02-6d15-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:02:52+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a39e5ca-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=4a39ea02-6d15-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:03:07+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=46e6d6a8-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=46e6ebca-6d15-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:03:07+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52de8b9a-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=52de8df2-6d15-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:03:17+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a39e5ca-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=4a39ea02-6d15-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:03:17+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5925b51e-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=5925b9ba-6d15-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:03:17+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5925b51e-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=5925b9ba-6d15-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:03:17+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5925b51e-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=5925b9ba-6d15-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:03:27+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=52de8b9a-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=52de8df2-6d15-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:03:27+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5edb9b22-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=5edbaa2c-6d15-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:03:42+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5925b51e-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=5925b9ba-6d15-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:03:42+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6811aa56-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=6811aca4-6d15-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:03:42+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6811aa56-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=6811aca4-6d15-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:03:42+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6811aa56-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=6811aca4-6d15-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:03:47+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5edb9b22-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=5edbaa2c-6d15-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:03:47+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b3142a0-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=6b3144f8-6d15-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:04:07+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6811aa56-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=6811aca4-6d15-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:04:07+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76fdf0e2-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=76fdf2a4-6d15-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:04:07+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76fdf0e2-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=76fdf2a4-6d15-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:04:07+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76fdf0e2-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=76fdf2a4-6d15-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:04:12+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b3142a0-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=6b3144f8-6d15-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:04:12+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79f466be-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=79f468bc-6d15-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:04:32+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76fdf0e2-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=76fdf2a4-6d15-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:04:32+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85e90e3e-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=85e9105a-6d15-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:04:32+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85e90e3e-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=85e9105a-6d15-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:04:32+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85e90e3e-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=85e9105a-6d15-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:04:37+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=79f466be-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=79f468bc-6d15-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:04:37+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88b708aa-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=88b70a3a-6d15-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:04:57+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85e90e3e-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=85e9105a-6d15-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:04:57+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94d49184-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=94d493c8-6d15-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:04:57+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94d49184-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=94d493c8-6d15-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:04:57+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94d49184-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=94d493c8-6d15-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:05:02+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=88b708aa-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=88b70a3a-6d15-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:05:02+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97796d4c-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=97796f86-6d15-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:05:22+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94d49184-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=94d493c8-6d15-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:05:22+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3c07da2-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=a3c082f2-6d15-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:05:22+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3c07da2-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=a3c082f2-6d15-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:05:22+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3c07da2-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=a3c082f2-6d15-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:05:26+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=97796d4c-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=97796f86-6d15-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:05:26+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a63f5364-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=a63f55a8-6d15-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:05:47+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3c07da2-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=a3c082f2-6d15-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:05:47+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2abaec2-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=b2abb048-6d15-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:05:47+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2abaec2-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=b2abb048-6d15-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:05:47+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2abaec2-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=b2abb048-6d15-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:05:51+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a63f5364-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=a63f55a8-6d15-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:05:51+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b504596c-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=b5045b1a-6d15-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:06:12+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2abaec2-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=b2abb048-6d15-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:06:12+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c196e4ba-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=c196e69a-6d15-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:06:12+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c196e4ba-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=c196e69a-6d15-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:06:12+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c196e4ba-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=c196e69a-6d15-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:06:16+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b504596c-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=b5045b1a-6d15-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:06:16+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3c69456-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=c3c6964a-6d15-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:06:37+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c196e4ba-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=c196e69a-6d15-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:06:37+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d083238a-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=d083252e-6d15-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:06:37+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d083238a-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=d083252e-6d15-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:06:37+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d083238a-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=d083252e-6d15-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:06:41+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3c69456-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=c3c6964a-6d15-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:06:41+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d288b1c2-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=d288b3ca-6d15-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:07:02+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d083238a-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=d083252e-6d15-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:07:02+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df6dee2a-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=df6df096-6d15-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:07:02+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df6dee2a-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=df6df096-6d15-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:07:02+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df6dee2a-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=df6df096-6d15-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:07:05+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d288b1c2-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=d288b3ca-6d15-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:07:05+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e14b15ec-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=e14b17c2-6d15-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:07:27+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df6dee2a-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=df6df096-6d15-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:07:27+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee59bd2e-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=ee59bee6-6d15-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:07:27+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee59bd2e-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=ee59bee6-6d15-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:07:27+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee59bd2e-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=ee59bee6-6d15-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:07:30+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e14b15ec-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=e14b17c2-6d15-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:07:30+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f00c5dc0-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=f00c605e-6d15-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:07:52+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee59bd2e-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=ee59bee6-6d15-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:07:52+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd46287c-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=fd462a8e-6d15-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:07:52+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd46287c-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=fd462a8e-6d15-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:07:52+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd46287c-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=fd462a8e-6d15-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:07:55+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f00c5dc0-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=f00c605e-6d15-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:07:55+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fed04312-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=fed04556-6d15-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:08:17+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd46287c-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=fd462a8e-6d15-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:08:17+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c336e1c-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=0c3370a6-6d16-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:08:18+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c336e1c-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=0c3370a6-6d16-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:08:18+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c336e1c-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=0c3370a6-6d16-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:08:20+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fed04312-6d15-11ed-a5c9-523d6cd5da1d | InvocationID=fed04556-6d15-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:08:20+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d94ea7e-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=0d94edf8-6d16-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:08:43+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c336e1c-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=0c3370a6-6d16-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:08:43+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b1f0a12-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=1b1f0d28-6d16-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:08:43+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b1f0a12-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=1b1f0d28-6d16-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:08:43+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b1f0a12-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=1b1f0d28-6d16-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:08:45+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d94ea7e-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=0d94edf8-6d16-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:08:45+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c659cec-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=1c659f76-6d16-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:09:08+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b1f0a12-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=1b1f0d28-6d16-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:09:08+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a0a66c0-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=2a0a68fa-6d16-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:09:08+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a0a66c0-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=2a0a68fa-6d16-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:09:08+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a0a66c0-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=2a0a68fa-6d16-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:09:09+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1c659cec-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=1c659f76-6d16-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:09:09+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b26f140-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=2b26f528-6d16-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:09:33+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a0a66c0-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=2a0a68fa-6d16-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:09:33+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38f5d76e-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=38f5d8e0-6d16-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:09:33+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38f5d76e-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=38f5d8e0-6d16-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:09:33+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38f5d76e-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=38f5d8e0-6d16-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:09:34+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2b26f140-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=2b26f528-6d16-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:09:34+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39e9559c-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=39e957cc-6d16-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:09:58+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38f5d76e-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=38f5d8e0-6d16-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:09:58+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47e1d35e-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=47e1d598-6d16-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:09:58+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47e1d35e-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=47e1d598-6d16-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:09:58+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47e1d35e-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=47e1d598-6d16-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:09:59+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39e9559c-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=39e957cc-6d16-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:09:59+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48aa41a4-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=48aa435c-6d16-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:10:23+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47e1d35e-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=47e1d598-6d16-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:10:23+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56cd44d4-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=56cd4718-6d16-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:10:23+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56cd44d4-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=56cd4718-6d16-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:10:23+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56cd44d4-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=56cd4718-6d16-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:10:24+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=48aa41a4-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=48aa435c-6d16-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:10:24+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=576c315c-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=576c3382-6d16-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:10:48+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56cd44d4-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=56cd4718-6d16-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:10:48+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65bcf58e-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=65bcf8c2-6d16-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:10:48+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65bcf58e-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=65bcf8c2-6d16-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:10:48+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65bcf58e-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=65bcf8c2-6d16-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:10:48+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=576c315c-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=576c3382-6d16-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:10:48+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6631e556-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=6631ee02-6d16-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:11:13+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65bcf58e-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=65bcf8c2-6d16-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:11:13+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74a8ecb0-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=74a8eeb8-6d16-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:11:13+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74a8ecb0-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=74a8eeb8-6d16-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:11:13+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74a8ecb0-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=74a8eeb8-6d16-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:11:13+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6631e556-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=6631ee02-6d16-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:11:13+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74f35e62-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=74f36092-6d16-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:11:38+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74a8ecb0-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=74a8eeb8-6d16-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:11:38+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8393e5cc-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=8393e75c-6d16-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:11:38+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8393e5cc-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=8393e75c-6d16-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:11:38+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8393e5cc-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=8393e75c-6d16-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:11:38+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=74f35e62-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=74f36092-6d16-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:11:38+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83b657f6-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=83b65a8a-6d16-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:12:03+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83b657f6-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=83b65a8a-6d16-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:12:03+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92787f08-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=92788142-6d16-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:12:03+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8393e5cc-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=8393e75c-6d16-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:12:03+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=927ec408-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=927ec688-6d16-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:12:03+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=927ec408-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=927ec688-6d16-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:12:03+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=927ec408-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=927ec688-6d16-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:12:27+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=92787f08-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=92788142-6d16-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:12:27+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a139bcbe-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=a139be76-6d16-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:12:28+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=927ec408-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=927ec688-6d16-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:12:28+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a16a34a2-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=a16a36fa-6d16-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:12:28+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a16a34a2-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=a16a36fa-6d16-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:12:28+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a16a34a2-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=a16a36fa-6d16-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:12:52+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a139bcbe-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=a139be76-6d16-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:12:52+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0001d4c-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=b0002026-6d16-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:12:53+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a16a34a2-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=a16a36fa-6d16-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:12:53+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b05645e6-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=b05648ac-6d16-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:12:53+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b05645e6-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=b05648ac-6d16-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:12:53+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b05645e6-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=b05648ac-6d16-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:13:17+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b0001d4c-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=b0002026-6d16-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:13:17+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bec4beaa-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=bec4c152-6d16-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:13:18+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b05645e6-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=b05648ac-6d16-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:13:18+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf42a5a4-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=bf42a7d4-6d16-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:13:18+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf42a5a4-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=bf42a7d4-6d16-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:13:18+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf42a5a4-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=bf42a7d4-6d16-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:13:42+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bec4beaa-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=bec4c152-6d16-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:13:42+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd86e792-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=cd86ea12-6d16-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:13:43+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf42a5a4-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=bf42a7d4-6d16-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:13:43+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce2dfbea-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=ce2dfdde-6d16-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:13:43+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce2dfbea-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=ce2dfdde-6d16-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:13:43+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce2dfbea-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=ce2dfdde-6d16-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:14:07+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd86e792-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=cd86ea12-6d16-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:14:07+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc47ce9a-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=dc47d07a-6d16-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:14:08+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce2dfbea-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=ce2dfdde-6d16-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:14:08+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd18dd32-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=dd18dec2-6d16-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:14:08+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd18dd32-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=dd18dec2-6d16-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:14:08+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd18dd32-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=dd18dec2-6d16-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:14:31+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc47ce9a-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=dc47d07a-6d16-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:14:31+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb09350e-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=eb0936a8-6d16-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:14:33+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd18dd32-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=dd18dec2-6d16-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:14:33+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec037834-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=ec037a1e-6d16-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:14:33+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec037834-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=ec037a1e-6d16-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:14:33+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec037834-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=ec037a1e-6d16-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:14:56+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb09350e-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=eb0936a8-6d16-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:14:56+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9ccfa62-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=f9ccfc60-6d16-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:14:58+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec037834-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=ec037a1e-6d16-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:14:58+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=faee2b8c-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=faee2d08-6d16-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:14:58+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=faee2b8c-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=faee2d08-6d16-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:14:58+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=faee2b8c-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=faee2d08-6d16-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:15:21+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f9ccfa62-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=f9ccfc60-6d16-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:15:21+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=088eae2e-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=088eafdc-6d17-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:15:23+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=faee2b8c-6d16-11ed-a5c9-523d6cd5da1d | InvocationID=faee2d08-6d16-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:15:23+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09d95018-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=09d9522a-6d17-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:15:23+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09d95018-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=09d9522a-6d17-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:15:23+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09d95018-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=09d9522a-6d17-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:15:46+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=088eae2e-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=088eafdc-6d17-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:15:46+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=174fe23e-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=174fe446-6d17-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:15:48+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09d95018-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=09d9522a-6d17-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:15:48+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18c702a0-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=18c704c6-6d17-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:15:48+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18c702a0-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=18c704c6-6d17-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:15:48+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18c702a0-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=18c704c6-6d17-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:16:10+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=174fe23e-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=174fe446-6d17-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:16:10+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2615cea0-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=2615d076-6d17-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:16:13+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18c702a0-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=18c704c6-6d17-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:16:13+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27ced07a-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=27ced214-6d17-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:16:13+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27ced07a-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=27ced214-6d17-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:16:13+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27ced07a-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=27ced214-6d17-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:16:35+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2615cea0-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=2615d076-6d17-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:16:35+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34d9a2a4-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=34d9a466-6d17-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:16:38+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27ced07a-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=27ced214-6d17-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:16:38+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36b9d38c-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=36b9d5a8-6d17-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:16:38+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36b9d38c-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=36b9d5a8-6d17-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:16:38+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36b9d38c-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=36b9d5a8-6d17-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:17:00+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=34d9a2a4-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=34d9a466-6d17-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:17:00+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=439adab0-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=439adcb8-6d17-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:17:03+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36b9d38c-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=36b9d5a8-6d17-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:17:03+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45a4c910-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=45a4cadc-6d17-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:17:03+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45a4c910-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=45a4cadc-6d17-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:17:03+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45a4c910-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=45a4cadc-6d17-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:17:25+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=439adab0-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=439adcb8-6d17-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:17:25+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=525daea6-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=525db0fe-6d17-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:17:28+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45a4c910-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=45a4cadc-6d17-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:17:28+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54909ae4-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=54909d82-6d17-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:17:28+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54909ae4-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=54909d82-6d17-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:17:28+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54909ae4-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=54909d82-6d17-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:17:49+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=525daea6-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=525db0fe-6d17-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:17:49+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=611fb150-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=611fb312-6d17-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:17:53+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54909ae4-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=54909d82-6d17-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:17:53+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=637c8b1c-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=637c8d38-6d17-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:17:53+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=637c8b1c-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=637c8d38-6d17-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:17:53+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=637c8b1c-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=637c8d38-6d17-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:18:14+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=611fb150-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=611fb312-6d17-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:18:14+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fe5f6ae-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=6fe5f8f2-6d17-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:18:18+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=637c8b1c-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=637c8d38-6d17-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:18:19+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7268751e-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=72687a6e-6d17-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:18:19+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7268751e-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=72687a6e-6d17-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:18:19+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7268751e-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=72687a6e-6d17-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:18:39+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6fe5f6ae-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=6fe5f8f2-6d17-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:18:39+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ec4bce6-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=7ec4c72c-6d17-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:18:44+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7268751e-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=72687a6e-6d17-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:18:44+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=816e9d04-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=816e9f34-6d17-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:18:44+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=816e9d04-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=816e9f34-6d17-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:18:44+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=816e9d04-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=816e9f34-6d17-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:19:04+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ec4bce6-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=7ec4c72c-6d17-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:19:04+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d88f5c6-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=8d88f7ce-6d17-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:19:09+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=816e9d04-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=816e9f34-6d17-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:19:09+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=905abe2e-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=905ac0c2-6d17-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:19:09+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=905abe2e-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=905ac0c2-6d17-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:19:09+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=905abe2e-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=905ac0c2-6d17-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:19:29+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8d88f5c6-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=8d88f7ce-6d17-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:19:29+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c4c2e66-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=9c4c3118-6d17-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:19:34+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=905abe2e-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=905ac0c2-6d17-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:19:34+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f458950-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=9f458b1c-6d17-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:19:34+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f458950-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=9f458b1c-6d17-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:19:34+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f458950-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=9f458b1c-6d17-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:19:53+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9c4c2e66-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=9c4c3118-6d17-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:19:53+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab0ec04e-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=ab0ec22e-6d17-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:19:59+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f458950-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=9f458b1c-6d17-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:19:59+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae303a00-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=ae303bf4-6d17-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:19:59+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae303a00-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=ae303bf4-6d17-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:19:59+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae303a00-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=ae303bf4-6d17-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:20:18+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ab0ec04e-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=ab0ec22e-6d17-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:20:18+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9d55a34-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=b9d55c96-6d17-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:20:24+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae303a00-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=ae303bf4-6d17-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:20:24+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd1c0882-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=bd1c0a9e-6d17-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:20:24+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd1c0882-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=bd1c0a9e-6d17-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:20:24+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd1c0882-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=bd1c0a9e-6d17-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:20:43+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b9d55a34-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=b9d55c96-6d17-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:20:43+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8965f00-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=c89660e0-6d17-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:20:49+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd1c0882-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=bd1c0a9e-6d17-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:20:49+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc0bfe1a-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=cc0c0004-6d17-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:20:49+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc0bfe1a-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=cc0c0004-6d17-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:20:49+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc0bfe1a-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=cc0c0004-6d17-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:21:08+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c8965f00-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=c89660e0-6d17-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:21:08+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7590038-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=d75901aa-6d17-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:21:14+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc0bfe1a-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=cc0c0004-6d17-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:21:14+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=daf7d0ca-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=daf7d2d2-6d17-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:21:14+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=daf7d0ca-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=daf7d2d2-6d17-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:21:14+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=daf7d0ca-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=daf7d2d2-6d17-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:21:33+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d7590038-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=d75901aa-6d17-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:21:33+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e619d016-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=e619d1d8-6d17-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:21:39+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=daf7d0ca-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=daf7d2d2-6d17-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:21:39+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9e2e1e2-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=e9e2e37c-6d17-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:21:39+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9e2e1e2-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=e9e2e37c-6d17-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:21:39+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9e2e1e2-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=e9e2e37c-6d17-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:21:57+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e619d016-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=e619d1d8-6d17-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:21:57+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4e00034-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=f4e0021e-6d17-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:22:04+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9e2e1e2-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=e9e2e37c-6d17-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:22:04+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8cdb344-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=f8cdb54c-6d17-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:22:04+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8cdb344-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=f8cdb54c-6d17-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:22:04+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8cdb344-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=f8cdb54c-6d17-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:22:22+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f4e00034-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=f4e0021e-6d17-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:22:22+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03a3c358-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=03a3cd12-6d18-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:22:29+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8cdb344-6d17-11ed-a5c9-523d6cd5da1d | InvocationID=f8cdb54c-6d17-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:22:29+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07bc38ee-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=07bc3aec-6d18-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:22:29+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07bc38ee-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=07bc3aec-6d18-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:22:29+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07bc38ee-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=07bc3aec-6d18-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:22:47+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=03a3c358-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=03a3cd12-6d18-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:22:47+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12659678-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=12659880-6d18-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:22:54+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07bc38ee-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=07bc3aec-6d18-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:22:54+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16a7af28-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=16a7b112-6d18-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:22:54+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16a7af28-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=16a7b112-6d18-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:22:54+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16a7af28-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=16a7b112-6d18-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:23:12+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=12659678-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=12659880-6d18-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:23:12+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2128d13e-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=2128d3aa-6d18-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:23:19+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16a7af28-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=16a7b112-6d18-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:23:19+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2592dec2-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=2592e0f2-6d18-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:23:19+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2592dec2-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=2592e0f2-6d18-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:23:19+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2592dec2-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=2592e0f2-6d18-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:23:36+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2128d13e-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=2128d3aa-6d18-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:23:36+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fec40a2-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=2fec4282-6d18-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:23:44+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2592dec2-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=2592e0f2-6d18-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:23:44+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=347dc47e-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=347dc5fa-6d18-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:23:44+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=347dc47e-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=347dc5fa-6d18-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:23:44+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=347dc47e-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=347dc5fa-6d18-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:24:01+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2fec40a2-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=2fec4282-6d18-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:24:01+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3eb57e00-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=3eb58012-6d18-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:24:09+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=347dc47e-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=347dc5fa-6d18-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:24:09+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43691de4-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=43691fe2-6d18-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:24:09+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43691de4-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=43691fe2-6d18-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:24:09+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43691de4-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=43691fe2-6d18-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:24:26+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3eb57e00-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=3eb58012-6d18-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:24:26+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d77d078-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=4d77d244-6d18-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:24:34+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43691de4-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=43691fe2-6d18-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:24:34+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=525450a8-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=52545332-6d18-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:24:34+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=525450a8-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=52545332-6d18-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:24:34+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=525450a8-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=52545332-6d18-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:24:51+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d77d078-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=4d77d244-6d18-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:24:51+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c38518c-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=5c385326-6d18-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:24:59+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=525450a8-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=52545332-6d18-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:24:59+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=613fe988-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=613feb86-6d18-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:24:59+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=613fe988-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=613feb86-6d18-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:24:59+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=613fe988-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=613feb86-6d18-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:25:15+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c38518c-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=5c385326-6d18-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:25:15+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6afbcaf0-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=6afbcd8e-6d18-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:25:24+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=613fe988-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=613feb86-6d18-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:25:24+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=702b3600-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=702b3862-6d18-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:25:24+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=702b3600-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=702b3862-6d18-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:25:24+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=702b3600-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=702b3862-6d18-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:25:40+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6afbcaf0-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=6afbcd8e-6d18-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:25:40+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79c2cc46-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=79c2d6e6-6d18-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:25:49+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=702b3600-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=702b3862-6d18-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:25:49+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f17d70e-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=7f17d934-6d18-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:25:49+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f17d70e-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=7f17d934-6d18-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:25:49+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f17d70e-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=7f17d934-6d18-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:26:05+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=79c2cc46-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=79c2d6e6-6d18-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:26:05+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88851342-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=888515c2-6d18-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:26:14+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f17d70e-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=7f17d934-6d18-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:26:14+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e03eeec-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=8e03f0a4-6d18-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:26:14+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e03eeec-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=8e03f0a4-6d18-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:26:14+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e03eeec-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=8e03f0a4-6d18-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:26:30+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=88851342-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=888515c2-6d18-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:26:30+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97465f6c-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=97466192-6d18-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:26:39+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e03eeec-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=8e03f0a4-6d18-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:26:39+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ceeeef2-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=9ceef19a-6d18-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:26:39+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ceeeef2-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=9ceef19a-6d18-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:26:39+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ceeeef2-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=9ceef19a-6d18-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:26:55+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=97465f6c-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=97466192-6d18-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:26:55+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a60988ee-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=a6098d4e-6d18-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:27:04+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ceeeef2-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=9ceef19a-6d18-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:27:04+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abdaadac-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=abdaafaa-6d18-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:27:04+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abdaadac-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=abdaafaa-6d18-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:27:04+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abdaadac-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=abdaafaa-6d18-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:27:19+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a60988ee-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=a6098d4e-6d18-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:27:19+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4cc1658-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=b4cc18f6-6d18-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:27:29+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abdaadac-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=abdaafaa-6d18-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:27:29+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bac799ba-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=bac79cbc-6d18-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:27:29+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bac799ba-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=bac79cbc-6d18-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:27:29+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bac799ba-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=bac79cbc-6d18-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:27:44+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b4cc1658-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=b4cc18f6-6d18-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:27:44+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3905410-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=c39055be-6d18-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:27:54+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bac799ba-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=bac79cbc-6d18-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:27:54+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9b419c6-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=c9b41d5e-6d18-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:27:54+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9b419c6-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=c9b41d5e-6d18-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:27:54+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9b419c6-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=c9b41d5e-6d18-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:28:09+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3905410-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=c39055be-6d18-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:28:09+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2545ec4-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=d2546086-6d18-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:28:19+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9b419c6-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=c9b41d5e-6d18-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:28:19+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d89f766a-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=d89f78d6-6d18-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:28:19+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d89f766a-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=d89f78d6-6d18-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:28:19+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d89f766a-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=d89f78d6-6d18-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:28:34+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d2545ec4-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=d2546086-6d18-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:28:34+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1157510-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=e1157786-6d18-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:28:44+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d89f766a-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=d89f78d6-6d18-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:28:44+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e78ad08e-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=e78ad282-6d18-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:28:44+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e78ad08e-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=e78ad282-6d18-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:28:44+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e78ad08e-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=e78ad282-6d18-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:28:58+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e1157510-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=e1157786-6d18-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:28:58+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efd7046a-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=efd70654-6d18-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:29:09+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e78ad08e-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=e78ad282-6d18-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:29:09+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f675eb1a-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=f675ecbe-6d18-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:29:10+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f675eb1a-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=f675ecbe-6d18-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:29:10+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f675eb1a-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=f675ecbe-6d18-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:29:23+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=efd7046a-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=efd70654-6d18-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:29:23+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe98d3fc-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=fe98d604-6d18-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:29:35+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f675eb1a-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=f675ecbe-6d18-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:29:35+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=056169a6-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=05616c4e-6d19-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:29:35+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=056169a6-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=05616c4e-6d19-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:29:35+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=056169a6-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=05616c4e-6d19-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:29:48+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe98d3fc-6d18-11ed-a5c9-523d6cd5da1d | InvocationID=fe98d604-6d18-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:29:48+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d5a3df4-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=0d5a3fa2-6d19-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:30:00+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=056169a6-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=05616c4e-6d19-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:30:00+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=144cfde0-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=144d009c-6d19-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:30:00+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=144cfde0-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=144d009c-6d19-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:30:00+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=144cfde0-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=144d009c-6d19-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:30:13+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d5a3df4-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=0d5a3fa2-6d19-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:30:13+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c1b1c78-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=1c1b209c-6d19-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:30:25+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=144cfde0-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=144d009c-6d19-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:30:25+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23394d4a-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=23395704-6d19-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:30:25+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23394d4a-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=23395704-6d19-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:30:25+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23394d4a-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=23395704-6d19-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:30:37+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1c1b1c78-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=1c1b209c-6d19-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:30:37+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ade5202-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=2ade5bb2-6d19-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:30:50+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23394d4a-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=23395704-6d19-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:30:50+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3229ed14-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=3229ef44-6d19-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:30:50+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3229ed14-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=3229ef44-6d19-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:30:50+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3229ed14-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=3229ef44-6d19-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:31:02+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ade5202-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=2ade5bb2-6d19-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:31:02+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39a0df9e-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=39a0e1f6-6d19-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:31:15+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3229ed14-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=3229ef44-6d19-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:31:15+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=411554da-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=41156222-6d19-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:31:15+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=411554da-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=41156222-6d19-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:31:15+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=411554da-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=41156222-6d19-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:31:27+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39a0df9e-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=39a0e1f6-6d19-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:31:27+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4866726e-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=48667476-6d19-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:31:40+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=411554da-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=41156222-6d19-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:31:40+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5002baa0-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=5002bc4e-6d19-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:31:40+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5002baa0-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=5002bc4e-6d19-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:31:40+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5002baa0-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=5002bc4e-6d19-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:31:52+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4866726e-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=48667476-6d19-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:31:52+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5729251c-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=572926de-6d19-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:32:05+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5002baa0-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=5002bc4e-6d19-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:32:05+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5eed71e0-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=5eed73de-6d19-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:32:05+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5eed71e0-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=5eed73de-6d19-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:32:05+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5eed71e0-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=5eed73de-6d19-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:32:16+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5729251c-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=572926de-6d19-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:32:16+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65e9f860-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=65e9fa72-6d19-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:32:30+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5eed71e0-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=5eed73de-6d19-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:32:30+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dd9d482-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=6dd9e99a-6d19-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:32:30+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dd9d482-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=6dd9e99a-6d19-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:32:30+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6dd9d482-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=6dd9e99a-6d19-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:32:41+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=65e9f860-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=65e9fa72-6d19-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:32:41+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74ad9dd4-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=74ad9f8c-6d19-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:32:55+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6dd9d482-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=6dd9e99a-6d19-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:32:55+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cc5e22e-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=7cc5ee0e-6d19-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:32:55+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cc5e22e-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=7cc5ee0e-6d19-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:32:55+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7cc5e22e-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=7cc5ee0e-6d19-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:33:06+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=74ad9dd4-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=74ad9f8c-6d19-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:33:06+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83708e94-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=83709092-6d19-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:33:20+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7cc5e22e-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=7cc5ee0e-6d19-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:33:20+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bb1e788-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=8bb1e94a-6d19-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:33:20+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bb1e788-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=8bb1e94a-6d19-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:33:20+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8bb1e788-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=8bb1e94a-6d19-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:33:31+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83708e94-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=83709092-6d19-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:33:31+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92325c3c-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=92325e80-6d19-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:33:45+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8bb1e788-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=8bb1e94a-6d19-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:33:45+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a9d3676-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=9a9d3856-6d19-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:33:45+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a9d3676-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=9a9d3856-6d19-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:33:45+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a9d3676-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=9a9d3856-6d19-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:33:56+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=92325c3c-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=92325e80-6d19-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:33:56+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0f375bc-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=a0f37738-6d19-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:34:10+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a9d3676-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=9a9d3856-6d19-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:34:10+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a988efe0-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=a988f814-6d19-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:34:10+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a988efe0-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=a988f814-6d19-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:34:10+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a988efe0-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=a988f814-6d19-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:34:20+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a0f375bc-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=a0f37738-6d19-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:34:20+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afb57352-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=afb57604-6d19-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:34:35+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a988efe0-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=a988f814-6d19-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:34:35+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b873bda0-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=b873bfd0-6d19-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:34:35+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b873bda0-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=b873bfd0-6d19-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:34:35+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b873bda0-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=b873bfd0-6d19-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:34:45+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=afb57352-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=afb57604-6d19-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:34:45+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be76a514-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=be76a686-6d19-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:35:00+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b873bda0-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=b873bfd0-6d19-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:35:00+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c75efea6-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=c75f004a-6d19-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:35:00+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c75efea6-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=c75f004a-6d19-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:35:00+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c75efea6-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=c75f004a-6d19-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:35:10+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be76a514-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=be76a686-6d19-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:35:10+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd37207e-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=cd372236-6d19-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:35:25+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c75efea6-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=c75f004a-6d19-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:35:25+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d649a682-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=d649a812-6d19-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:35:25+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d649a682-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=d649a812-6d19-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:35:25+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d649a682-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=d649a812-6d19-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:35:35+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd37207e-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=cd372236-6d19-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:35:35+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbff37f4-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=dbff39de-6d19-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:35:50+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d649a682-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=d649a812-6d19-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:35:50+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5354750-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=e5354976-6d19-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:35:50+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5354750-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=e5354976-6d19-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:35:50+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e5354750-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=e5354976-6d19-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:35:59+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dbff37f4-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=dbff39de-6d19-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:35:59+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eac4dc1c-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=eac4ddc0-6d19-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:36:15+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e5354750-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=e5354976-6d19-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:36:15+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4212f2c-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=f42131d4-6d19-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:36:15+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4212f2c-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=f42131d4-6d19-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:36:15+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4212f2c-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=f42131d4-6d19-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:36:24+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eac4dc1c-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=eac4ddc0-6d19-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:36:24+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f985d3b4-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=f985dee0-6d19-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:36:40+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4212f2c-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=f42131d4-6d19-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:36:40+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=030bf86e-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=030bfa26-6d1a-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:36:40+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=030bf86e-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=030bfa26-6d1a-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:36:40+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=030bf86e-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=030bfa26-6d1a-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:36:49+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f985d3b4-6d19-11ed-a5c9-523d6cd5da1d | InvocationID=f985dee0-6d19-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:36:49+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=084a46d2-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=084a4862-6d1a-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:37:05+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=030bf86e-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=030bfa26-6d1a-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:37:05+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11f73622-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=11f7379e-6d1a-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:37:05+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11f73622-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=11f7379e-6d1a-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:37:05+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11f73622-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=11f7379e-6d1a-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:37:14+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=084a46d2-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=084a4862-6d1a-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:37:14+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=170d3ff8-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=170d4200-6d1a-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:37:30+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11f73622-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=11f7379e-6d1a-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:37:30+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20e2c8ae-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=20e2caf2-6d1a-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:37:30+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20e2c8ae-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=20e2caf2-6d1a-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:37:30+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20e2c8ae-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=20e2caf2-6d1a-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:37:38+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=170d3ff8-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=170d4200-6d1a-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:37:38+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25ce8df8-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=25ce8ff6-6d1a-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:37:55+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20e2c8ae-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=20e2caf2-6d1a-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:37:55+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fcdd494-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=2fcdd73c-6d1a-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:37:55+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fcdd494-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=2fcdd73c-6d1a-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:37:55+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2fcdd494-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=2fcdd73c-6d1a-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:38:03+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=25ce8df8-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=25ce8ff6-6d1a-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:38:03+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34900056-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=349001fa-6d1a-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:38:20+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2fcdd494-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=2fcdd73c-6d1a-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:38:20+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3eb8d166-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=3eb8dc6a-6d1a-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:38:20+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3eb8d166-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=3eb8dc6a-6d1a-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:38:20+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3eb8d166-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=3eb8dc6a-6d1a-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:38:28+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=34900056-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=349001fa-6d1a-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:38:28+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43525dfa-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=43526098-6d1a-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:38:45+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3eb8d166-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=3eb8dc6a-6d1a-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:38:45+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4da437ce-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=4da439b8-6d1a-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:38:45+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4da437ce-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=4da439b8-6d1a-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:38:45+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4da437ce-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=4da439b8-6d1a-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:38:53+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=43525dfa-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=43526098-6d1a-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:38:53+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5213fc40-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=5213fe16-6d1a-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:39:10+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4da437ce-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=4da439b8-6d1a-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:39:10+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c8fc8f2-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=5c8fcb7c-6d1a-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:39:10+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c8fc8f2-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=5c8fcb7c-6d1a-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:39:10+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c8fc8f2-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=5c8fcb7c-6d1a-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:39:17+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5213fc40-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=5213fe16-6d1a-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:39:17+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60d6e9d6-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=60d6ebc0-6d1a-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:39:35+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c8fc8f2-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=5c8fcb7c-6d1a-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:39:35+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b7b1a42-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=6b7b20d2-6d1a-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:39:35+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b7b1a42-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=6b7b20d2-6d1a-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:39:35+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b7b1a42-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=6b7b20d2-6d1a-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:39:42+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=60d6e9d6-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=60d6ebc0-6d1a-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:39:42+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f97bd10-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=6f97be82-6d1a-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:40:00+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b7b1a42-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=6b7b20d2-6d1a-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:40:00+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a696a54-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=7a696cac-6d1a-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:40:00+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a696a54-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=7a696cac-6d1a-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:40:00+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a696a54-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=7a696cac-6d1a-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:40:07+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6f97bd10-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=6f97be82-6d1a-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:40:07+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e5aa31c-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=7e5aa592-6d1a-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:40:25+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a696a54-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=7a696cac-6d1a-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:40:25+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8954e372-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=8954e5fc-6d1a-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:40:25+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8954e372-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=8954e5fc-6d1a-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:40:25+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8954e372-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=8954e5fc-6d1a-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:40:32+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e5aa31c-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=7e5aa592-6d1a-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:40:32+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d20b544-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=8d20b76a-6d1a-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:40:50+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8954e372-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=8954e5fc-6d1a-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:40:50+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=984506c8-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=9845090c-6d1a-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:40:50+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=984506c8-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=9845090c-6d1a-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:40:50+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=984506c8-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=9845090c-6d1a-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:40:57+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8d20b544-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=8d20b76a-6d1a-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:40:57+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9be266a4-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=9be2688e-6d1a-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:41:15+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=984506c8-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=9845090c-6d1a-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:41:15+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a730cd7a-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=a730cfc8-6d1a-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:41:16+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a730cd7a-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=a730cfc8-6d1a-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:41:16+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a730cd7a-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=a730cfc8-6d1a-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:41:21+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9be266a4-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=9be2688e-6d1a-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:41:21+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aaa330ce-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=aaa332c2-6d1a-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:41:41+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a730cd7a-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=a730cfc8-6d1a-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:41:41+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b61cd036-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=b61cd2de-6d1a-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:41:41+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b61cd036-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=b61cd2de-6d1a-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:41:41+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b61cd036-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=b61cd2de-6d1a-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:41:46+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aaa330ce-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=aaa332c2-6d1a-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:41:46+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b966b7fc-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=b966b9d2-6d1a-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:42:06+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b61cd036-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=b61cd2de-6d1a-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:42:06+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5083e64-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=c5084058-6d1a-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:42:06+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5083e64-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=c5084058-6d1a-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:42:06+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5083e64-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=c5084058-6d1a-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:42:11+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b966b7fc-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=b966b9d2-6d1a-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:42:11+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8294502-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=c8294746-6d1a-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:42:31+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5083e64-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=c5084058-6d1a-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:42:31+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3f300e4-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=d3f30404-6d1a-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:42:31+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3f300e4-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=d3f30404-6d1a-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:42:31+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3f300e4-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=d3f30404-6d1a-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:42:36+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c8294502-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=c8294746-6d1a-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:42:36+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6eba6d4-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=d6eba8c8-6d1a-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:42:56+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3f300e4-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=d3f30404-6d1a-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:42:56+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2e07e56-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=e2e08018-6d1a-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:42:56+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2e07e56-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=e2e08018-6d1a-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:42:56+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2e07e56-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=e2e08018-6d1a-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:43:00+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6eba6d4-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=d6eba8c8-6d1a-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:43:00+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5ac3b20-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=e5ac4c00-6d1a-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:43:21+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2e07e56-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=e2e08018-6d1a-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:43:21+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1cb314a-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=f1cb33f2-6d1a-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:43:21+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1cb314a-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=f1cb33f2-6d1a-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:43:21+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1cb314a-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=f1cb33f2-6d1a-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:43:25+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e5ac3b20-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=e5ac4c00-6d1a-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:43:25+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f46d9028-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=f46d926c-6d1a-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:43:46+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1cb314a-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=f1cb33f2-6d1a-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:43:46+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00b6b45e-6d1b-11ed-a5c9-523d6cd5da1d | InvocationID=00b6b706-6d1b-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:43:46+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00b6b45e-6d1b-11ed-a5c9-523d6cd5da1d | InvocationID=00b6b706-6d1b-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:43:46+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00b6b45e-6d1b-11ed-a5c9-523d6cd5da1d | InvocationID=00b6b706-6d1b-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:43:50+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f46d9028-6d1a-11ed-a5c9-523d6cd5da1d | InvocationID=f46d926c-6d1a-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:43:50+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=032f4c64-6d1b-11ed-a5c9-523d6cd5da1d | InvocationID=032f4e26-6d1b-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:44:11+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00b6b45e-6d1b-11ed-a5c9-523d6cd5da1d | InvocationID=00b6b706-6d1b-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:44:11+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fa2460e-6d1b-11ed-a5c9-523d6cd5da1d | InvocationID=0fa24834-6d1b-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:44:11+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fa2460e-6d1b-11ed-a5c9-523d6cd5da1d | InvocationID=0fa24834-6d1b-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:44:11+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0fa2460e-6d1b-11ed-a5c9-523d6cd5da1d | InvocationID=0fa24834-6d1b-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:44:15+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=032f4c64-6d1b-11ed-a5c9-523d6cd5da1d | InvocationID=032f4e26-6d1b-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:44:15+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11f0b71a-6d1b-11ed-a5c9-523d6cd5da1d | InvocationID=11f0b8b4-6d1b-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2022-11-25T23:44:36+0000 | policy_event_thread | 140041946348320 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0fa2460e-6d1b-11ed-a5c9-523d6cd5da1d | InvocationID=0fa24834-6d1b-11ed-a5c9-523d6cd5da1d | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-25T23:44:36+0000 | policy_event_thread | 140041946348320 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e8fe1b2-6d1b-11ed-a5c9-523d6cd5da1d | InvocationID=1e8fe37e-6d1b-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-25T23:44:36+0000 | policy_event_thread | 140041946348320 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e8fe1b2-6d1b-11ed-a5c9-523d6cd5da1d | InvocationID=1e8fe37e-6d1b-11ed-a5c9-523d6cd5da1d | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:44:36+0000 | policy_event_thread | 140041946348320 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e8fe1b2-6d1b-11ed-a5c9-523d6cd5da1d | InvocationID=1e8fe37e-6d1b-11ed-a5c9-523d6cd5da1d | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-25T23:44:39+0000 | aai_event_thread | 140041945287456 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=11f0b71a-6d1b-11ed-a5c9-523d6cd5da1d | InvocationID=11f0b8b4-6d1b-11ed-a5c9-523d6cd5da1d | Polling MR for XNF AAI events.[0m 2022-11-25T23:44:39+0000 | aai_event_thread | 140041945287456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20b14ad0-6d1b-11ed-a5c9-523d6cd5da1d | InvocationID=20b14ca6-6d1b-11ed-a5c9-523d6cd5da1d | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m