/opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. return yaml.load(f.read()) 2023-02-08T08:45:20+0000 | MainThread | 140172632378696 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS. 2023-02-08T08:45:20+0000 | MainThread | 140172632378696 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Successfully fetched PMSH config from CBS: {'config': {'aaf_identity': 'dcae@dcae.onap.org', 'aaf_password': 'demo123456!', 'ca_cert_path': '/opt/app/pmsh/etc/certs/cacert.pem', 'cert_path': '/opt/app/pmsh/etc/certs/cert.pem', 'control_loop_name': 'pmsh-control-loop', 'enable_tls': False, 'key_path': '/opt/app/pmsh/etc/certs/key.pem', 'operational_policy_name': 'pmsh-operational-policy', 'pmsh_policy': {'subscription': {'administrativeState': 'LOCKED', 'fileBasedGP': 15, 'fileLocation': '/pm/pm.xml', 'measurementGroups': [{'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dna'}, {'DN': 'dnb'}], 'measurementTypes': [{'measurementType': 'countera'}, {'measurementType': 'counterb'}]}}, {'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dnc'}, {'DN': 'dnd'}], 'measurementTypes': [{'measurementType': 'counterc'}, {'measurementType': 'counterd'}]}}], 'nfFilter': {'modelInvariantIDs': [], 'modelNames': [], 'modelVersionIDs': [], 'nfNames': ['^pnf.*', '^vnf.*']}, 'subscriptionName': 'ExtraPM-All-gNB-R2B'}}, 'streams_publishes': {'policy_pm_publisher': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}} 2023-02-08T08:45:20+0000 | MainThread | 140172632378696 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR. 2023-02-08T08:45:20+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T08:45:20+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb6a1cce-a78c-11ed-9b9a-269a240a0b50 | InvocationID=eb6a202a-a78c-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T08:45:20+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events. 2023-02-08T08:45:20+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb73b356-a78c-11ed-9b9a-269a240a0b50 | InvocationID=eb73b63a-a78c-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T08:45:20+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb73b356-a78c-11ed-9b9a-269a240a0b50 | InvocationID=eb73b63a-a78c-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:45:20+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb73b356-a78c-11ed-9b9a-269a240a0b50 | InvocationID=eb73b63a-a78c-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:45:21+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb6a1cce-a78c-11ed-9b9a-269a240a0b50 | InvocationID=eb6a202a-a78c-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:45:21+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb6a1cce-a78c-11ed-9b9a-269a240a0b50 | InvocationID=eb6a202a-a78c-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:45:21+0000 | MainThread | 140172632378696 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server 2023-02-08T08:45:40+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb73b356-a78c-11ed-9b9a-269a240a0b50 | InvocationID=eb73b63a-a78c-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T08:45:40+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f796583c-a78c-11ed-9b9a-269a240a0b50 | InvocationID=f7965e4a-a78c-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T08:45:41+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f796583c-a78c-11ed-9b9a-269a240a0b50 | InvocationID=f7965e4a-a78c-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:45:41+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f796583c-a78c-11ed-9b9a-269a240a0b50 | InvocationID=f7965e4a-a78c-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:45:46+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb6a1cce-a78c-11ed-9b9a-269a240a0b50 | InvocationID=eb6a202a-a78c-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T08:45:46+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=faa0c6e8-a78c-11ed-9b9a-269a240a0b50 | InvocationID=faa0c922-a78c-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T08:45:46+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=faa0c6e8-a78c-11ed-9b9a-269a240a0b50 | InvocationID=faa0c922-a78c-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:45:46+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=faa0c6e8-a78c-11ed-9b9a-269a240a0b50 | InvocationID=faa0c922-a78c-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:46:01+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f796583c-a78c-11ed-9b9a-269a240a0b50 | InvocationID=f7965e4a-a78c-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T08:46:01+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03935626-a78d-11ed-9b9a-269a240a0b50 | InvocationID=03935af4-a78d-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T08:46:01+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03935626-a78d-11ed-9b9a-269a240a0b50 | InvocationID=03935af4-a78d-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:46:01+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=03935626-a78d-11ed-9b9a-269a240a0b50 | InvocationID=03935af4-a78d-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:46:11+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=faa0c6e8-a78c-11ed-9b9a-269a240a0b50 | InvocationID=faa0c922-a78c-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T08:46:11+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0995fa06-a78d-11ed-9b9a-269a240a0b50 | InvocationID=0996028a-a78d-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T08:46:11+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0995fa06-a78d-11ed-9b9a-269a240a0b50 | InvocationID=0996028a-a78d-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:46:11+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0995fa06-a78d-11ed-9b9a-269a240a0b50 | InvocationID=0996028a-a78d-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:46:21+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=03935626-a78d-11ed-9b9a-269a240a0b50 | InvocationID=03935af4-a78d-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T08:46:21+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f8db25a-a78d-11ed-9b9a-269a240a0b50 | InvocationID=0f8db4e4-a78d-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T08:46:21+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f8db25a-a78d-11ed-9b9a-269a240a0b50 | InvocationID=0f8db4e4-a78d-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:46:21+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0f8db25a-a78d-11ed-9b9a-269a240a0b50 | InvocationID=0f8db4e4-a78d-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:46:36+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0995fa06-a78d-11ed-9b9a-269a240a0b50 | InvocationID=0996028a-a78d-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T08:46:36+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1891f032-a78d-11ed-9b9a-269a240a0b50 | InvocationID=1891f26c-a78d-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T08:46:36+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1891f032-a78d-11ed-9b9a-269a240a0b50 | InvocationID=1891f26c-a78d-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:46:36+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1891f032-a78d-11ed-9b9a-269a240a0b50 | InvocationID=1891f26c-a78d-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:46:41+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0f8db25a-a78d-11ed-9b9a-269a240a0b50 | InvocationID=0f8db4e4-a78d-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T08:46:41+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b88fcae-a78d-11ed-9b9a-269a240a0b50 | InvocationID=1b88ff60-a78d-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T08:46:41+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b88fcae-a78d-11ed-9b9a-269a240a0b50 | InvocationID=1b88ff60-a78d-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:46:41+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1b88fcae-a78d-11ed-9b9a-269a240a0b50 | InvocationID=1b88ff60-a78d-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:47:01+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1b88fcae-a78d-11ed-9b9a-269a240a0b50 | InvocationID=1b88ff60-a78d-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T08:47:01+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=277e74e4-a78d-11ed-9b9a-269a240a0b50 | InvocationID=277e770a-a78d-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T08:47:01+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=277e74e4-a78d-11ed-9b9a-269a240a0b50 | InvocationID=277e770a-a78d-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:47:01+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=277e74e4-a78d-11ed-9b9a-269a240a0b50 | InvocationID=277e770a-a78d-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:47:01+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1891f032-a78d-11ed-9b9a-269a240a0b50 | InvocationID=1891f26c-a78d-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T08:47:01+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=278b83c8-a78d-11ed-9b9a-269a240a0b50 | InvocationID=278b8abc-a78d-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T08:47:01+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=278b83c8-a78d-11ed-9b9a-269a240a0b50 | InvocationID=278b8abc-a78d-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:47:01+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=278b83c8-a78d-11ed-9b9a-269a240a0b50 | InvocationID=278b8abc-a78d-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:47:21+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=277e74e4-a78d-11ed-9b9a-269a240a0b50 | InvocationID=277e770a-a78d-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T08:47:21+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33743e64-a78d-11ed-9b9a-269a240a0b50 | InvocationID=3374408a-a78d-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T08:47:21+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33743e64-a78d-11ed-9b9a-269a240a0b50 | InvocationID=3374408a-a78d-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:47:21+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33743e64-a78d-11ed-9b9a-269a240a0b50 | InvocationID=3374408a-a78d-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:47:26+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=278b83c8-a78d-11ed-9b9a-269a240a0b50 | InvocationID=278b8abc-a78d-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T08:47:26+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3682c148-a78d-11ed-9b9a-269a240a0b50 | InvocationID=3682c378-a78d-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T08:47:26+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3682c148-a78d-11ed-9b9a-269a240a0b50 | InvocationID=3682c378-a78d-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:47:26+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3682c148-a78d-11ed-9b9a-269a240a0b50 | InvocationID=3682c378-a78d-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:47:41+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33743e64-a78d-11ed-9b9a-269a240a0b50 | InvocationID=3374408a-a78d-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T08:47:41+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f6e81c0-a78d-11ed-9b9a-269a240a0b50 | InvocationID=3f6e84d6-a78d-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T08:47:41+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f6e81c0-a78d-11ed-9b9a-269a240a0b50 | InvocationID=3f6e84d6-a78d-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:47:41+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3f6e81c0-a78d-11ed-9b9a-269a240a0b50 | InvocationID=3f6e84d6-a78d-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:47:51+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3682c148-a78d-11ed-9b9a-269a240a0b50 | InvocationID=3682c378-a78d-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T08:47:51+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4578d3fe-a78d-11ed-9b9a-269a240a0b50 | InvocationID=4578d624-a78d-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T08:47:51+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4578d3fe-a78d-11ed-9b9a-269a240a0b50 | InvocationID=4578d624-a78d-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:47:51+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4578d3fe-a78d-11ed-9b9a-269a240a0b50 | InvocationID=4578d624-a78d-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:48:01+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3f6e81c0-a78d-11ed-9b9a-269a240a0b50 | InvocationID=3f6e84d6-a78d-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T08:48:01+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ba7323e-a78d-11ed-9b9a-269a240a0b50 | InvocationID=4ba734aa-a78d-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T08:48:02+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ba7323e-a78d-11ed-9b9a-269a240a0b50 | InvocationID=4ba734aa-a78d-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:48:02+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4ba7323e-a78d-11ed-9b9a-269a240a0b50 | InvocationID=4ba734aa-a78d-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:48:16+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4578d3fe-a78d-11ed-9b9a-269a240a0b50 | InvocationID=4578d624-a78d-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T08:48:16+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5471b056-a78d-11ed-9b9a-269a240a0b50 | InvocationID=5471b286-a78d-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T08:48:16+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5471b056-a78d-11ed-9b9a-269a240a0b50 | InvocationID=5471b286-a78d-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:48:16+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5471b056-a78d-11ed-9b9a-269a240a0b50 | InvocationID=5471b286-a78d-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:48:22+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4ba7323e-a78d-11ed-9b9a-269a240a0b50 | InvocationID=4ba734aa-a78d-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T08:48:22+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57ad51e4-a78d-11ed-9b9a-269a240a0b50 | InvocationID=57ad543c-a78d-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T08:48:22+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57ad51e4-a78d-11ed-9b9a-269a240a0b50 | InvocationID=57ad543c-a78d-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:48:22+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57ad51e4-a78d-11ed-9b9a-269a240a0b50 | InvocationID=57ad543c-a78d-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:48:41+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5471b056-a78d-11ed-9b9a-269a240a0b50 | InvocationID=5471b286-a78d-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T08:48:41+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6372b212-a78d-11ed-9b9a-269a240a0b50 | InvocationID=6372f092-a78d-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T08:48:42+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6372b212-a78d-11ed-9b9a-269a240a0b50 | InvocationID=6372f092-a78d-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:48:42+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6372b212-a78d-11ed-9b9a-269a240a0b50 | InvocationID=6372f092-a78d-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:48:42+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57ad51e4-a78d-11ed-9b9a-269a240a0b50 | InvocationID=57ad543c-a78d-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T08:48:42+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=640c4224-a78d-11ed-9b9a-269a240a0b50 | InvocationID=640c449a-a78d-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T08:48:42+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=640c4224-a78d-11ed-9b9a-269a240a0b50 | InvocationID=640c449a-a78d-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:48:42+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=640c4224-a78d-11ed-9b9a-269a240a0b50 | InvocationID=640c449a-a78d-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:49:02+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=640c4224-a78d-11ed-9b9a-269a240a0b50 | InvocationID=640c449a-a78d-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T08:49:02+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70038a2e-a78d-11ed-9b9a-269a240a0b50 | InvocationID=70038fb0-a78d-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T08:49:03+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70038a2e-a78d-11ed-9b9a-269a240a0b50 | InvocationID=70038fb0-a78d-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:49:03+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=70038a2e-a78d-11ed-9b9a-269a240a0b50 | InvocationID=70038fb0-a78d-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:49:07+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6372b212-a78d-11ed-9b9a-269a240a0b50 | InvocationID=6372f092-a78d-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T08:49:07+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72722a40-a78d-11ed-9b9a-269a240a0b50 | InvocationID=72722d24-a78d-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T08:49:07+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72722a40-a78d-11ed-9b9a-269a240a0b50 | InvocationID=72722d24-a78d-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:49:07+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72722a40-a78d-11ed-9b9a-269a240a0b50 | InvocationID=72722d24-a78d-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:49:23+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=70038a2e-a78d-11ed-9b9a-269a240a0b50 | InvocationID=70038fb0-a78d-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T08:49:23+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c04c5ae-a78d-11ed-9b9a-269a240a0b50 | InvocationID=7c04c82e-a78d-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T08:49:23+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c04c5ae-a78d-11ed-9b9a-269a240a0b50 | InvocationID=7c04c82e-a78d-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:49:23+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c04c5ae-a78d-11ed-9b9a-269a240a0b50 | InvocationID=7c04c82e-a78d-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:49:32+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72722a40-a78d-11ed-9b9a-269a240a0b50 | InvocationID=72722d24-a78d-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T08:49:32+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8166d2a8-a78d-11ed-9b9a-269a240a0b50 | InvocationID=8166d51e-a78d-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T08:49:32+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8166d2a8-a78d-11ed-9b9a-269a240a0b50 | InvocationID=8166d51e-a78d-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:49:32+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8166d2a8-a78d-11ed-9b9a-269a240a0b50 | InvocationID=8166d51e-a78d-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:49:43+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c04c5ae-a78d-11ed-9b9a-269a240a0b50 | InvocationID=7c04c82e-a78d-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T08:49:43+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87fa8326-a78d-11ed-9b9a-269a240a0b50 | InvocationID=87fa8bdc-a78d-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T08:49:43+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87fa8326-a78d-11ed-9b9a-269a240a0b50 | InvocationID=87fa8bdc-a78d-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:49:43+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=87fa8326-a78d-11ed-9b9a-269a240a0b50 | InvocationID=87fa8bdc-a78d-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:49:57+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8166d2a8-a78d-11ed-9b9a-269a240a0b50 | InvocationID=8166d51e-a78d-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T08:49:57+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9056884e-a78d-11ed-9b9a-269a240a0b50 | InvocationID=90568c2c-a78d-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T08:49:57+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9056884e-a78d-11ed-9b9a-269a240a0b50 | InvocationID=90568c2c-a78d-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:49:57+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9056884e-a78d-11ed-9b9a-269a240a0b50 | InvocationID=90568c2c-a78d-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:50:03+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=87fa8326-a78d-11ed-9b9a-269a240a0b50 | InvocationID=87fa8bdc-a78d-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T08:50:03+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93f382c2-a78d-11ed-9b9a-269a240a0b50 | InvocationID=93f385b0-a78d-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T08:50:03+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93f382c2-a78d-11ed-9b9a-269a240a0b50 | InvocationID=93f385b0-a78d-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:50:03+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=93f382c2-a78d-11ed-9b9a-269a240a0b50 | InvocationID=93f385b0-a78d-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:50:22+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9056884e-a78d-11ed-9b9a-269a240a0b50 | InvocationID=90568c2c-a78d-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T08:50:22+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f4c1f6c-a78d-11ed-9b9a-269a240a0b50 | InvocationID=9f4c2110-a78d-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T08:50:22+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f4c1f6c-a78d-11ed-9b9a-269a240a0b50 | InvocationID=9f4c2110-a78d-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:50:22+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f4c1f6c-a78d-11ed-9b9a-269a240a0b50 | InvocationID=9f4c2110-a78d-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:50:23+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=93f382c2-a78d-11ed-9b9a-269a240a0b50 | InvocationID=93f385b0-a78d-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T08:50:23+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fefe840-a78d-11ed-9b9a-269a240a0b50 | InvocationID=9fefebe2-a78d-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T08:50:23+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fefe840-a78d-11ed-9b9a-269a240a0b50 | InvocationID=9fefebe2-a78d-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:50:23+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9fefe840-a78d-11ed-9b9a-269a240a0b50 | InvocationID=9fefebe2-a78d-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:50:43+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9fefe840-a78d-11ed-9b9a-269a240a0b50 | InvocationID=9fefebe2-a78d-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T08:50:43+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abe5ce3a-a78d-11ed-9b9a-269a240a0b50 | InvocationID=abe5cfd4-a78d-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T08:50:43+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abe5ce3a-a78d-11ed-9b9a-269a240a0b50 | InvocationID=abe5cfd4-a78d-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:50:43+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=abe5ce3a-a78d-11ed-9b9a-269a240a0b50 | InvocationID=abe5cfd4-a78d-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:50:47+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f4c1f6c-a78d-11ed-9b9a-269a240a0b50 | InvocationID=9f4c2110-a78d-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T08:50:47+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae3d9f50-a78d-11ed-9b9a-269a240a0b50 | InvocationID=ae3da252-a78d-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T08:50:47+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae3d9f50-a78d-11ed-9b9a-269a240a0b50 | InvocationID=ae3da252-a78d-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:50:47+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae3d9f50-a78d-11ed-9b9a-269a240a0b50 | InvocationID=ae3da252-a78d-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:51:03+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=abe5ce3a-a78d-11ed-9b9a-269a240a0b50 | InvocationID=abe5cfd4-a78d-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T08:51:03+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7e59f08-a78d-11ed-9b9a-269a240a0b50 | InvocationID=b7e5a16a-a78d-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T08:51:03+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7e59f08-a78d-11ed-9b9a-269a240a0b50 | InvocationID=b7e5a16a-a78d-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:51:03+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7e59f08-a78d-11ed-9b9a-269a240a0b50 | InvocationID=b7e5a16a-a78d-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:51:12+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae3d9f50-a78d-11ed-9b9a-269a240a0b50 | InvocationID=ae3da252-a78d-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T08:51:12+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd2d6e5a-a78d-11ed-9b9a-269a240a0b50 | InvocationID=bd2d71de-a78d-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T08:51:12+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd2d6e5a-a78d-11ed-9b9a-269a240a0b50 | InvocationID=bd2d71de-a78d-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:51:12+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd2d6e5a-a78d-11ed-9b9a-269a240a0b50 | InvocationID=bd2d71de-a78d-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:51:23+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7e59f08-a78d-11ed-9b9a-269a240a0b50 | InvocationID=b7e5a16a-a78d-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T08:51:23+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3e1c48a-a78d-11ed-9b9a-269a240a0b50 | InvocationID=c3e1c6c4-a78d-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T08:51:23+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3e1c48a-a78d-11ed-9b9a-269a240a0b50 | InvocationID=c3e1c6c4-a78d-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:51:23+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3e1c48a-a78d-11ed-9b9a-269a240a0b50 | InvocationID=c3e1c6c4-a78d-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:51:37+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd2d6e5a-a78d-11ed-9b9a-269a240a0b50 | InvocationID=bd2d71de-a78d-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T08:51:37+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc1fdfce-a78d-11ed-9b9a-269a240a0b50 | InvocationID=cc1fe2d0-a78d-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T08:51:37+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc1fdfce-a78d-11ed-9b9a-269a240a0b50 | InvocationID=cc1fe2d0-a78d-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:51:37+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc1fdfce-a78d-11ed-9b9a-269a240a0b50 | InvocationID=cc1fe2d0-a78d-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:51:43+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3e1c48a-a78d-11ed-9b9a-269a240a0b50 | InvocationID=c3e1c6c4-a78d-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T08:51:43+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfdcfe94-a78d-11ed-9b9a-269a240a0b50 | InvocationID=cfdd0114-a78d-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T08:51:43+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfdcfe94-a78d-11ed-9b9a-269a240a0b50 | InvocationID=cfdd0114-a78d-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:51:43+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cfdcfe94-a78d-11ed-9b9a-269a240a0b50 | InvocationID=cfdd0114-a78d-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:52:02+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc1fdfce-a78d-11ed-9b9a-269a240a0b50 | InvocationID=cc1fe2d0-a78d-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T08:52:02+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db2117b8-a78d-11ed-9b9a-269a240a0b50 | InvocationID=db211a06-a78d-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T08:52:02+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db2117b8-a78d-11ed-9b9a-269a240a0b50 | InvocationID=db211a06-a78d-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:52:02+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db2117b8-a78d-11ed-9b9a-269a240a0b50 | InvocationID=db211a06-a78d-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:52:03+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cfdcfe94-a78d-11ed-9b9a-269a240a0b50 | InvocationID=cfdd0114-a78d-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T08:52:03+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbdff034-a78d-11ed-9b9a-269a240a0b50 | InvocationID=dbdffd68-a78d-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T08:52:03+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbdff034-a78d-11ed-9b9a-269a240a0b50 | InvocationID=dbdffd68-a78d-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:52:03+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dbdff034-a78d-11ed-9b9a-269a240a0b50 | InvocationID=dbdffd68-a78d-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:52:23+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dbdff034-a78d-11ed-9b9a-269a240a0b50 | InvocationID=dbdffd68-a78d-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T08:52:23+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7d34800-a78d-11ed-9b9a-269a240a0b50 | InvocationID=e7d34a80-a78d-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T08:52:24+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7d34800-a78d-11ed-9b9a-269a240a0b50 | InvocationID=e7d34a80-a78d-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:52:24+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e7d34800-a78d-11ed-9b9a-269a240a0b50 | InvocationID=e7d34a80-a78d-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:52:27+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db2117b8-a78d-11ed-9b9a-269a240a0b50 | InvocationID=db211a06-a78d-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T08:52:27+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea12d266-a78d-11ed-9b9a-269a240a0b50 | InvocationID=ea12d464-a78d-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T08:52:27+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea12d266-a78d-11ed-9b9a-269a240a0b50 | InvocationID=ea12d464-a78d-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:52:27+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea12d266-a78d-11ed-9b9a-269a240a0b50 | InvocationID=ea12d464-a78d-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:52:44+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e7d34800-a78d-11ed-9b9a-269a240a0b50 | InvocationID=e7d34a80-a78d-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T08:52:44+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3c5da24-a78d-11ed-9b9a-269a240a0b50 | InvocationID=f3c5dc5e-a78d-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T08:52:44+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3c5da24-a78d-11ed-9b9a-269a240a0b50 | InvocationID=f3c5dc5e-a78d-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:52:44+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3c5da24-a78d-11ed-9b9a-269a240a0b50 | InvocationID=f3c5dc5e-a78d-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:52:52+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea12d266-a78d-11ed-9b9a-269a240a0b50 | InvocationID=ea12d464-a78d-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T08:52:52+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9018696-a78d-11ed-9b9a-269a240a0b50 | InvocationID=f9019532-a78d-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T08:52:52+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9018696-a78d-11ed-9b9a-269a240a0b50 | InvocationID=f9019532-a78d-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:52:52+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9018696-a78d-11ed-9b9a-269a240a0b50 | InvocationID=f9019532-a78d-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:53:04+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3c5da24-a78d-11ed-9b9a-269a240a0b50 | InvocationID=f3c5dc5e-a78d-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T08:53:04+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffc4ad96-a78d-11ed-9b9a-269a240a0b50 | InvocationID=ffc4afe4-a78d-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T08:53:04+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffc4ad96-a78d-11ed-9b9a-269a240a0b50 | InvocationID=ffc4afe4-a78d-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:53:04+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ffc4ad96-a78d-11ed-9b9a-269a240a0b50 | InvocationID=ffc4afe4-a78d-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:53:17+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9018696-a78d-11ed-9b9a-269a240a0b50 | InvocationID=f9019532-a78d-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T08:53:17+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07f4dd4c-a78e-11ed-9b9a-269a240a0b50 | InvocationID=07f4e04e-a78e-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T08:53:18+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07f4dd4c-a78e-11ed-9b9a-269a240a0b50 | InvocationID=07f4e04e-a78e-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:53:18+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07f4dd4c-a78e-11ed-9b9a-269a240a0b50 | InvocationID=07f4e04e-a78e-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:53:24+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ffc4ad96-a78d-11ed-9b9a-269a240a0b50 | InvocationID=ffc4afe4-a78d-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T08:53:24+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bc47086-a78e-11ed-9b9a-269a240a0b50 | InvocationID=0bc47284-a78e-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T08:53:24+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bc47086-a78e-11ed-9b9a-269a240a0b50 | InvocationID=0bc47284-a78e-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:53:24+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0bc47086-a78e-11ed-9b9a-269a240a0b50 | InvocationID=0bc47284-a78e-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:53:43+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07f4dd4c-a78e-11ed-9b9a-269a240a0b50 | InvocationID=07f4e04e-a78e-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T08:53:43+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16f758d8-a78e-11ed-9b9a-269a240a0b50 | InvocationID=16f75c3e-a78e-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T08:53:43+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16f758d8-a78e-11ed-9b9a-269a240a0b50 | InvocationID=16f75c3e-a78e-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:53:43+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16f758d8-a78e-11ed-9b9a-269a240a0b50 | InvocationID=16f75c3e-a78e-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:53:44+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0bc47086-a78e-11ed-9b9a-269a240a0b50 | InvocationID=0bc47284-a78e-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T08:53:44+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17be4f7e-a78e-11ed-9b9a-269a240a0b50 | InvocationID=17be565e-a78e-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T08:53:44+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17be4f7e-a78e-11ed-9b9a-269a240a0b50 | InvocationID=17be565e-a78e-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:53:44+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=17be4f7e-a78e-11ed-9b9a-269a240a0b50 | InvocationID=17be565e-a78e-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:54:04+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=17be4f7e-a78e-11ed-9b9a-269a240a0b50 | InvocationID=17be565e-a78e-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T08:54:04+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23b4eae0-a78e-11ed-9b9a-269a240a0b50 | InvocationID=23b4f260-a78e-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T08:54:04+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23b4eae0-a78e-11ed-9b9a-269a240a0b50 | InvocationID=23b4f260-a78e-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:54:04+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23b4eae0-a78e-11ed-9b9a-269a240a0b50 | InvocationID=23b4f260-a78e-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:54:08+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16f758d8-a78e-11ed-9b9a-269a240a0b50 | InvocationID=16f75c3e-a78e-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T08:54:08+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25ec1bda-a78e-11ed-9b9a-269a240a0b50 | InvocationID=25ec1ea0-a78e-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T08:54:08+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25ec1bda-a78e-11ed-9b9a-269a240a0b50 | InvocationID=25ec1ea0-a78e-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:54:08+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25ec1bda-a78e-11ed-9b9a-269a240a0b50 | InvocationID=25ec1ea0-a78e-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:54:24+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23b4eae0-a78e-11ed-9b9a-269a240a0b50 | InvocationID=23b4f260-a78e-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T08:54:24+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fb0a852-a78e-11ed-9b9a-269a240a0b50 | InvocationID=2fb0ab72-a78e-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T08:54:24+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fb0a852-a78e-11ed-9b9a-269a240a0b50 | InvocationID=2fb0ab72-a78e-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:54:24+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2fb0a852-a78e-11ed-9b9a-269a240a0b50 | InvocationID=2fb0ab72-a78e-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:54:33+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25ec1bda-a78e-11ed-9b9a-269a240a0b50 | InvocationID=25ec1ea0-a78e-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T08:54:33+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34ec58a2-a78e-11ed-9b9a-269a240a0b50 | InvocationID=34ec66c6-a78e-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T08:54:33+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34ec58a2-a78e-11ed-9b9a-269a240a0b50 | InvocationID=34ec66c6-a78e-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:54:33+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=34ec58a2-a78e-11ed-9b9a-269a240a0b50 | InvocationID=34ec66c6-a78e-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:54:44+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2fb0a852-a78e-11ed-9b9a-269a240a0b50 | InvocationID=2fb0ab72-a78e-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T08:54:44+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bb63068-a78e-11ed-9b9a-269a240a0b50 | InvocationID=3bb63284-a78e-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T08:54:45+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bb63068-a78e-11ed-9b9a-269a240a0b50 | InvocationID=3bb63284-a78e-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:54:45+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3bb63068-a78e-11ed-9b9a-269a240a0b50 | InvocationID=3bb63284-a78e-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:54:58+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=34ec58a2-a78e-11ed-9b9a-269a240a0b50 | InvocationID=34ec66c6-a78e-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T08:54:58+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43e75e56-a78e-11ed-9b9a-269a240a0b50 | InvocationID=43e760ae-a78e-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T08:54:58+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43e75e56-a78e-11ed-9b9a-269a240a0b50 | InvocationID=43e760ae-a78e-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:54:58+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43e75e56-a78e-11ed-9b9a-269a240a0b50 | InvocationID=43e760ae-a78e-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:55:05+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3bb63068-a78e-11ed-9b9a-269a240a0b50 | InvocationID=3bb63284-a78e-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T08:55:05+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47dc7f32-a78e-11ed-9b9a-269a240a0b50 | InvocationID=47dc81bc-a78e-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T08:55:05+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47dc7f32-a78e-11ed-9b9a-269a240a0b50 | InvocationID=47dc81bc-a78e-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:55:05+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=47dc7f32-a78e-11ed-9b9a-269a240a0b50 | InvocationID=47dc81bc-a78e-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:55:23+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43e75e56-a78e-11ed-9b9a-269a240a0b50 | InvocationID=43e760ae-a78e-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T08:55:23+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52dc2e3c-a78e-11ed-9b9a-269a240a0b50 | InvocationID=52dc308a-a78e-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T08:55:23+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52dc2e3c-a78e-11ed-9b9a-269a240a0b50 | InvocationID=52dc308a-a78e-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:55:23+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52dc2e3c-a78e-11ed-9b9a-269a240a0b50 | InvocationID=52dc308a-a78e-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:55:25+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=47dc7f32-a78e-11ed-9b9a-269a240a0b50 | InvocationID=47dc81bc-a78e-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T08:55:25+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53d3f158-a78e-11ed-9b9a-269a240a0b50 | InvocationID=53d41a02-a78e-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T08:55:25+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53d3f158-a78e-11ed-9b9a-269a240a0b50 | InvocationID=53d41a02-a78e-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:55:25+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=53d3f158-a78e-11ed-9b9a-269a240a0b50 | InvocationID=53d41a02-a78e-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:55:45+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=53d3f158-a78e-11ed-9b9a-269a240a0b50 | InvocationID=53d41a02-a78e-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T08:55:45+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fd14b4a-a78e-11ed-9b9a-269a240a0b50 | InvocationID=5fd14e10-a78e-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T08:55:45+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fd14b4a-a78e-11ed-9b9a-269a240a0b50 | InvocationID=5fd14e10-a78e-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:55:45+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5fd14b4a-a78e-11ed-9b9a-269a240a0b50 | InvocationID=5fd14e10-a78e-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:55:48+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52dc2e3c-a78e-11ed-9b9a-269a240a0b50 | InvocationID=52dc308a-a78e-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T08:55:48+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61de2c0a-a78e-11ed-9b9a-269a240a0b50 | InvocationID=61de2f34-a78e-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T08:55:48+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61de2c0a-a78e-11ed-9b9a-269a240a0b50 | InvocationID=61de2f34-a78e-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:55:48+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61de2c0a-a78e-11ed-9b9a-269a240a0b50 | InvocationID=61de2f34-a78e-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:56:05+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5fd14b4a-a78e-11ed-9b9a-269a240a0b50 | InvocationID=5fd14e10-a78e-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T08:56:05+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bc89228-a78e-11ed-9b9a-269a240a0b50 | InvocationID=6bc89494-a78e-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T08:56:05+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bc89228-a78e-11ed-9b9a-269a240a0b50 | InvocationID=6bc89494-a78e-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:56:05+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6bc89228-a78e-11ed-9b9a-269a240a0b50 | InvocationID=6bc89494-a78e-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:56:13+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61de2c0a-a78e-11ed-9b9a-269a240a0b50 | InvocationID=61de2f34-a78e-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T08:56:13+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70e5f3ae-a78e-11ed-9b9a-269a240a0b50 | InvocationID=70e604e8-a78e-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T08:56:14+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70e5f3ae-a78e-11ed-9b9a-269a240a0b50 | InvocationID=70e604e8-a78e-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:56:14+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70e5f3ae-a78e-11ed-9b9a-269a240a0b50 | InvocationID=70e604e8-a78e-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:56:25+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6bc89228-a78e-11ed-9b9a-269a240a0b50 | InvocationID=6bc89494-a78e-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T08:56:25+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77c9e8d8-a78e-11ed-9b9a-269a240a0b50 | InvocationID=77c9eb3a-a78e-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T08:56:25+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77c9e8d8-a78e-11ed-9b9a-269a240a0b50 | InvocationID=77c9eb3a-a78e-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:56:25+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=77c9e8d8-a78e-11ed-9b9a-269a240a0b50 | InvocationID=77c9eb3a-a78e-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:56:39+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70e5f3ae-a78e-11ed-9b9a-269a240a0b50 | InvocationID=70e604e8-a78e-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T08:56:39+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fdf50c6-a78e-11ed-9b9a-269a240a0b50 | InvocationID=7fdf5328-a78e-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T08:56:39+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fdf50c6-a78e-11ed-9b9a-269a240a0b50 | InvocationID=7fdf5328-a78e-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:56:39+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7fdf50c6-a78e-11ed-9b9a-269a240a0b50 | InvocationID=7fdf5328-a78e-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:56:45+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=77c9e8d8-a78e-11ed-9b9a-269a240a0b50 | InvocationID=77c9eb3a-a78e-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T08:56:45+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83c12124-a78e-11ed-9b9a-269a240a0b50 | InvocationID=83c12390-a78e-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T08:56:45+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83c12124-a78e-11ed-9b9a-269a240a0b50 | InvocationID=83c12390-a78e-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:56:45+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83c12124-a78e-11ed-9b9a-269a240a0b50 | InvocationID=83c12390-a78e-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:57:04+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7fdf50c6-a78e-11ed-9b9a-269a240a0b50 | InvocationID=7fdf5328-a78e-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T08:57:04+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ed8d4b2-a78e-11ed-9b9a-269a240a0b50 | InvocationID=8ed8d84a-a78e-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T08:57:04+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ed8d4b2-a78e-11ed-9b9a-269a240a0b50 | InvocationID=8ed8d84a-a78e-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:57:04+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ed8d4b2-a78e-11ed-9b9a-269a240a0b50 | InvocationID=8ed8d84a-a78e-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:57:05+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83c12124-a78e-11ed-9b9a-269a240a0b50 | InvocationID=83c12390-a78e-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T08:57:05+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fbae53c-a78e-11ed-9b9a-269a240a0b50 | InvocationID=8fbae7b2-a78e-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T08:57:05+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fbae53c-a78e-11ed-9b9a-269a240a0b50 | InvocationID=8fbae7b2-a78e-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:57:05+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8fbae53c-a78e-11ed-9b9a-269a240a0b50 | InvocationID=8fbae7b2-a78e-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:57:25+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8fbae53c-a78e-11ed-9b9a-269a240a0b50 | InvocationID=8fbae7b2-a78e-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T08:57:25+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9bb1a010-a78e-11ed-9b9a-269a240a0b50 | InvocationID=9bb1a272-a78e-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T08:57:26+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9bb1a010-a78e-11ed-9b9a-269a240a0b50 | InvocationID=9bb1a272-a78e-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:57:26+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9bb1a010-a78e-11ed-9b9a-269a240a0b50 | InvocationID=9bb1a272-a78e-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:57:29+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ed8d4b2-a78e-11ed-9b9a-269a240a0b50 | InvocationID=8ed8d84a-a78e-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T08:57:29+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9dd2caa4-a78e-11ed-9b9a-269a240a0b50 | InvocationID=9dd2ccd4-a78e-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T08:57:29+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9dd2caa4-a78e-11ed-9b9a-269a240a0b50 | InvocationID=9dd2ccd4-a78e-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:57:29+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9dd2caa4-a78e-11ed-9b9a-269a240a0b50 | InvocationID=9dd2ccd4-a78e-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:57:46+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9bb1a010-a78e-11ed-9b9a-269a240a0b50 | InvocationID=9bb1a272-a78e-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T08:57:46+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7db0d04-a78e-11ed-9b9a-269a240a0b50 | InvocationID=a7db0f84-a78e-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T08:57:46+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7db0d04-a78e-11ed-9b9a-269a240a0b50 | InvocationID=a7db0f84-a78e-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:57:46+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a7db0d04-a78e-11ed-9b9a-269a240a0b50 | InvocationID=a7db0f84-a78e-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:57:54+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9dd2caa4-a78e-11ed-9b9a-269a240a0b50 | InvocationID=9dd2ccd4-a78e-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T08:57:54+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=acd0482e-a78e-11ed-9b9a-269a240a0b50 | InvocationID=acd04a90-a78e-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T08:57:54+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=acd0482e-a78e-11ed-9b9a-269a240a0b50 | InvocationID=acd04a90-a78e-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:57:54+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=acd0482e-a78e-11ed-9b9a-269a240a0b50 | InvocationID=acd04a90-a78e-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:58:06+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a7db0d04-a78e-11ed-9b9a-269a240a0b50 | InvocationID=a7db0f84-a78e-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T08:58:06+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3e32d3e-a78e-11ed-9b9a-269a240a0b50 | InvocationID=b3e32f82-a78e-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T08:58:06+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3e32d3e-a78e-11ed-9b9a-269a240a0b50 | InvocationID=b3e32f82-a78e-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:58:06+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b3e32d3e-a78e-11ed-9b9a-269a240a0b50 | InvocationID=b3e32f82-a78e-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:58:19+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=acd0482e-a78e-11ed-9b9a-269a240a0b50 | InvocationID=acd04a90-a78e-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T08:58:19+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbc2daae-a78e-11ed-9b9a-269a240a0b50 | InvocationID=bbc2dd10-a78e-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T08:58:19+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbc2daae-a78e-11ed-9b9a-269a240a0b50 | InvocationID=bbc2dd10-a78e-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:58:19+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bbc2daae-a78e-11ed-9b9a-269a240a0b50 | InvocationID=bbc2dd10-a78e-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:58:26+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b3e32d3e-a78e-11ed-9b9a-269a240a0b50 | InvocationID=b3e32f82-a78e-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T08:58:26+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bff1b776-a78e-11ed-9b9a-269a240a0b50 | InvocationID=bff1bf78-a78e-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T08:58:26+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bff1b776-a78e-11ed-9b9a-269a240a0b50 | InvocationID=bff1bf78-a78e-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:58:26+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bff1b776-a78e-11ed-9b9a-269a240a0b50 | InvocationID=bff1bf78-a78e-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:58:44+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bbc2daae-a78e-11ed-9b9a-269a240a0b50 | InvocationID=bbc2dd10-a78e-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T08:58:44+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cac1e004-a78e-11ed-9b9a-269a240a0b50 | InvocationID=cac1e3ce-a78e-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T08:58:44+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cac1e004-a78e-11ed-9b9a-269a240a0b50 | InvocationID=cac1e3ce-a78e-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:58:44+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cac1e004-a78e-11ed-9b9a-269a240a0b50 | InvocationID=cac1e3ce-a78e-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:58:46+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bff1b776-a78e-11ed-9b9a-269a240a0b50 | InvocationID=bff1bf78-a78e-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T08:58:46+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc1a0a80-a78e-11ed-9b9a-269a240a0b50 | InvocationID=cc1a0cc4-a78e-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T08:58:47+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc1a0a80-a78e-11ed-9b9a-269a240a0b50 | InvocationID=cc1a0cc4-a78e-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:58:47+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc1a0a80-a78e-11ed-9b9a-269a240a0b50 | InvocationID=cc1a0cc4-a78e-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:59:07+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc1a0a80-a78e-11ed-9b9a-269a240a0b50 | InvocationID=cc1a0cc4-a78e-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T08:59:07+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d810c400-a78e-11ed-9b9a-269a240a0b50 | InvocationID=d810d382-a78e-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T08:59:07+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d810c400-a78e-11ed-9b9a-269a240a0b50 | InvocationID=d810d382-a78e-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:59:07+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d810c400-a78e-11ed-9b9a-269a240a0b50 | InvocationID=d810d382-a78e-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:59:09+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cac1e004-a78e-11ed-9b9a-269a240a0b50 | InvocationID=cac1e3ce-a78e-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T08:59:09+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9bddb30-a78e-11ed-9b9a-269a240a0b50 | InvocationID=d9bddd92-a78e-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T08:59:10+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9bddb30-a78e-11ed-9b9a-269a240a0b50 | InvocationID=d9bddd92-a78e-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:59:10+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9bddb30-a78e-11ed-9b9a-269a240a0b50 | InvocationID=d9bddd92-a78e-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:59:27+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d810c400-a78e-11ed-9b9a-269a240a0b50 | InvocationID=d810d382-a78e-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T08:59:27+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e411661a-a78e-11ed-9b9a-269a240a0b50 | InvocationID=e411682c-a78e-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T08:59:27+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e411661a-a78e-11ed-9b9a-269a240a0b50 | InvocationID=e411682c-a78e-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:59:27+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e411661a-a78e-11ed-9b9a-269a240a0b50 | InvocationID=e411682c-a78e-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:59:35+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9bddb30-a78e-11ed-9b9a-269a240a0b50 | InvocationID=d9bddd92-a78e-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T08:59:35+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8bb86d2-a78e-11ed-9b9a-269a240a0b50 | InvocationID=e8bb8948-a78e-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T08:59:35+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8bb86d2-a78e-11ed-9b9a-269a240a0b50 | InvocationID=e8bb8948-a78e-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:59:35+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8bb86d2-a78e-11ed-9b9a-269a240a0b50 | InvocationID=e8bb8948-a78e-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T08:59:47+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e411661a-a78e-11ed-9b9a-269a240a0b50 | InvocationID=e411682c-a78e-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T08:59:47+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f00be1b6-a78e-11ed-9b9a-269a240a0b50 | InvocationID=f00be4cc-a78e-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T08:59:47+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f00be1b6-a78e-11ed-9b9a-269a240a0b50 | InvocationID=f00be4cc-a78e-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T08:59:47+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f00be1b6-a78e-11ed-9b9a-269a240a0b50 | InvocationID=f00be4cc-a78e-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:00:00+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8bb86d2-a78e-11ed-9b9a-269a240a0b50 | InvocationID=e8bb8948-a78e-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:00:00+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7ac72fa-a78e-11ed-9b9a-269a240a0b50 | InvocationID=f7ac752a-a78e-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:00:00+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7ac72fa-a78e-11ed-9b9a-269a240a0b50 | InvocationID=f7ac752a-a78e-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:00:00+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7ac72fa-a78e-11ed-9b9a-269a240a0b50 | InvocationID=f7ac752a-a78e-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:00:07+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f00be1b6-a78e-11ed-9b9a-269a240a0b50 | InvocationID=f00be4cc-a78e-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:00:07+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc0a7ea0-a78e-11ed-9b9a-269a240a0b50 | InvocationID=fc0a815c-a78e-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:00:07+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc0a7ea0-a78e-11ed-9b9a-269a240a0b50 | InvocationID=fc0a815c-a78e-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:00:07+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fc0a7ea0-a78e-11ed-9b9a-269a240a0b50 | InvocationID=fc0a815c-a78e-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:00:25+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7ac72fa-a78e-11ed-9b9a-269a240a0b50 | InvocationID=f7ac752a-a78e-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:00:25+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06a1a58c-a78f-11ed-9b9a-269a240a0b50 | InvocationID=06a1a8ac-a78f-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:00:25+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06a1a58c-a78f-11ed-9b9a-269a240a0b50 | InvocationID=06a1a8ac-a78f-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:00:25+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06a1a58c-a78f-11ed-9b9a-269a240a0b50 | InvocationID=06a1a8ac-a78f-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:00:27+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fc0a7ea0-a78e-11ed-9b9a-269a240a0b50 | InvocationID=fc0a815c-a78e-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:00:27+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08158eb0-a78f-11ed-9b9a-269a240a0b50 | InvocationID=08159388-a78f-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:00:27+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08158eb0-a78f-11ed-9b9a-269a240a0b50 | InvocationID=08159388-a78f-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:00:27+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08158eb0-a78f-11ed-9b9a-269a240a0b50 | InvocationID=08159388-a78f-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:00:47+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08158eb0-a78f-11ed-9b9a-269a240a0b50 | InvocationID=08159388-a78f-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:00:47+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=140f355e-a78f-11ed-9b9a-269a240a0b50 | InvocationID=140f37a2-a78f-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:00:48+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=140f355e-a78f-11ed-9b9a-269a240a0b50 | InvocationID=140f37a2-a78f-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:00:48+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=140f355e-a78f-11ed-9b9a-269a240a0b50 | InvocationID=140f37a2-a78f-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:00:50+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06a1a58c-a78f-11ed-9b9a-269a240a0b50 | InvocationID=06a1a8ac-a78f-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:00:50+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15a66158-a78f-11ed-9b9a-269a240a0b50 | InvocationID=15a663ba-a78f-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:00:50+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15a66158-a78f-11ed-9b9a-269a240a0b50 | InvocationID=15a663ba-a78f-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:00:50+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15a66158-a78f-11ed-9b9a-269a240a0b50 | InvocationID=15a663ba-a78f-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:01:08+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=140f355e-a78f-11ed-9b9a-269a240a0b50 | InvocationID=140f37a2-a78f-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:01:08+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2045d4ae-a78f-11ed-9b9a-269a240a0b50 | InvocationID=2045d760-a78f-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:01:11+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2045d4ae-a78f-11ed-9b9a-269a240a0b50 | InvocationID=2045d760-a78f-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:01:11+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2045d4ae-a78f-11ed-9b9a-269a240a0b50 | InvocationID=2045d760-a78f-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:01:15+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15a66158-a78f-11ed-9b9a-269a240a0b50 | InvocationID=15a663ba-a78f-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:01:15+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24d9b9ae-a78f-11ed-9b9a-269a240a0b50 | InvocationID=24d9bd78-a78f-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:01:16+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24d9b9ae-a78f-11ed-9b9a-269a240a0b50 | InvocationID=24d9bd78-a78f-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:01:16+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24d9b9ae-a78f-11ed-9b9a-269a240a0b50 | InvocationID=24d9bd78-a78f-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:01:31+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2045d4ae-a78f-11ed-9b9a-269a240a0b50 | InvocationID=2045d760-a78f-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:01:31+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2dea03b4-a78f-11ed-9b9a-269a240a0b50 | InvocationID=2df081e4-a78f-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:01:31+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2dea03b4-a78f-11ed-9b9a-269a240a0b50 | InvocationID=2df081e4-a78f-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:01:31+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2dea03b4-a78f-11ed-9b9a-269a240a0b50 | InvocationID=2df081e4-a78f-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:01:41+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24d9b9ae-a78f-11ed-9b9a-269a240a0b50 | InvocationID=24d9bd78-a78f-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:01:41+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3464bc70-a78f-11ed-9b9a-269a240a0b50 | InvocationID=3464bf40-a78f-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:01:42+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3464bc70-a78f-11ed-9b9a-269a240a0b50 | InvocationID=3464bf40-a78f-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:01:42+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3464bc70-a78f-11ed-9b9a-269a240a0b50 | InvocationID=3464bf40-a78f-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:01:51+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2dea03b4-a78f-11ed-9b9a-269a240a0b50 | InvocationID=2df081e4-a78f-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:01:51+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a19d628-a78f-11ed-9b9a-269a240a0b50 | InvocationID=3a19d880-a78f-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:01:51+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a19d628-a78f-11ed-9b9a-269a240a0b50 | InvocationID=3a19d880-a78f-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:01:51+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3a19d628-a78f-11ed-9b9a-269a240a0b50 | InvocationID=3a19d880-a78f-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:02:07+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3464bc70-a78f-11ed-9b9a-269a240a0b50 | InvocationID=3464bf40-a78f-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:02:07+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4367b5f6-a78f-11ed-9b9a-269a240a0b50 | InvocationID=4367b862-a78f-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:02:07+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4367b5f6-a78f-11ed-9b9a-269a240a0b50 | InvocationID=4367b862-a78f-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:02:07+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4367b5f6-a78f-11ed-9b9a-269a240a0b50 | InvocationID=4367b862-a78f-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:02:11+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3a19d628-a78f-11ed-9b9a-269a240a0b50 | InvocationID=3a19d880-a78f-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:02:11+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46251360-a78f-11ed-9b9a-269a240a0b50 | InvocationID=4625164e-a78f-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:02:13+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46251360-a78f-11ed-9b9a-269a240a0b50 | InvocationID=4625164e-a78f-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:02:13+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=46251360-a78f-11ed-9b9a-269a240a0b50 | InvocationID=4625164e-a78f-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:02:32+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4367b5f6-a78f-11ed-9b9a-269a240a0b50 | InvocationID=4367b862-a78f-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:02:32+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5265fe5a-a78f-11ed-9b9a-269a240a0b50 | InvocationID=5266001c-a78f-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:02:32+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5265fe5a-a78f-11ed-9b9a-269a240a0b50 | InvocationID=5266001c-a78f-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:02:32+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5265fe5a-a78f-11ed-9b9a-269a240a0b50 | InvocationID=5266001c-a78f-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:02:33+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=46251360-a78f-11ed-9b9a-269a240a0b50 | InvocationID=4625164e-a78f-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:02:33+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53269e58-a78f-11ed-9b9a-269a240a0b50 | InvocationID=5326a09c-a78f-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:02:33+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53269e58-a78f-11ed-9b9a-269a240a0b50 | InvocationID=5326a09c-a78f-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:02:33+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=53269e58-a78f-11ed-9b9a-269a240a0b50 | InvocationID=5326a09c-a78f-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:02:53+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=53269e58-a78f-11ed-9b9a-269a240a0b50 | InvocationID=5326a09c-a78f-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:02:53+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f21a9c8-a78f-11ed-9b9a-269a240a0b50 | InvocationID=5f21ad92-a78f-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:02:53+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f21a9c8-a78f-11ed-9b9a-269a240a0b50 | InvocationID=5f21ad92-a78f-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:02:53+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f21a9c8-a78f-11ed-9b9a-269a240a0b50 | InvocationID=5f21ad92-a78f-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:02:57+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5265fe5a-a78f-11ed-9b9a-269a240a0b50 | InvocationID=5266001c-a78f-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:02:57+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61552d32-a78f-11ed-9b9a-269a240a0b50 | InvocationID=6155413c-a78f-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:02:57+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61552d32-a78f-11ed-9b9a-269a240a0b50 | InvocationID=6155413c-a78f-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:02:57+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61552d32-a78f-11ed-9b9a-269a240a0b50 | InvocationID=6155413c-a78f-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:03:13+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f21a9c8-a78f-11ed-9b9a-269a240a0b50 | InvocationID=5f21ad92-a78f-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:03:13+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b21021e-a78f-11ed-9b9a-269a240a0b50 | InvocationID=6b210854-a78f-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:03:13+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b21021e-a78f-11ed-9b9a-269a240a0b50 | InvocationID=6b210854-a78f-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:03:13+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b21021e-a78f-11ed-9b9a-269a240a0b50 | InvocationID=6b210854-a78f-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:03:22+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61552d32-a78f-11ed-9b9a-269a240a0b50 | InvocationID=6155413c-a78f-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:03:22+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=705d27a8-a78f-11ed-9b9a-269a240a0b50 | InvocationID=705d294c-a78f-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:03:22+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=705d27a8-a78f-11ed-9b9a-269a240a0b50 | InvocationID=705d294c-a78f-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:03:22+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=705d27a8-a78f-11ed-9b9a-269a240a0b50 | InvocationID=705d294c-a78f-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:03:33+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b21021e-a78f-11ed-9b9a-269a240a0b50 | InvocationID=6b210854-a78f-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:03:33+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=771ef008-a78f-11ed-9b9a-269a240a0b50 | InvocationID=771ef3fa-a78f-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:03:33+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=771ef008-a78f-11ed-9b9a-269a240a0b50 | InvocationID=771ef3fa-a78f-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:03:33+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=771ef008-a78f-11ed-9b9a-269a240a0b50 | InvocationID=771ef3fa-a78f-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:03:47+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=705d27a8-a78f-11ed-9b9a-269a240a0b50 | InvocationID=705d294c-a78f-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:03:47+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f4af7ae-a78f-11ed-9b9a-269a240a0b50 | InvocationID=7f4afa4c-a78f-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:03:47+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f4af7ae-a78f-11ed-9b9a-269a240a0b50 | InvocationID=7f4afa4c-a78f-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:03:47+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f4af7ae-a78f-11ed-9b9a-269a240a0b50 | InvocationID=7f4afa4c-a78f-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:03:53+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=771ef008-a78f-11ed-9b9a-269a240a0b50 | InvocationID=771ef3fa-a78f-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:03:53+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8314d954-a78f-11ed-9b9a-269a240a0b50 | InvocationID=8314dc06-a78f-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:03:54+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8314d954-a78f-11ed-9b9a-269a240a0b50 | InvocationID=8314dc06-a78f-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:03:54+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8314d954-a78f-11ed-9b9a-269a240a0b50 | InvocationID=8314dc06-a78f-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:04:12+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f4af7ae-a78f-11ed-9b9a-269a240a0b50 | InvocationID=7f4afa4c-a78f-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:04:12+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e3b9174-a78f-11ed-9b9a-269a240a0b50 | InvocationID=8e3b9322-a78f-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:04:12+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e3b9174-a78f-11ed-9b9a-269a240a0b50 | InvocationID=8e3b9322-a78f-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:04:12+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e3b9174-a78f-11ed-9b9a-269a240a0b50 | InvocationID=8e3b9322-a78f-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:04:14+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8314d954-a78f-11ed-9b9a-269a240a0b50 | InvocationID=8314dc06-a78f-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:04:14+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f114ca6-a78f-11ed-9b9a-269a240a0b50 | InvocationID=8f114f3a-a78f-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:04:14+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f114ca6-a78f-11ed-9b9a-269a240a0b50 | InvocationID=8f114f3a-a78f-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:04:14+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8f114ca6-a78f-11ed-9b9a-269a240a0b50 | InvocationID=8f114f3a-a78f-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:04:34+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8f114ca6-a78f-11ed-9b9a-269a240a0b50 | InvocationID=8f114f3a-a78f-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:04:34+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b03fe8c-a78f-11ed-9b9a-269a240a0b50 | InvocationID=9b0400e4-a78f-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:04:34+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b03fe8c-a78f-11ed-9b9a-269a240a0b50 | InvocationID=9b0400e4-a78f-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:04:34+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b03fe8c-a78f-11ed-9b9a-269a240a0b50 | InvocationID=9b0400e4-a78f-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:04:37+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e3b9174-a78f-11ed-9b9a-269a240a0b50 | InvocationID=8e3b9322-a78f-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:04:37+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d35ea80-a78f-11ed-9b9a-269a240a0b50 | InvocationID=9d35ecd8-a78f-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:04:38+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d35ea80-a78f-11ed-9b9a-269a240a0b50 | InvocationID=9d35ecd8-a78f-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:04:38+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d35ea80-a78f-11ed-9b9a-269a240a0b50 | InvocationID=9d35ecd8-a78f-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:04:54+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b03fe8c-a78f-11ed-9b9a-269a240a0b50 | InvocationID=9b0400e4-a78f-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:04:54+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6ffe17e-a78f-11ed-9b9a-269a240a0b50 | InvocationID=a6ffe3ea-a78f-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:04:54+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6ffe17e-a78f-11ed-9b9a-269a240a0b50 | InvocationID=a6ffe3ea-a78f-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:04:54+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a6ffe17e-a78f-11ed-9b9a-269a240a0b50 | InvocationID=a6ffe3ea-a78f-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:05:03+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d35ea80-a78f-11ed-9b9a-269a240a0b50 | InvocationID=9d35ecd8-a78f-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:05:03+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac56d9d4-a78f-11ed-9b9a-269a240a0b50 | InvocationID=ac56dccc-a78f-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:05:03+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac56d9d4-a78f-11ed-9b9a-269a240a0b50 | InvocationID=ac56dccc-a78f-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:05:03+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac56d9d4-a78f-11ed-9b9a-269a240a0b50 | InvocationID=ac56dccc-a78f-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:05:14+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a6ffe17e-a78f-11ed-9b9a-269a240a0b50 | InvocationID=a6ffe3ea-a78f-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:05:14+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2fba72e-a78f-11ed-9b9a-269a240a0b50 | InvocationID=b2fbe914-a78f-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:05:14+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2fba72e-a78f-11ed-9b9a-269a240a0b50 | InvocationID=b2fbe914-a78f-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:05:14+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b2fba72e-a78f-11ed-9b9a-269a240a0b50 | InvocationID=b2fbe914-a78f-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:05:28+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac56d9d4-a78f-11ed-9b9a-269a240a0b50 | InvocationID=ac56dccc-a78f-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:05:28+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb4a8148-a78f-11ed-9b9a-269a240a0b50 | InvocationID=bb4a84f4-a78f-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:05:28+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb4a8148-a78f-11ed-9b9a-269a240a0b50 | InvocationID=bb4a84f4-a78f-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:05:28+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb4a8148-a78f-11ed-9b9a-269a240a0b50 | InvocationID=bb4a84f4-a78f-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:05:34+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b2fba72e-a78f-11ed-9b9a-269a240a0b50 | InvocationID=b2fbe914-a78f-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:05:34+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bef2db24-a78f-11ed-9b9a-269a240a0b50 | InvocationID=bef2de26-a78f-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:05:34+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bef2db24-a78f-11ed-9b9a-269a240a0b50 | InvocationID=bef2de26-a78f-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:05:34+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bef2db24-a78f-11ed-9b9a-269a240a0b50 | InvocationID=bef2de26-a78f-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:05:53+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb4a8148-a78f-11ed-9b9a-269a240a0b50 | InvocationID=bb4a84f4-a78f-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:05:53+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca48cd3a-a78f-11ed-9b9a-269a240a0b50 | InvocationID=ca48d0aa-a78f-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:05:53+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca48cd3a-a78f-11ed-9b9a-269a240a0b50 | InvocationID=ca48d0aa-a78f-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:05:53+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca48cd3a-a78f-11ed-9b9a-269a240a0b50 | InvocationID=ca48d0aa-a78f-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:05:54+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bef2db24-a78f-11ed-9b9a-269a240a0b50 | InvocationID=bef2de26-a78f-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:05:54+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cae58b8e-a78f-11ed-9b9a-269a240a0b50 | InvocationID=cae58e18-a78f-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:05:54+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cae58b8e-a78f-11ed-9b9a-269a240a0b50 | InvocationID=cae58e18-a78f-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:05:54+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cae58b8e-a78f-11ed-9b9a-269a240a0b50 | InvocationID=cae58e18-a78f-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:06:14+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cae58b8e-a78f-11ed-9b9a-269a240a0b50 | InvocationID=cae58e18-a78f-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:06:14+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6dd8824-a78f-11ed-9b9a-269a240a0b50 | InvocationID=d6dd8a72-a78f-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:06:14+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6dd8824-a78f-11ed-9b9a-269a240a0b50 | InvocationID=d6dd8a72-a78f-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:06:14+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6dd8824-a78f-11ed-9b9a-269a240a0b50 | InvocationID=d6dd8a72-a78f-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:06:18+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca48cd3a-a78f-11ed-9b9a-269a240a0b50 | InvocationID=ca48d0aa-a78f-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:06:18+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d93c97b8-a78f-11ed-9b9a-269a240a0b50 | InvocationID=d93c9a56-a78f-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:06:18+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d93c97b8-a78f-11ed-9b9a-269a240a0b50 | InvocationID=d93c9a56-a78f-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:06:18+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d93c97b8-a78f-11ed-9b9a-269a240a0b50 | InvocationID=d93c9a56-a78f-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:06:34+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6dd8824-a78f-11ed-9b9a-269a240a0b50 | InvocationID=d6dd8a72-a78f-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:06:34+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2d6688a-a78f-11ed-9b9a-269a240a0b50 | InvocationID=e2d66b82-a78f-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:06:34+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2d6688a-a78f-11ed-9b9a-269a240a0b50 | InvocationID=e2d66b82-a78f-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:06:34+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2d6688a-a78f-11ed-9b9a-269a240a0b50 | InvocationID=e2d66b82-a78f-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:06:43+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d93c97b8-a78f-11ed-9b9a-269a240a0b50 | InvocationID=d93c9a56-a78f-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:06:43+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8320d48-a78f-11ed-9b9a-269a240a0b50 | InvocationID=e8321090-a78f-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:06:43+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8320d48-a78f-11ed-9b9a-269a240a0b50 | InvocationID=e8321090-a78f-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:06:43+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8320d48-a78f-11ed-9b9a-269a240a0b50 | InvocationID=e8321090-a78f-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:06:54+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2d6688a-a78f-11ed-9b9a-269a240a0b50 | InvocationID=e2d66b82-a78f-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:06:54+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eecd8646-a78f-11ed-9b9a-269a240a0b50 | InvocationID=eecd88b2-a78f-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:06:54+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eecd8646-a78f-11ed-9b9a-269a240a0b50 | InvocationID=eecd88b2-a78f-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:06:54+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eecd8646-a78f-11ed-9b9a-269a240a0b50 | InvocationID=eecd88b2-a78f-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:07:08+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8320d48-a78f-11ed-9b9a-269a240a0b50 | InvocationID=e8321090-a78f-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:07:08+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f728ffa0-a78f-11ed-9b9a-269a240a0b50 | InvocationID=f72901e4-a78f-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:07:08+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f728ffa0-a78f-11ed-9b9a-269a240a0b50 | InvocationID=f72901e4-a78f-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:07:08+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f728ffa0-a78f-11ed-9b9a-269a240a0b50 | InvocationID=f72901e4-a78f-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:07:14+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eecd8646-a78f-11ed-9b9a-269a240a0b50 | InvocationID=eecd88b2-a78f-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:07:14+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fac312a4-a78f-11ed-9b9a-269a240a0b50 | InvocationID=fac31510-a78f-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:07:14+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fac312a4-a78f-11ed-9b9a-269a240a0b50 | InvocationID=fac31510-a78f-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:07:14+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fac312a4-a78f-11ed-9b9a-269a240a0b50 | InvocationID=fac31510-a78f-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:07:33+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f728ffa0-a78f-11ed-9b9a-269a240a0b50 | InvocationID=f72901e4-a78f-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:07:33+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=062389a8-a790-11ed-9b9a-269a240a0b50 | InvocationID=0623b964-a790-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:07:34+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=062389a8-a790-11ed-9b9a-269a240a0b50 | InvocationID=0623b964-a790-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:07:34+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=062389a8-a790-11ed-9b9a-269a240a0b50 | InvocationID=0623b964-a790-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:07:34+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fac312a4-a78f-11ed-9b9a-269a240a0b50 | InvocationID=fac31510-a78f-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:07:34+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06b9b374-a790-11ed-9b9a-269a240a0b50 | InvocationID=06b9b536-a790-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:07:34+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06b9b374-a790-11ed-9b9a-269a240a0b50 | InvocationID=06b9b536-a790-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:07:34+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=06b9b374-a790-11ed-9b9a-269a240a0b50 | InvocationID=06b9b536-a790-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:07:54+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=06b9b374-a790-11ed-9b9a-269a240a0b50 | InvocationID=06b9b536-a790-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:07:54+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12b835a6-a790-11ed-9b9a-269a240a0b50 | InvocationID=12b8388a-a790-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:07:55+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12b835a6-a790-11ed-9b9a-269a240a0b50 | InvocationID=12b8388a-a790-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:07:55+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=12b835a6-a790-11ed-9b9a-269a240a0b50 | InvocationID=12b8388a-a790-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:07:59+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=062389a8-a790-11ed-9b9a-269a240a0b50 | InvocationID=0623b964-a790-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:07:59+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=152c407a-a790-11ed-9b9a-269a240a0b50 | InvocationID=152c42dc-a790-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:07:59+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=152c407a-a790-11ed-9b9a-269a240a0b50 | InvocationID=152c42dc-a790-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:07:59+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=152c407a-a790-11ed-9b9a-269a240a0b50 | InvocationID=152c42dc-a790-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:08:15+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=12b835a6-a790-11ed-9b9a-269a240a0b50 | InvocationID=12b8388a-a790-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:08:15+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1eb6e294-a790-11ed-9b9a-269a240a0b50 | InvocationID=1eb6e4ec-a790-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:08:15+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1eb6e294-a790-11ed-9b9a-269a240a0b50 | InvocationID=1eb6e4ec-a790-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:08:15+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1eb6e294-a790-11ed-9b9a-269a240a0b50 | InvocationID=1eb6e4ec-a790-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:08:24+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=152c407a-a790-11ed-9b9a-269a240a0b50 | InvocationID=152c42dc-a790-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:08:24+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=241ed6b0-a790-11ed-9b9a-269a240a0b50 | InvocationID=241edfa2-a790-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:08:24+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=241ed6b0-a790-11ed-9b9a-269a240a0b50 | InvocationID=241edfa2-a790-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:08:24+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=241ed6b0-a790-11ed-9b9a-269a240a0b50 | InvocationID=241edfa2-a790-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:08:35+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1eb6e294-a790-11ed-9b9a-269a240a0b50 | InvocationID=1eb6e4ec-a790-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:08:35+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ab331b0-a790-11ed-9b9a-269a240a0b50 | InvocationID=2ab33430-a790-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:08:35+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ab331b0-a790-11ed-9b9a-269a240a0b50 | InvocationID=2ab33430-a790-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:08:35+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ab331b0-a790-11ed-9b9a-269a240a0b50 | InvocationID=2ab33430-a790-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:08:49+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=241ed6b0-a790-11ed-9b9a-269a240a0b50 | InvocationID=241edfa2-a790-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:08:49+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33146d24-a790-11ed-9b9a-269a240a0b50 | InvocationID=331471e8-a790-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:08:49+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33146d24-a790-11ed-9b9a-269a240a0b50 | InvocationID=331471e8-a790-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:08:49+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33146d24-a790-11ed-9b9a-269a240a0b50 | InvocationID=331471e8-a790-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:08:55+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ab331b0-a790-11ed-9b9a-269a240a0b50 | InvocationID=2ab33430-a790-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:08:55+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36b31dae-a790-11ed-9b9a-269a240a0b50 | InvocationID=36b32038-a790-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:08:55+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36b31dae-a790-11ed-9b9a-269a240a0b50 | InvocationID=36b32038-a790-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:08:55+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=36b31dae-a790-11ed-9b9a-269a240a0b50 | InvocationID=36b32038-a790-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:09:14+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33146d24-a790-11ed-9b9a-269a240a0b50 | InvocationID=331471e8-a790-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:09:14+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4218bcbc-a790-11ed-9b9a-269a240a0b50 | InvocationID=4218beec-a790-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:09:14+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4218bcbc-a790-11ed-9b9a-269a240a0b50 | InvocationID=4218beec-a790-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:09:14+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4218bcbc-a790-11ed-9b9a-269a240a0b50 | InvocationID=4218beec-a790-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:09:15+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=36b31dae-a790-11ed-9b9a-269a240a0b50 | InvocationID=36b32038-a790-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:09:15+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42ae7ea0-a790-11ed-9b9a-269a240a0b50 | InvocationID=42ae809e-a790-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:09:15+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42ae7ea0-a790-11ed-9b9a-269a240a0b50 | InvocationID=42ae809e-a790-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:09:15+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42ae7ea0-a790-11ed-9b9a-269a240a0b50 | InvocationID=42ae809e-a790-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:09:35+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42ae7ea0-a790-11ed-9b9a-269a240a0b50 | InvocationID=42ae809e-a790-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:09:35+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ea48bbe-a790-11ed-9b9a-269a240a0b50 | InvocationID=4ea48e3e-a790-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:09:35+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ea48bbe-a790-11ed-9b9a-269a240a0b50 | InvocationID=4ea48e3e-a790-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:09:35+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4ea48bbe-a790-11ed-9b9a-269a240a0b50 | InvocationID=4ea48e3e-a790-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:09:39+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4218bcbc-a790-11ed-9b9a-269a240a0b50 | InvocationID=4218beec-a790-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:09:39+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5113f402-a790-11ed-9b9a-269a240a0b50 | InvocationID=5113f614-a790-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:09:39+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5113f402-a790-11ed-9b9a-269a240a0b50 | InvocationID=5113f614-a790-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:09:39+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5113f402-a790-11ed-9b9a-269a240a0b50 | InvocationID=5113f614-a790-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:09:55+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4ea48bbe-a790-11ed-9b9a-269a240a0b50 | InvocationID=4ea48e3e-a790-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:09:55+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5aa23998-a790-11ed-9b9a-269a240a0b50 | InvocationID=5aa23bf0-a790-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:09:55+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5aa23998-a790-11ed-9b9a-269a240a0b50 | InvocationID=5aa23bf0-a790-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:09:55+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5aa23998-a790-11ed-9b9a-269a240a0b50 | InvocationID=5aa23bf0-a790-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:10:04+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5113f402-a790-11ed-9b9a-269a240a0b50 | InvocationID=5113f614-a790-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:10:04+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6014ae74-a790-11ed-9b9a-269a240a0b50 | InvocationID=6014b162-a790-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:10:04+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6014ae74-a790-11ed-9b9a-269a240a0b50 | InvocationID=6014b162-a790-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:10:04+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6014ae74-a790-11ed-9b9a-269a240a0b50 | InvocationID=6014b162-a790-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:10:15+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5aa23998-a790-11ed-9b9a-269a240a0b50 | InvocationID=5aa23bf0-a790-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:10:15+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=669b4afa-a790-11ed-9b9a-269a240a0b50 | InvocationID=669b4e1a-a790-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:10:15+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=669b4afa-a790-11ed-9b9a-269a240a0b50 | InvocationID=669b4e1a-a790-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:10:15+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=669b4afa-a790-11ed-9b9a-269a240a0b50 | InvocationID=669b4e1a-a790-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:10:29+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6014ae74-a790-11ed-9b9a-269a240a0b50 | InvocationID=6014b162-a790-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:10:29+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f0d0872-a790-11ed-9b9a-269a240a0b50 | InvocationID=6f0d0ad4-a790-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:10:29+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f0d0872-a790-11ed-9b9a-269a240a0b50 | InvocationID=6f0d0ad4-a790-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:10:29+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f0d0872-a790-11ed-9b9a-269a240a0b50 | InvocationID=6f0d0ad4-a790-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:10:35+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=669b4afa-a790-11ed-9b9a-269a240a0b50 | InvocationID=669b4e1a-a790-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:10:35+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72964d3c-a790-11ed-9b9a-269a240a0b50 | InvocationID=72964fee-a790-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:10:35+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72964d3c-a790-11ed-9b9a-269a240a0b50 | InvocationID=72964fee-a790-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:10:35+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72964d3c-a790-11ed-9b9a-269a240a0b50 | InvocationID=72964fee-a790-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:10:54+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f0d0872-a790-11ed-9b9a-269a240a0b50 | InvocationID=6f0d0ad4-a790-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:10:54+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e013826-a790-11ed-9b9a-269a240a0b50 | InvocationID=7e013a4c-a790-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:10:55+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e013826-a790-11ed-9b9a-269a240a0b50 | InvocationID=7e013a4c-a790-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:10:55+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e013826-a790-11ed-9b9a-269a240a0b50 | InvocationID=7e013a4c-a790-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:10:55+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72964d3c-a790-11ed-9b9a-269a240a0b50 | InvocationID=72964fee-a790-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:10:55+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e8c5fdc-a790-11ed-9b9a-269a240a0b50 | InvocationID=7e8c62ca-a790-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:10:55+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e8c5fdc-a790-11ed-9b9a-269a240a0b50 | InvocationID=7e8c62ca-a790-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:10:55+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e8c5fdc-a790-11ed-9b9a-269a240a0b50 | InvocationID=7e8c62ca-a790-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:11:15+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e8c5fdc-a790-11ed-9b9a-269a240a0b50 | InvocationID=7e8c62ca-a790-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:11:15+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a87a1ca-a790-11ed-9b9a-269a240a0b50 | InvocationID=8a87a4a4-a790-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:11:16+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a87a1ca-a790-11ed-9b9a-269a240a0b50 | InvocationID=8a87a4a4-a790-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:11:16+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8a87a1ca-a790-11ed-9b9a-269a240a0b50 | InvocationID=8a87a4a4-a790-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:11:20+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e013826-a790-11ed-9b9a-269a240a0b50 | InvocationID=7e013a4c-a790-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:11:20+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cf41010-a790-11ed-9b9a-269a240a0b50 | InvocationID=8cf41286-a790-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:11:20+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cf41010-a790-11ed-9b9a-269a240a0b50 | InvocationID=8cf41286-a790-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:11:20+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8cf41010-a790-11ed-9b9a-269a240a0b50 | InvocationID=8cf41286-a790-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:11:36+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8a87a1ca-a790-11ed-9b9a-269a240a0b50 | InvocationID=8a87a4a4-a790-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:11:36+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96871c44-a790-11ed-9b9a-269a240a0b50 | InvocationID=96871ea6-a790-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:11:36+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96871c44-a790-11ed-9b9a-269a240a0b50 | InvocationID=96871ea6-a790-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:11:36+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96871c44-a790-11ed-9b9a-269a240a0b50 | InvocationID=96871ea6-a790-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:11:45+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8cf41010-a790-11ed-9b9a-269a240a0b50 | InvocationID=8cf41286-a790-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:11:45+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9be5230c-a790-11ed-9b9a-269a240a0b50 | InvocationID=9be5256e-a790-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:11:45+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9be5230c-a790-11ed-9b9a-269a240a0b50 | InvocationID=9be5256e-a790-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:11:45+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9be5230c-a790-11ed-9b9a-269a240a0b50 | InvocationID=9be5256e-a790-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:11:56+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96871c44-a790-11ed-9b9a-269a240a0b50 | InvocationID=96871ea6-a790-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:11:56+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a27f47a6-a790-11ed-9b9a-269a240a0b50 | InvocationID=a27f4b02-a790-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:11:56+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a27f47a6-a790-11ed-9b9a-269a240a0b50 | InvocationID=a27f4b02-a790-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:11:56+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a27f47a6-a790-11ed-9b9a-269a240a0b50 | InvocationID=a27f4b02-a790-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:12:10+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9be5230c-a790-11ed-9b9a-269a240a0b50 | InvocationID=9be5256e-a790-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:12:10+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aad3f78a-a790-11ed-9b9a-269a240a0b50 | InvocationID=aad3fa64-a790-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:12:10+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aad3f78a-a790-11ed-9b9a-269a240a0b50 | InvocationID=aad3fa64-a790-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:12:10+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aad3f78a-a790-11ed-9b9a-269a240a0b50 | InvocationID=aad3fa64-a790-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:12:16+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a27f47a6-a790-11ed-9b9a-269a240a0b50 | InvocationID=a27f4b02-a790-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:12:16+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae7c6552-a790-11ed-9b9a-269a240a0b50 | InvocationID=ae7c7164-a790-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:12:16+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae7c6552-a790-11ed-9b9a-269a240a0b50 | InvocationID=ae7c7164-a790-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:12:16+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae7c6552-a790-11ed-9b9a-269a240a0b50 | InvocationID=ae7c7164-a790-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:12:35+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aad3f78a-a790-11ed-9b9a-269a240a0b50 | InvocationID=aad3fa64-a790-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:12:35+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9d4feb4-a790-11ed-9b9a-269a240a0b50 | InvocationID=b9d50184-a790-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:12:35+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9d4feb4-a790-11ed-9b9a-269a240a0b50 | InvocationID=b9d50184-a790-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:12:35+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9d4feb4-a790-11ed-9b9a-269a240a0b50 | InvocationID=b9d50184-a790-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:12:36+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae7c6552-a790-11ed-9b9a-269a240a0b50 | InvocationID=ae7c7164-a790-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:12:36+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba74629c-a790-11ed-9b9a-269a240a0b50 | InvocationID=ba7464f4-a790-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:12:36+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba74629c-a790-11ed-9b9a-269a240a0b50 | InvocationID=ba7464f4-a790-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:12:36+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ba74629c-a790-11ed-9b9a-269a240a0b50 | InvocationID=ba7464f4-a790-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:12:56+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ba74629c-a790-11ed-9b9a-269a240a0b50 | InvocationID=ba7464f4-a790-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:12:56+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c669c614-a790-11ed-9b9a-269a240a0b50 | InvocationID=c669c84e-a790-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:12:56+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c669c614-a790-11ed-9b9a-269a240a0b50 | InvocationID=c669c84e-a790-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:12:56+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c669c614-a790-11ed-9b9a-269a240a0b50 | InvocationID=c669c84e-a790-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:13:00+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9d4feb4-a790-11ed-9b9a-269a240a0b50 | InvocationID=b9d50184-a790-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:13:00+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8c6b75a-a790-11ed-9b9a-269a240a0b50 | InvocationID=c8c6b94e-a790-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:13:00+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8c6b75a-a790-11ed-9b9a-269a240a0b50 | InvocationID=c8c6b94e-a790-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:13:00+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8c6b75a-a790-11ed-9b9a-269a240a0b50 | InvocationID=c8c6b94e-a790-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:13:16+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c669c614-a790-11ed-9b9a-269a240a0b50 | InvocationID=c669c84e-a790-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:13:16+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d267e4b4-a790-11ed-9b9a-269a240a0b50 | InvocationID=d267ee14-a790-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:13:16+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d267e4b4-a790-11ed-9b9a-269a240a0b50 | InvocationID=d267ee14-a790-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:13:16+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d267e4b4-a790-11ed-9b9a-269a240a0b50 | InvocationID=d267ee14-a790-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:13:25+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8c6b75a-a790-11ed-9b9a-269a240a0b50 | InvocationID=c8c6b94e-a790-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:13:25+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7bdad18-a790-11ed-9b9a-269a240a0b50 | InvocationID=d7bdb088-a790-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:13:25+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7bdad18-a790-11ed-9b9a-269a240a0b50 | InvocationID=d7bdb088-a790-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:13:25+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7bdad18-a790-11ed-9b9a-269a240a0b50 | InvocationID=d7bdb088-a790-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:13:36+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d267e4b4-a790-11ed-9b9a-269a240a0b50 | InvocationID=d267ee14-a790-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:13:36+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de637382-a790-11ed-9b9a-269a240a0b50 | InvocationID=de6375e4-a790-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:13:36+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de637382-a790-11ed-9b9a-269a240a0b50 | InvocationID=de6375e4-a790-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:13:36+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de637382-a790-11ed-9b9a-269a240a0b50 | InvocationID=de6375e4-a790-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:13:50+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7bdad18-a790-11ed-9b9a-269a240a0b50 | InvocationID=d7bdb088-a790-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:13:50+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6c0158a-a790-11ed-9b9a-269a240a0b50 | InvocationID=e6c017c4-a790-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:13:50+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6c0158a-a790-11ed-9b9a-269a240a0b50 | InvocationID=e6c017c4-a790-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:13:50+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6c0158a-a790-11ed-9b9a-269a240a0b50 | InvocationID=e6c017c4-a790-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:13:56+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de637382-a790-11ed-9b9a-269a240a0b50 | InvocationID=de6375e4-a790-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:13:56+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea59cb28-a790-11ed-9b9a-269a240a0b50 | InvocationID=ea59cd80-a790-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:13:56+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea59cb28-a790-11ed-9b9a-269a240a0b50 | InvocationID=ea59cd80-a790-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:13:56+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea59cb28-a790-11ed-9b9a-269a240a0b50 | InvocationID=ea59cd80-a790-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:14:15+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6c0158a-a790-11ed-9b9a-269a240a0b50 | InvocationID=e6c017c4-a790-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:14:15+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5b60798-a790-11ed-9b9a-269a240a0b50 | InvocationID=f5b60a22-a790-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:14:15+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5b60798-a790-11ed-9b9a-269a240a0b50 | InvocationID=f5b60a22-a790-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:14:15+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5b60798-a790-11ed-9b9a-269a240a0b50 | InvocationID=f5b60a22-a790-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:14:16+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea59cb28-a790-11ed-9b9a-269a240a0b50 | InvocationID=ea59cd80-a790-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:14:16+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6579f04-a790-11ed-9b9a-269a240a0b50 | InvocationID=f657a238-a790-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:14:16+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6579f04-a790-11ed-9b9a-269a240a0b50 | InvocationID=f657a238-a790-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:14:16+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f6579f04-a790-11ed-9b9a-269a240a0b50 | InvocationID=f657a238-a790-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:14:36+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f6579f04-a790-11ed-9b9a-269a240a0b50 | InvocationID=f657a238-a790-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:14:36+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0256e88c-a791-11ed-9b9a-269a240a0b50 | InvocationID=0256ead0-a791-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:14:37+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0256e88c-a791-11ed-9b9a-269a240a0b50 | InvocationID=0256ead0-a791-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:14:37+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0256e88c-a791-11ed-9b9a-269a240a0b50 | InvocationID=0256ead0-a791-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:14:40+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5b60798-a790-11ed-9b9a-269a240a0b50 | InvocationID=f5b60a22-a790-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:14:40+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04b90858-a791-11ed-9b9a-269a240a0b50 | InvocationID=04b90c54-a791-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:14:41+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04b90858-a791-11ed-9b9a-269a240a0b50 | InvocationID=04b90c54-a791-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:14:41+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04b90858-a791-11ed-9b9a-269a240a0b50 | InvocationID=04b90c54-a791-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:14:57+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0256e88c-a791-11ed-9b9a-269a240a0b50 | InvocationID=0256ead0-a791-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:14:57+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e4ce13c-a791-11ed-9b9a-269a240a0b50 | InvocationID=0e4cf3d4-a791-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:14:57+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e4ce13c-a791-11ed-9b9a-269a240a0b50 | InvocationID=0e4cf3d4-a791-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:14:57+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e4ce13c-a791-11ed-9b9a-269a240a0b50 | InvocationID=0e4cf3d4-a791-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:15:06+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04b90858-a791-11ed-9b9a-269a240a0b50 | InvocationID=04b90c54-a791-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:15:06+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13aca324-a791-11ed-9b9a-269a240a0b50 | InvocationID=13aca540-a791-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:15:06+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13aca324-a791-11ed-9b9a-269a240a0b50 | InvocationID=13aca540-a791-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:15:06+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13aca324-a791-11ed-9b9a-269a240a0b50 | InvocationID=13aca540-a791-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:15:17+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e4ce13c-a791-11ed-9b9a-269a240a0b50 | InvocationID=0e4cf3d4-a791-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:15:17+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a50c480-a791-11ed-9b9a-269a240a0b50 | InvocationID=1a50c7a0-a791-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:15:17+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a50c480-a791-11ed-9b9a-269a240a0b50 | InvocationID=1a50c7a0-a791-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:15:17+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a50c480-a791-11ed-9b9a-269a240a0b50 | InvocationID=1a50c7a0-a791-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:15:31+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13aca324-a791-11ed-9b9a-269a240a0b50 | InvocationID=13aca540-a791-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:15:31+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22a018de-a791-11ed-9b9a-269a240a0b50 | InvocationID=22a01ac8-a791-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:15:31+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22a018de-a791-11ed-9b9a-269a240a0b50 | InvocationID=22a01ac8-a791-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:15:31+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22a018de-a791-11ed-9b9a-269a240a0b50 | InvocationID=22a01ac8-a791-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:15:37+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a50c480-a791-11ed-9b9a-269a240a0b50 | InvocationID=1a50c7a0-a791-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:15:37+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=264d931c-a791-11ed-9b9a-269a240a0b50 | InvocationID=264d9600-a791-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:15:37+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=264d931c-a791-11ed-9b9a-269a240a0b50 | InvocationID=264d9600-a791-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:15:37+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=264d931c-a791-11ed-9b9a-269a240a0b50 | InvocationID=264d9600-a791-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:15:56+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22a018de-a791-11ed-9b9a-269a240a0b50 | InvocationID=22a01ac8-a791-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:15:56+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3193566c-a791-11ed-9b9a-269a240a0b50 | InvocationID=3193629c-a791-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:15:56+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3193566c-a791-11ed-9b9a-269a240a0b50 | InvocationID=3193629c-a791-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:15:56+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3193566c-a791-11ed-9b9a-269a240a0b50 | InvocationID=3193629c-a791-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:15:57+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=264d931c-a791-11ed-9b9a-269a240a0b50 | InvocationID=264d9600-a791-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:15:57+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3251d0f6-a791-11ed-9b9a-269a240a0b50 | InvocationID=3251d376-a791-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:15:57+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3251d0f6-a791-11ed-9b9a-269a240a0b50 | InvocationID=3251d376-a791-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:15:57+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3251d0f6-a791-11ed-9b9a-269a240a0b50 | InvocationID=3251d376-a791-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:16:17+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3251d0f6-a791-11ed-9b9a-269a240a0b50 | InvocationID=3251d376-a791-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:16:17+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e45f8c4-a791-11ed-9b9a-269a240a0b50 | InvocationID=3e45fc0c-a791-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:16:17+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e45f8c4-a791-11ed-9b9a-269a240a0b50 | InvocationID=3e45fc0c-a791-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:16:17+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3e45f8c4-a791-11ed-9b9a-269a240a0b50 | InvocationID=3e45fc0c-a791-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:16:21+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3193566c-a791-11ed-9b9a-269a240a0b50 | InvocationID=3193629c-a791-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:16:21+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=408a044a-a791-11ed-9b9a-269a240a0b50 | InvocationID=408a063e-a791-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:16:21+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=408a044a-a791-11ed-9b9a-269a240a0b50 | InvocationID=408a063e-a791-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:16:21+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=408a044a-a791-11ed-9b9a-269a240a0b50 | InvocationID=408a063e-a791-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:16:37+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3e45f8c4-a791-11ed-9b9a-269a240a0b50 | InvocationID=3e45fc0c-a791-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:16:37+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a46d148-a791-11ed-9b9a-269a240a0b50 | InvocationID=4a46d6e8-a791-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:16:37+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a46d148-a791-11ed-9b9a-269a240a0b50 | InvocationID=4a46d6e8-a791-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:16:37+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4a46d148-a791-11ed-9b9a-269a240a0b50 | InvocationID=4a46d6e8-a791-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:16:46+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=408a044a-a791-11ed-9b9a-269a240a0b50 | InvocationID=408a063e-a791-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:16:46+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f7d29d2-a791-11ed-9b9a-269a240a0b50 | InvocationID=4f7d2c20-a791-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:16:46+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f7d29d2-a791-11ed-9b9a-269a240a0b50 | InvocationID=4f7d2c20-a791-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:16:46+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f7d29d2-a791-11ed-9b9a-269a240a0b50 | InvocationID=4f7d2c20-a791-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:16:57+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4a46d148-a791-11ed-9b9a-269a240a0b50 | InvocationID=4a46d6e8-a791-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:16:57+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5664a216-a791-11ed-9b9a-269a240a0b50 | InvocationID=5664bd32-a791-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:16:58+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5664a216-a791-11ed-9b9a-269a240a0b50 | InvocationID=5664bd32-a791-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:16:58+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5664a216-a791-11ed-9b9a-269a240a0b50 | InvocationID=5664bd32-a791-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:17:11+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f7d29d2-a791-11ed-9b9a-269a240a0b50 | InvocationID=4f7d2c20-a791-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:17:11+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e6df43a-a791-11ed-9b9a-269a240a0b50 | InvocationID=5e6df6ce-a791-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:17:11+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e6df43a-a791-11ed-9b9a-269a240a0b50 | InvocationID=5e6df6ce-a791-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:17:11+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e6df43a-a791-11ed-9b9a-269a240a0b50 | InvocationID=5e6df6ce-a791-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:17:18+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5664a216-a791-11ed-9b9a-269a240a0b50 | InvocationID=5664bd32-a791-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:17:18+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=625d0860-a791-11ed-9b9a-269a240a0b50 | InvocationID=625d0b3a-a791-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:17:18+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=625d0860-a791-11ed-9b9a-269a240a0b50 | InvocationID=625d0b3a-a791-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:17:18+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=625d0860-a791-11ed-9b9a-269a240a0b50 | InvocationID=625d0b3a-a791-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:17:36+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e6df43a-a791-11ed-9b9a-269a240a0b50 | InvocationID=5e6df6ce-a791-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:17:36+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d691762-a791-11ed-9b9a-269a240a0b50 | InvocationID=6d691988-a791-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:17:36+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d691762-a791-11ed-9b9a-269a240a0b50 | InvocationID=6d691988-a791-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:17:36+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d691762-a791-11ed-9b9a-269a240a0b50 | InvocationID=6d691988-a791-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:17:38+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=625d0860-a791-11ed-9b9a-269a240a0b50 | InvocationID=625d0b3a-a791-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:17:38+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e5beb7c-a791-11ed-9b9a-269a240a0b50 | InvocationID=6e5bef3c-a791-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:17:38+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e5beb7c-a791-11ed-9b9a-269a240a0b50 | InvocationID=6e5bef3c-a791-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:17:38+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e5beb7c-a791-11ed-9b9a-269a240a0b50 | InvocationID=6e5bef3c-a791-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:17:58+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e5beb7c-a791-11ed-9b9a-269a240a0b50 | InvocationID=6e5bef3c-a791-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:17:58+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a52b97e-a791-11ed-9b9a-269a240a0b50 | InvocationID=7a52bc9e-a791-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:17:58+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a52b97e-a791-11ed-9b9a-269a240a0b50 | InvocationID=7a52bc9e-a791-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:17:58+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7a52b97e-a791-11ed-9b9a-269a240a0b50 | InvocationID=7a52bc9e-a791-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:18:01+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d691762-a791-11ed-9b9a-269a240a0b50 | InvocationID=6d691988-a791-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:18:01+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c618dd0-a791-11ed-9b9a-269a240a0b50 | InvocationID=7c6191fe-a791-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:18:01+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c618dd0-a791-11ed-9b9a-269a240a0b50 | InvocationID=7c6191fe-a791-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:18:01+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c618dd0-a791-11ed-9b9a-269a240a0b50 | InvocationID=7c6191fe-a791-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:18:18+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7a52b97e-a791-11ed-9b9a-269a240a0b50 | InvocationID=7a52bc9e-a791-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:18:18+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86476c34-a791-11ed-9b9a-269a240a0b50 | InvocationID=86476e8c-a791-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:18:18+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86476c34-a791-11ed-9b9a-269a240a0b50 | InvocationID=86476e8c-a791-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:18:18+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86476c34-a791-11ed-9b9a-269a240a0b50 | InvocationID=86476e8c-a791-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:18:26+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c618dd0-a791-11ed-9b9a-269a240a0b50 | InvocationID=7c6191fe-a791-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:18:26+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b4dc9b2-a791-11ed-9b9a-269a240a0b50 | InvocationID=8b4dcd04-a791-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:18:26+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b4dc9b2-a791-11ed-9b9a-269a240a0b50 | InvocationID=8b4dcd04-a791-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:18:26+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b4dc9b2-a791-11ed-9b9a-269a240a0b50 | InvocationID=8b4dcd04-a791-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:18:38+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86476c34-a791-11ed-9b9a-269a240a0b50 | InvocationID=86476e8c-a791-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:18:38+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=924a2c60-a791-11ed-9b9a-269a240a0b50 | InvocationID=924a2f58-a791-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:18:38+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=924a2c60-a791-11ed-9b9a-269a240a0b50 | InvocationID=924a2f58-a791-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:18:38+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=924a2c60-a791-11ed-9b9a-269a240a0b50 | InvocationID=924a2f58-a791-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:18:51+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b4dc9b2-a791-11ed-9b9a-269a240a0b50 | InvocationID=8b4dcd04-a791-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:18:51+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a3efb94-a791-11ed-9b9a-269a240a0b50 | InvocationID=9a3efe00-a791-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:18:51+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a3efb94-a791-11ed-9b9a-269a240a0b50 | InvocationID=9a3efe00-a791-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:18:51+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a3efb94-a791-11ed-9b9a-269a240a0b50 | InvocationID=9a3efe00-a791-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:18:58+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=924a2c60-a791-11ed-9b9a-269a240a0b50 | InvocationID=924a2f58-a791-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:18:58+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e435bc2-a791-11ed-9b9a-269a240a0b50 | InvocationID=9e435e60-a791-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:18:58+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e435bc2-a791-11ed-9b9a-269a240a0b50 | InvocationID=9e435e60-a791-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:18:58+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9e435bc2-a791-11ed-9b9a-269a240a0b50 | InvocationID=9e435e60-a791-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:19:16+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a3efb94-a791-11ed-9b9a-269a240a0b50 | InvocationID=9a3efe00-a791-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:19:16+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a93b10ba-a791-11ed-9b9a-269a240a0b50 | InvocationID=a93b184e-a791-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:19:17+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a93b10ba-a791-11ed-9b9a-269a240a0b50 | InvocationID=a93b184e-a791-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:19:17+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a93b10ba-a791-11ed-9b9a-269a240a0b50 | InvocationID=a93b184e-a791-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:19:18+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9e435bc2-a791-11ed-9b9a-269a240a0b50 | InvocationID=9e435e60-a791-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:19:18+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa498dc4-a791-11ed-9b9a-269a240a0b50 | InvocationID=aa4994f4-a791-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:19:18+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa498dc4-a791-11ed-9b9a-269a240a0b50 | InvocationID=aa4994f4-a791-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:19:18+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa498dc4-a791-11ed-9b9a-269a240a0b50 | InvocationID=aa4994f4-a791-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:19:38+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa498dc4-a791-11ed-9b9a-269a240a0b50 | InvocationID=aa4994f4-a791-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:19:38+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b64f4adc-a791-11ed-9b9a-269a240a0b50 | InvocationID=b64f4f32-a791-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:19:39+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b64f4adc-a791-11ed-9b9a-269a240a0b50 | InvocationID=b64f4f32-a791-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:19:39+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b64f4adc-a791-11ed-9b9a-269a240a0b50 | InvocationID=b64f4f32-a791-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:19:42+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a93b10ba-a791-11ed-9b9a-269a240a0b50 | InvocationID=a93b184e-a791-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:19:42+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b832353a-a791-11ed-9b9a-269a240a0b50 | InvocationID=b832386e-a791-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:19:42+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b832353a-a791-11ed-9b9a-269a240a0b50 | InvocationID=b832386e-a791-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:19:42+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b832353a-a791-11ed-9b9a-269a240a0b50 | InvocationID=b832386e-a791-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:19:59+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b64f4adc-a791-11ed-9b9a-269a240a0b50 | InvocationID=b64f4f32-a791-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:19:59+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c24cdda4-a791-11ed-9b9a-269a240a0b50 | InvocationID=c24cdfb6-a791-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:19:59+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c24cdda4-a791-11ed-9b9a-269a240a0b50 | InvocationID=c24cdfb6-a791-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:19:59+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c24cdda4-a791-11ed-9b9a-269a240a0b50 | InvocationID=c24cdfb6-a791-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:20:07+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b832353a-a791-11ed-9b9a-269a240a0b50 | InvocationID=b832386e-a791-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:20:07+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c72c6fa6-a791-11ed-9b9a-269a240a0b50 | InvocationID=c72c7212-a791-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:20:07+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c72c6fa6-a791-11ed-9b9a-269a240a0b50 | InvocationID=c72c7212-a791-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:20:07+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c72c6fa6-a791-11ed-9b9a-269a240a0b50 | InvocationID=c72c7212-a791-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:20:19+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c24cdda4-a791-11ed-9b9a-269a240a0b50 | InvocationID=c24cdfb6-a791-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:20:19+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce43f174-a791-11ed-9b9a-269a240a0b50 | InvocationID=ce43f3b8-a791-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:20:19+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce43f174-a791-11ed-9b9a-269a240a0b50 | InvocationID=ce43f3b8-a791-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:20:19+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ce43f174-a791-11ed-9b9a-269a240a0b50 | InvocationID=ce43f3b8-a791-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:20:32+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c72c6fa6-a791-11ed-9b9a-269a240a0b50 | InvocationID=c72c7212-a791-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:20:32+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d61dd8e2-a791-11ed-9b9a-269a240a0b50 | InvocationID=d61ddb30-a791-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:20:32+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d61dd8e2-a791-11ed-9b9a-269a240a0b50 | InvocationID=d61ddb30-a791-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:20:32+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d61dd8e2-a791-11ed-9b9a-269a240a0b50 | InvocationID=d61ddb30-a791-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:20:39+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ce43f174-a791-11ed-9b9a-269a240a0b50 | InvocationID=ce43f3b8-a791-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:20:39+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da49458c-a791-11ed-9b9a-269a240a0b50 | InvocationID=da494802-a791-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:20:39+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da49458c-a791-11ed-9b9a-269a240a0b50 | InvocationID=da494802-a791-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:20:39+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da49458c-a791-11ed-9b9a-269a240a0b50 | InvocationID=da494802-a791-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:20:57+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d61dd8e2-a791-11ed-9b9a-269a240a0b50 | InvocationID=d61ddb30-a791-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:20:57+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5144b38-a791-11ed-9b9a-269a240a0b50 | InvocationID=e5144cfa-a791-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:20:57+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5144b38-a791-11ed-9b9a-269a240a0b50 | InvocationID=e5144cfa-a791-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:20:57+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e5144b38-a791-11ed-9b9a-269a240a0b50 | InvocationID=e5144cfa-a791-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:20:59+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da49458c-a791-11ed-9b9a-269a240a0b50 | InvocationID=da494802-a791-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:20:59+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e65bd7cc-a791-11ed-9b9a-269a240a0b50 | InvocationID=e65bdaa6-a791-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:20:59+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e65bd7cc-a791-11ed-9b9a-269a240a0b50 | InvocationID=e65bdaa6-a791-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:20:59+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e65bd7cc-a791-11ed-9b9a-269a240a0b50 | InvocationID=e65bdaa6-a791-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:21:19+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e65bd7cc-a791-11ed-9b9a-269a240a0b50 | InvocationID=e65bdaa6-a791-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:21:19+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f25d6126-a791-11ed-9b9a-269a240a0b50 | InvocationID=f25d63d8-a791-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:21:19+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f25d6126-a791-11ed-9b9a-269a240a0b50 | InvocationID=f25d63d8-a791-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:21:19+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f25d6126-a791-11ed-9b9a-269a240a0b50 | InvocationID=f25d63d8-a791-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:21:22+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e5144b38-a791-11ed-9b9a-269a240a0b50 | InvocationID=e5144cfa-a791-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:21:22+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f40eb696-a791-11ed-9b9a-269a240a0b50 | InvocationID=f40eb8e4-a791-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:21:22+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f40eb696-a791-11ed-9b9a-269a240a0b50 | InvocationID=f40eb8e4-a791-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:21:22+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f40eb696-a791-11ed-9b9a-269a240a0b50 | InvocationID=f40eb8e4-a791-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:21:39+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f25d6126-a791-11ed-9b9a-269a240a0b50 | InvocationID=f25d63d8-a791-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:21:39+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe5ded6a-a791-11ed-9b9a-269a240a0b50 | InvocationID=fe5def0e-a791-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:21:39+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe5ded6a-a791-11ed-9b9a-269a240a0b50 | InvocationID=fe5def0e-a791-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:21:39+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe5ded6a-a791-11ed-9b9a-269a240a0b50 | InvocationID=fe5def0e-a791-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:21:47+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f40eb696-a791-11ed-9b9a-269a240a0b50 | InvocationID=f40eb8e4-a791-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:21:47+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02fd6e04-a792-11ed-9b9a-269a240a0b50 | InvocationID=02fd7156-a792-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:21:47+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02fd6e04-a792-11ed-9b9a-269a240a0b50 | InvocationID=02fd7156-a792-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:21:47+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02fd6e04-a792-11ed-9b9a-269a240a0b50 | InvocationID=02fd7156-a792-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:21:59+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe5ded6a-a791-11ed-9b9a-269a240a0b50 | InvocationID=fe5def0e-a791-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:21:59+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a54088e-a792-11ed-9b9a-269a240a0b50 | InvocationID=0a540b04-a792-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:21:59+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a54088e-a792-11ed-9b9a-269a240a0b50 | InvocationID=0a540b04-a792-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:21:59+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0a54088e-a792-11ed-9b9a-269a240a0b50 | InvocationID=0a540b04-a792-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:22:12+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02fd6e04-a792-11ed-9b9a-269a240a0b50 | InvocationID=02fd7156-a792-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:22:12+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11ef0a4e-a792-11ed-9b9a-269a240a0b50 | InvocationID=11ef0c88-a792-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:22:12+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11ef0a4e-a792-11ed-9b9a-269a240a0b50 | InvocationID=11ef0c88-a792-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:22:12+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11ef0a4e-a792-11ed-9b9a-269a240a0b50 | InvocationID=11ef0c88-a792-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:22:19+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0a54088e-a792-11ed-9b9a-269a240a0b50 | InvocationID=0a540b04-a792-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:22:19+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16494eba-a792-11ed-9b9a-269a240a0b50 | InvocationID=164950c2-a792-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:22:20+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16494eba-a792-11ed-9b9a-269a240a0b50 | InvocationID=164950c2-a792-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:22:20+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16494eba-a792-11ed-9b9a-269a240a0b50 | InvocationID=164950c2-a792-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:22:37+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11ef0a4e-a792-11ed-9b9a-269a240a0b50 | InvocationID=11ef0c88-a792-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:22:37+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20e41120-a792-11ed-9b9a-269a240a0b50 | InvocationID=20e413dc-a792-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:22:37+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20e41120-a792-11ed-9b9a-269a240a0b50 | InvocationID=20e413dc-a792-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:22:37+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20e41120-a792-11ed-9b9a-269a240a0b50 | InvocationID=20e413dc-a792-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:22:40+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16494eba-a792-11ed-9b9a-269a240a0b50 | InvocationID=164950c2-a792-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:22:40+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=225119f4-a792-11ed-9b9a-269a240a0b50 | InvocationID=22511c60-a792-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:22:40+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=225119f4-a792-11ed-9b9a-269a240a0b50 | InvocationID=22511c60-a792-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:22:40+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=225119f4-a792-11ed-9b9a-269a240a0b50 | InvocationID=22511c60-a792-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:23:00+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=225119f4-a792-11ed-9b9a-269a240a0b50 | InvocationID=22511c60-a792-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:23:00+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e4d3134-a792-11ed-9b9a-269a240a0b50 | InvocationID=2e4d3dd2-a792-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:23:00+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e4d3134-a792-11ed-9b9a-269a240a0b50 | InvocationID=2e4d3dd2-a792-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:23:00+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e4d3134-a792-11ed-9b9a-269a240a0b50 | InvocationID=2e4d3dd2-a792-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:23:02+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20e41120-a792-11ed-9b9a-269a240a0b50 | InvocationID=20e413dc-a792-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:23:02+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fd71c40-a792-11ed-9b9a-269a240a0b50 | InvocationID=2fd71fb0-a792-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:23:02+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fd71c40-a792-11ed-9b9a-269a240a0b50 | InvocationID=2fd71fb0-a792-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:23:02+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2fd71c40-a792-11ed-9b9a-269a240a0b50 | InvocationID=2fd71fb0-a792-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:23:20+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e4d3134-a792-11ed-9b9a-269a240a0b50 | InvocationID=2e4d3dd2-a792-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:23:20+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a51e114-a792-11ed-9b9a-269a240a0b50 | InvocationID=3a51e3bc-a792-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:23:20+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a51e114-a792-11ed-9b9a-269a240a0b50 | InvocationID=3a51e3bc-a792-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:23:20+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3a51e114-a792-11ed-9b9a-269a240a0b50 | InvocationID=3a51e3bc-a792-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:23:27+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2fd71c40-a792-11ed-9b9a-269a240a0b50 | InvocationID=2fd71fb0-a792-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:23:27+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ed00252-a792-11ed-9b9a-269a240a0b50 | InvocationID=3ed004aa-a792-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:23:28+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ed00252-a792-11ed-9b9a-269a240a0b50 | InvocationID=3ed004aa-a792-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:23:28+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ed00252-a792-11ed-9b9a-269a240a0b50 | InvocationID=3ed004aa-a792-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:23:40+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3a51e114-a792-11ed-9b9a-269a240a0b50 | InvocationID=3a51e3bc-a792-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:23:40+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=464d7712-a792-11ed-9b9a-269a240a0b50 | InvocationID=464d797e-a792-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:23:40+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=464d7712-a792-11ed-9b9a-269a240a0b50 | InvocationID=464d797e-a792-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:23:40+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=464d7712-a792-11ed-9b9a-269a240a0b50 | InvocationID=464d797e-a792-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:23:53+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ed00252-a792-11ed-9b9a-269a240a0b50 | InvocationID=3ed004aa-a792-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:23:53+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4dc969a6-a792-11ed-9b9a-269a240a0b50 | InvocationID=4dc96bf4-a792-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:23:53+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4dc969a6-a792-11ed-9b9a-269a240a0b50 | InvocationID=4dc96bf4-a792-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:23:53+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4dc969a6-a792-11ed-9b9a-269a240a0b50 | InvocationID=4dc96bf4-a792-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:24:00+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=464d7712-a792-11ed-9b9a-269a240a0b50 | InvocationID=464d797e-a792-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:24:00+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5250b56a-a792-11ed-9b9a-269a240a0b50 | InvocationID=5250b83a-a792-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:24:00+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5250b56a-a792-11ed-9b9a-269a240a0b50 | InvocationID=5250b83a-a792-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:24:00+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5250b56a-a792-11ed-9b9a-269a240a0b50 | InvocationID=5250b83a-a792-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:24:18+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4dc969a6-a792-11ed-9b9a-269a240a0b50 | InvocationID=4dc96bf4-a792-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:24:18+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ccec3b0-a792-11ed-9b9a-269a240a0b50 | InvocationID=5ccec5a4-a792-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:24:18+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ccec3b0-a792-11ed-9b9a-269a240a0b50 | InvocationID=5ccec5a4-a792-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:24:18+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ccec3b0-a792-11ed-9b9a-269a240a0b50 | InvocationID=5ccec5a4-a792-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:24:20+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5250b56a-a792-11ed-9b9a-269a240a0b50 | InvocationID=5250b83a-a792-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:24:20+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e4d696c-a792-11ed-9b9a-269a240a0b50 | InvocationID=5e4d6f66-a792-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:24:20+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e4d696c-a792-11ed-9b9a-269a240a0b50 | InvocationID=5e4d6f66-a792-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:24:20+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5e4d696c-a792-11ed-9b9a-269a240a0b50 | InvocationID=5e4d6f66-a792-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:24:40+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5e4d696c-a792-11ed-9b9a-269a240a0b50 | InvocationID=5e4d6f66-a792-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:24:40+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a3ffda2-a792-11ed-9b9a-269a240a0b50 | InvocationID=6a400090-a792-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:24:40+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a3ffda2-a792-11ed-9b9a-269a240a0b50 | InvocationID=6a400090-a792-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:24:40+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6a3ffda2-a792-11ed-9b9a-269a240a0b50 | InvocationID=6a400090-a792-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:24:43+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ccec3b0-a792-11ed-9b9a-269a240a0b50 | InvocationID=5ccec5a4-a792-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:24:43+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bcbbb84-a792-11ed-9b9a-269a240a0b50 | InvocationID=6bcbbd1e-a792-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:24:43+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bcbbb84-a792-11ed-9b9a-269a240a0b50 | InvocationID=6bcbbd1e-a792-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:24:43+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6bcbbb84-a792-11ed-9b9a-269a240a0b50 | InvocationID=6bcbbd1e-a792-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:25:00+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6a3ffda2-a792-11ed-9b9a-269a240a0b50 | InvocationID=6a400090-a792-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:25:00+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=763a583c-a792-11ed-9b9a-269a240a0b50 | InvocationID=763a5bb6-a792-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:25:00+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=763a583c-a792-11ed-9b9a-269a240a0b50 | InvocationID=763a5bb6-a792-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:25:00+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=763a583c-a792-11ed-9b9a-269a240a0b50 | InvocationID=763a5bb6-a792-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:25:08+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6bcbbb84-a792-11ed-9b9a-269a240a0b50 | InvocationID=6bcbbd1e-a792-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:25:08+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ac24950-a792-11ed-9b9a-269a240a0b50 | InvocationID=7ac24bc6-a792-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:25:08+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ac24950-a792-11ed-9b9a-269a240a0b50 | InvocationID=7ac24bc6-a792-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:25:08+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ac24950-a792-11ed-9b9a-269a240a0b50 | InvocationID=7ac24bc6-a792-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:25:20+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=763a583c-a792-11ed-9b9a-269a240a0b50 | InvocationID=763a5bb6-a792-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:25:20+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82318002-a792-11ed-9b9a-269a240a0b50 | InvocationID=8231850c-a792-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:25:21+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82318002-a792-11ed-9b9a-269a240a0b50 | InvocationID=8231850c-a792-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:25:21+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=82318002-a792-11ed-9b9a-269a240a0b50 | InvocationID=8231850c-a792-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:25:33+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ac24950-a792-11ed-9b9a-269a240a0b50 | InvocationID=7ac24bc6-a792-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:25:33+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89b6cfe4-a792-11ed-9b9a-269a240a0b50 | InvocationID=89b6d336-a792-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:25:33+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89b6cfe4-a792-11ed-9b9a-269a240a0b50 | InvocationID=89b6d336-a792-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:25:33+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89b6cfe4-a792-11ed-9b9a-269a240a0b50 | InvocationID=89b6d336-a792-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:25:41+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=82318002-a792-11ed-9b9a-269a240a0b50 | InvocationID=8231850c-a792-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:25:41+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e29e944-a792-11ed-9b9a-269a240a0b50 | InvocationID=8e29eb88-a792-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:25:41+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e29e944-a792-11ed-9b9a-269a240a0b50 | InvocationID=8e29eb88-a792-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:25:41+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8e29e944-a792-11ed-9b9a-269a240a0b50 | InvocationID=8e29eb88-a792-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:25:58+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89b6cfe4-a792-11ed-9b9a-269a240a0b50 | InvocationID=89b6d336-a792-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:25:58+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98c242ca-a792-11ed-9b9a-269a240a0b50 | InvocationID=98c24590-a792-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:25:58+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98c242ca-a792-11ed-9b9a-269a240a0b50 | InvocationID=98c24590-a792-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:25:58+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98c242ca-a792-11ed-9b9a-269a240a0b50 | InvocationID=98c24590-a792-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:26:01+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8e29e944-a792-11ed-9b9a-269a240a0b50 | InvocationID=8e29eb88-a792-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:26:01+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a2459a0-a792-11ed-9b9a-269a240a0b50 | InvocationID=9a245cde-a792-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:26:01+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a2459a0-a792-11ed-9b9a-269a240a0b50 | InvocationID=9a245cde-a792-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:26:01+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a2459a0-a792-11ed-9b9a-269a240a0b50 | InvocationID=9a245cde-a792-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:26:21+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a2459a0-a792-11ed-9b9a-269a240a0b50 | InvocationID=9a245cde-a792-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:26:21+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a61e982e-a792-11ed-9b9a-269a240a0b50 | InvocationID=a61e9a2c-a792-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:26:21+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a61e982e-a792-11ed-9b9a-269a240a0b50 | InvocationID=a61e9a2c-a792-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:26:21+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a61e982e-a792-11ed-9b9a-269a240a0b50 | InvocationID=a61e9a2c-a792-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:26:23+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98c242ca-a792-11ed-9b9a-269a240a0b50 | InvocationID=98c24590-a792-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:26:23+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7b8d96a-a792-11ed-9b9a-269a240a0b50 | InvocationID=a7b8db9a-a792-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:26:23+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7b8d96a-a792-11ed-9b9a-269a240a0b50 | InvocationID=a7b8db9a-a792-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:26:23+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7b8d96a-a792-11ed-9b9a-269a240a0b50 | InvocationID=a7b8db9a-a792-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:26:41+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a61e982e-a792-11ed-9b9a-269a240a0b50 | InvocationID=a61e9a2c-a792-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:26:41+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b21bb31e-a792-11ed-9b9a-269a240a0b50 | InvocationID=b21bb620-a792-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:26:41+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b21bb31e-a792-11ed-9b9a-269a240a0b50 | InvocationID=b21bb620-a792-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:26:41+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b21bb31e-a792-11ed-9b9a-269a240a0b50 | InvocationID=b21bb620-a792-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:26:48+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7b8d96a-a792-11ed-9b9a-269a240a0b50 | InvocationID=a7b8db9a-a792-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:26:48+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6a83a7e-a792-11ed-9b9a-269a240a0b50 | InvocationID=b6a83d4e-a792-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:26:49+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6a83a7e-a792-11ed-9b9a-269a240a0b50 | InvocationID=b6a83d4e-a792-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:26:49+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6a83a7e-a792-11ed-9b9a-269a240a0b50 | InvocationID=b6a83d4e-a792-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:27:01+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b21bb31e-a792-11ed-9b9a-269a240a0b50 | InvocationID=b21bb620-a792-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:27:01+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be135712-a792-11ed-9b9a-269a240a0b50 | InvocationID=be135a00-a792-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:27:01+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be135712-a792-11ed-9b9a-269a240a0b50 | InvocationID=be135a00-a792-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:27:01+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be135712-a792-11ed-9b9a-269a240a0b50 | InvocationID=be135a00-a792-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:27:14+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6a83a7e-a792-11ed-9b9a-269a240a0b50 | InvocationID=b6a83d4e-a792-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:27:14+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c598c71a-a792-11ed-9b9a-269a240a0b50 | InvocationID=c598c90e-a792-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:27:14+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c598c71a-a792-11ed-9b9a-269a240a0b50 | InvocationID=c598c90e-a792-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:27:14+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c598c71a-a792-11ed-9b9a-269a240a0b50 | InvocationID=c598c90e-a792-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:27:21+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be135712-a792-11ed-9b9a-269a240a0b50 | InvocationID=be135a00-a792-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:27:21+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca134c7a-a792-11ed-9b9a-269a240a0b50 | InvocationID=ca134ee6-a792-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:27:21+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca134c7a-a792-11ed-9b9a-269a240a0b50 | InvocationID=ca134ee6-a792-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:27:21+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ca134c7a-a792-11ed-9b9a-269a240a0b50 | InvocationID=ca134ee6-a792-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:27:39+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c598c71a-a792-11ed-9b9a-269a240a0b50 | InvocationID=c598c90e-a792-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:27:39+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d48cf99e-a792-11ed-9b9a-269a240a0b50 | InvocationID=d48cfd5e-a792-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:27:39+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d48cf99e-a792-11ed-9b9a-269a240a0b50 | InvocationID=d48cfd5e-a792-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:27:39+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d48cf99e-a792-11ed-9b9a-269a240a0b50 | InvocationID=d48cfd5e-a792-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:27:41+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ca134c7a-a792-11ed-9b9a-269a240a0b50 | InvocationID=ca134ee6-a792-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:27:41+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6055262-a792-11ed-9b9a-269a240a0b50 | InvocationID=d6055528-a792-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:27:41+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6055262-a792-11ed-9b9a-269a240a0b50 | InvocationID=d6055528-a792-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:27:41+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6055262-a792-11ed-9b9a-269a240a0b50 | InvocationID=d6055528-a792-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:28:01+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6055262-a792-11ed-9b9a-269a240a0b50 | InvocationID=d6055528-a792-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:28:01+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1f90654-a792-11ed-9b9a-269a240a0b50 | InvocationID=e1f90820-a792-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:28:01+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1f90654-a792-11ed-9b9a-269a240a0b50 | InvocationID=e1f90820-a792-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:28:01+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e1f90654-a792-11ed-9b9a-269a240a0b50 | InvocationID=e1f90820-a792-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:28:04+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d48cf99e-a792-11ed-9b9a-269a240a0b50 | InvocationID=d48cfd5e-a792-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:28:04+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3825eb2-a792-11ed-9b9a-269a240a0b50 | InvocationID=e3826132-a792-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-08T09:28:04+0000 | policy_event_thread | 140172582652704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3825eb2-a792-11ed-9b9a-269a240a0b50 | InvocationID=e3826132-a792-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:28:04+0000 | policy_event_thread | 140172582652704 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3825eb2-a792-11ed-9b9a-269a240a0b50 | InvocationID=e3826132-a792-11ed-9b9a-269a240a0b50 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-08T09:28:21+0000 | aai_event_thread | 140172581591840 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e1f90654-a792-11ed-9b9a-269a240a0b50 | InvocationID=e1f90820-a792-11ed-9b9a-269a240a0b50 | Polling MR for XNF AAI events. 2023-02-08T09:28:21+0000 | aai_event_thread | 140172581591840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edf4b02a-a792-11ed-9b9a-269a240a0b50 | InvocationID=edf4b278-a792-11ed-9b9a-269a240a0b50 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-08T09:28:21+0000 | aai_event_thread | 140172581591840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edf4b02a-a792-11ed-9b9a-269a240a0b50 | InvocationID=edf4b278-a792-11ed-9b9a-269a240a0b50 | Failed to fetch message from MR: 403 Client Error: Forbidden 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: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:28:21+0000 | aai_event_thread | 140172581591840 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=edf4b02a-a792-11ed-9b9a-269a240a0b50 | InvocationID=edf4b278-a792-11ed-9b9a-269a240a0b50 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-08T09:28:29+0000 | policy_event_thread | 140172582652704 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3825eb2-a792-11ed-9b9a-269a240a0b50 | InvocationID=e3826132-a792-11ed-9b9a-269a240a0b50 | Polling MR for XNF activation/deactivation policy response events. 2023-02-08T09:28:29+0000 | policy_event_thread | 140172582652704 | INFO | pmsh_con