/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-23T23:06:08+0000 | MainThread | 140045304421704 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS. 2023-02-23T23:06:08+0000 | MainThread | 140045304421704 | 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-23T23:06:08+0000 | MainThread | 140045304421704 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR. 2023-02-23T23:06:08+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:06:08+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a84adf3e-b3ce-11ed-8461-4a7719722fda | InvocationID=a84ae150-b3ce-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:06:08+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events. 2023-02-23T23:06:08+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a84d327a-b3ce-11ed-8461-4a7719722fda | InvocationID=a84d33d8-b3ce-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:06:08+0000 | MainThread | 140045304421704 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server 2023-02-23T23:06:08+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a84adf3e-b3ce-11ed-8461-4a7719722fda | InvocationID=a84ae150-b3ce-11ed-8461-4a7719722fda | 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-23T23:06:08+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a84d327a-b3ce-11ed-8461-4a7719722fda | InvocationID=a84d33d8-b3ce-11ed-8461-4a7719722fda | 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-23T23:06:08+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a84adf3e-b3ce-11ed-8461-4a7719722fda | InvocationID=a84ae150-b3ce-11ed-8461-4a7719722fda | 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-23T23:06:08+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a84d327a-b3ce-11ed-8461-4a7719722fda | InvocationID=a84d33d8-b3ce-11ed-8461-4a7719722fda | 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-23T23:06:28+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a84d327a-b3ce-11ed-8461-4a7719722fda | InvocationID=a84d33d8-b3ce-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:06:28+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4651fd2-b3ce-11ed-8461-4a7719722fda | InvocationID=b4652932-b3ce-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:06:29+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4651fd2-b3ce-11ed-8461-4a7719722fda | InvocationID=b4652932-b3ce-11ed-8461-4a7719722fda | 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-23T23:06:29+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b4651fd2-b3ce-11ed-8461-4a7719722fda | InvocationID=b4652932-b3ce-11ed-8461-4a7719722fda | 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-23T23:06:33+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a84adf3e-b3ce-11ed-8461-4a7719722fda | InvocationID=a84ae150-b3ce-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:06:33+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b76012dc-b3ce-11ed-8461-4a7719722fda | InvocationID=b7601494-b3ce-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:06:34+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b76012dc-b3ce-11ed-8461-4a7719722fda | InvocationID=b7601494-b3ce-11ed-8461-4a7719722fda | 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-23T23:06:34+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b76012dc-b3ce-11ed-8461-4a7719722fda | InvocationID=b7601494-b3ce-11ed-8461-4a7719722fda | 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-23T23:06:49+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b4651fd2-b3ce-11ed-8461-4a7719722fda | InvocationID=b4652932-b3ce-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:06:49+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c05e84d6-b3ce-11ed-8461-4a7719722fda | InvocationID=c05e872e-b3ce-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:06:49+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c05e84d6-b3ce-11ed-8461-4a7719722fda | InvocationID=c05e872e-b3ce-11ed-8461-4a7719722fda | 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-23T23:06:49+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c05e84d6-b3ce-11ed-8461-4a7719722fda | InvocationID=c05e872e-b3ce-11ed-8461-4a7719722fda | 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-23T23:06:59+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b76012dc-b3ce-11ed-8461-4a7719722fda | InvocationID=b7601494-b3ce-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:06:59+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c64f1d1a-b3ce-11ed-8461-4a7719722fda | InvocationID=c64f1ec8-b3ce-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:06:59+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c64f1d1a-b3ce-11ed-8461-4a7719722fda | InvocationID=c64f1ec8-b3ce-11ed-8461-4a7719722fda | 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-23T23:06:59+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c64f1d1a-b3ce-11ed-8461-4a7719722fda | InvocationID=c64f1ec8-b3ce-11ed-8461-4a7719722fda | 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-23T23:07:09+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c05e84d6-b3ce-11ed-8461-4a7719722fda | InvocationID=c05e872e-b3ce-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:07:09+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc50f4b8-b3ce-11ed-8461-4a7719722fda | InvocationID=cc50f666-b3ce-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:07:09+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc50f4b8-b3ce-11ed-8461-4a7719722fda | InvocationID=cc50f666-b3ce-11ed-8461-4a7719722fda | 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-23T23:07:09+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc50f4b8-b3ce-11ed-8461-4a7719722fda | InvocationID=cc50f666-b3ce-11ed-8461-4a7719722fda | 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-23T23:07:24+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c64f1d1a-b3ce-11ed-8461-4a7719722fda | InvocationID=c64f1ec8-b3ce-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:07:24+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d53a90c0-b3ce-11ed-8461-4a7719722fda | InvocationID=d53ad06c-b3ce-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:07:24+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d53a90c0-b3ce-11ed-8461-4a7719722fda | InvocationID=d53ad06c-b3ce-11ed-8461-4a7719722fda | 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-23T23:07:24+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d53a90c0-b3ce-11ed-8461-4a7719722fda | InvocationID=d53ad06c-b3ce-11ed-8461-4a7719722fda | 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-23T23:07:29+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc50f4b8-b3ce-11ed-8461-4a7719722fda | InvocationID=cc50f666-b3ce-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:07:29+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8423e6c-b3ce-11ed-8461-4a7719722fda | InvocationID=d842420e-b3ce-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:07:29+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8423e6c-b3ce-11ed-8461-4a7719722fda | InvocationID=d842420e-b3ce-11ed-8461-4a7719722fda | 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-23T23:07:29+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8423e6c-b3ce-11ed-8461-4a7719722fda | InvocationID=d842420e-b3ce-11ed-8461-4a7719722fda | 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-23T23:07:49+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d53a90c0-b3ce-11ed-8461-4a7719722fda | InvocationID=d53ad06c-b3ce-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:07:49+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e42acd16-b3ce-11ed-8461-4a7719722fda | InvocationID=e42acece-b3ce-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:07:49+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e42acd16-b3ce-11ed-8461-4a7719722fda | InvocationID=e42acece-b3ce-11ed-8461-4a7719722fda | 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-23T23:07:49+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e42acd16-b3ce-11ed-8461-4a7719722fda | InvocationID=e42acece-b3ce-11ed-8461-4a7719722fda | 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-23T23:07:49+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8423e6c-b3ce-11ed-8461-4a7719722fda | InvocationID=d842420e-b3ce-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:07:49+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4321ea4-b3ce-11ed-8461-4a7719722fda | InvocationID=e4322142-b3ce-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:07:49+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4321ea4-b3ce-11ed-8461-4a7719722fda | InvocationID=e4322142-b3ce-11ed-8461-4a7719722fda | 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-23T23:07:49+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4321ea4-b3ce-11ed-8461-4a7719722fda | InvocationID=e4322142-b3ce-11ed-8461-4a7719722fda | 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-23T23:08:09+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4321ea4-b3ce-11ed-8461-4a7719722fda | InvocationID=e4322142-b3ce-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:08:09+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0213ab0-b3ce-11ed-8461-4a7719722fda | InvocationID=f0213c68-b3ce-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:08:09+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0213ab0-b3ce-11ed-8461-4a7719722fda | InvocationID=f0213c68-b3ce-11ed-8461-4a7719722fda | 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-23T23:08:09+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0213ab0-b3ce-11ed-8461-4a7719722fda | InvocationID=f0213c68-b3ce-11ed-8461-4a7719722fda | 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-23T23:08:14+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e42acd16-b3ce-11ed-8461-4a7719722fda | InvocationID=e42acece-b3ce-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:08:14+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f317a9e8-b3ce-11ed-8461-4a7719722fda | InvocationID=f317ac54-b3ce-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:08:14+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f317a9e8-b3ce-11ed-8461-4a7719722fda | InvocationID=f317ac54-b3ce-11ed-8461-4a7719722fda | 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-23T23:08:14+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f317a9e8-b3ce-11ed-8461-4a7719722fda | InvocationID=f317ac54-b3ce-11ed-8461-4a7719722fda | 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-23T23:08:29+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0213ab0-b3ce-11ed-8461-4a7719722fda | InvocationID=f0213c68-b3ce-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:08:29+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc15c3ea-b3ce-11ed-8461-4a7719722fda | InvocationID=fc15c84a-b3ce-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:08:29+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc15c3ea-b3ce-11ed-8461-4a7719722fda | InvocationID=fc15c84a-b3ce-11ed-8461-4a7719722fda | 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-23T23:08:29+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fc15c3ea-b3ce-11ed-8461-4a7719722fda | InvocationID=fc15c84a-b3ce-11ed-8461-4a7719722fda | 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-23T23:08:39+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f317a9e8-b3ce-11ed-8461-4a7719722fda | InvocationID=f317ac54-b3ce-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:08:39+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0201d33e-b3cf-11ed-8461-4a7719722fda | InvocationID=0201d938-b3cf-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:08:39+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0201d33e-b3cf-11ed-8461-4a7719722fda | InvocationID=0201d938-b3cf-11ed-8461-4a7719722fda | 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-23T23:08:39+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0201d33e-b3cf-11ed-8461-4a7719722fda | InvocationID=0201d938-b3cf-11ed-8461-4a7719722fda | 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-23T23:08:49+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fc15c3ea-b3ce-11ed-8461-4a7719722fda | InvocationID=fc15c84a-b3ce-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:08:49+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=080adafa-b3cf-11ed-8461-4a7719722fda | InvocationID=080ade6a-b3cf-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:08:49+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=080adafa-b3cf-11ed-8461-4a7719722fda | InvocationID=080ade6a-b3cf-11ed-8461-4a7719722fda | 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-23T23:08:49+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=080adafa-b3cf-11ed-8461-4a7719722fda | InvocationID=080ade6a-b3cf-11ed-8461-4a7719722fda | 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-23T23:09:04+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0201d33e-b3cf-11ed-8461-4a7719722fda | InvocationID=0201d938-b3cf-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:09:04+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10ed3604-b3cf-11ed-8461-4a7719722fda | InvocationID=10ed383e-b3cf-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:09:04+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10ed3604-b3cf-11ed-8461-4a7719722fda | InvocationID=10ed383e-b3cf-11ed-8461-4a7719722fda | 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-23T23:09:04+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10ed3604-b3cf-11ed-8461-4a7719722fda | InvocationID=10ed383e-b3cf-11ed-8461-4a7719722fda | 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-23T23:09:09+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=080adafa-b3cf-11ed-8461-4a7719722fda | InvocationID=080ade6a-b3cf-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:09:09+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13fec5e2-b3cf-11ed-8461-4a7719722fda | InvocationID=13fec830-b3cf-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:09:09+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13fec5e2-b3cf-11ed-8461-4a7719722fda | InvocationID=13fec830-b3cf-11ed-8461-4a7719722fda | 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-23T23:09:09+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=13fec5e2-b3cf-11ed-8461-4a7719722fda | InvocationID=13fec830-b3cf-11ed-8461-4a7719722fda | 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-23T23:09:29+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10ed3604-b3cf-11ed-8461-4a7719722fda | InvocationID=10ed383e-b3cf-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:09:29+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fd9892e-b3cf-11ed-8461-4a7719722fda | InvocationID=1fd98e42-b3cf-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:09:29+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fd9892e-b3cf-11ed-8461-4a7719722fda | InvocationID=1fd98e42-b3cf-11ed-8461-4a7719722fda | 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-23T23:09:29+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1fd9892e-b3cf-11ed-8461-4a7719722fda | InvocationID=1fd98e42-b3cf-11ed-8461-4a7719722fda | 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-23T23:09:29+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=13fec5e2-b3cf-11ed-8461-4a7719722fda | InvocationID=13fec830-b3cf-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:09:29+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ff2e130-b3cf-11ed-8461-4a7719722fda | InvocationID=1ff2e374-b3cf-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:09:29+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ff2e130-b3cf-11ed-8461-4a7719722fda | InvocationID=1ff2e374-b3cf-11ed-8461-4a7719722fda | 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-23T23:09:29+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ff2e130-b3cf-11ed-8461-4a7719722fda | InvocationID=1ff2e374-b3cf-11ed-8461-4a7719722fda | 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-23T23:09:49+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ff2e130-b3cf-11ed-8461-4a7719722fda | InvocationID=1ff2e374-b3cf-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:09:49+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2be23040-b3cf-11ed-8461-4a7719722fda | InvocationID=2be232ac-b3cf-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:09:49+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2be23040-b3cf-11ed-8461-4a7719722fda | InvocationID=2be232ac-b3cf-11ed-8461-4a7719722fda | 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-23T23:09:49+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2be23040-b3cf-11ed-8461-4a7719722fda | InvocationID=2be232ac-b3cf-11ed-8461-4a7719722fda | 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-23T23:09:54+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1fd9892e-b3cf-11ed-8461-4a7719722fda | InvocationID=1fd98e42-b3cf-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:09:54+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ec81590-b3cf-11ed-8461-4a7719722fda | InvocationID=2ec81798-b3cf-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:09:54+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ec81590-b3cf-11ed-8461-4a7719722fda | InvocationID=2ec81798-b3cf-11ed-8461-4a7719722fda | 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-23T23:09:54+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ec81590-b3cf-11ed-8461-4a7719722fda | InvocationID=2ec81798-b3cf-11ed-8461-4a7719722fda | 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-23T23:10:09+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2be23040-b3cf-11ed-8461-4a7719722fda | InvocationID=2be232ac-b3cf-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:10:09+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37d3a456-b3cf-11ed-8461-4a7719722fda | InvocationID=37d3a776-b3cf-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:10:09+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37d3a456-b3cf-11ed-8461-4a7719722fda | InvocationID=37d3a776-b3cf-11ed-8461-4a7719722fda | 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-23T23:10:09+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=37d3a456-b3cf-11ed-8461-4a7719722fda | InvocationID=37d3a776-b3cf-11ed-8461-4a7719722fda | 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-23T23:10:19+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ec81590-b3cf-11ed-8461-4a7719722fda | InvocationID=2ec81798-b3cf-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:10:19+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3db32d1a-b3cf-11ed-8461-4a7719722fda | InvocationID=3db32f36-b3cf-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:10:19+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3db32d1a-b3cf-11ed-8461-4a7719722fda | InvocationID=3db32f36-b3cf-11ed-8461-4a7719722fda | 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-23T23:10:19+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3db32d1a-b3cf-11ed-8461-4a7719722fda | InvocationID=3db32f36-b3cf-11ed-8461-4a7719722fda | 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-23T23:10:29+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=37d3a456-b3cf-11ed-8461-4a7719722fda | InvocationID=37d3a776-b3cf-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:10:29+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43c8414a-b3cf-11ed-8461-4a7719722fda | InvocationID=43c8441a-b3cf-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:10:29+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43c8414a-b3cf-11ed-8461-4a7719722fda | InvocationID=43c8441a-b3cf-11ed-8461-4a7719722fda | 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-23T23:10:29+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=43c8414a-b3cf-11ed-8461-4a7719722fda | InvocationID=43c8441a-b3cf-11ed-8461-4a7719722fda | 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-23T23:10:44+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3db32d1a-b3cf-11ed-8461-4a7719722fda | InvocationID=3db32f36-b3cf-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:10:44+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c9e2000-b3cf-11ed-8461-4a7719722fda | InvocationID=4c9e21cc-b3cf-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:10:44+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c9e2000-b3cf-11ed-8461-4a7719722fda | InvocationID=4c9e21cc-b3cf-11ed-8461-4a7719722fda | 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-23T23:10:44+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c9e2000-b3cf-11ed-8461-4a7719722fda | InvocationID=4c9e21cc-b3cf-11ed-8461-4a7719722fda | 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-23T23:10:49+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=43c8414a-b3cf-11ed-8461-4a7719722fda | InvocationID=43c8441a-b3cf-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:10:49+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fb9922e-b3cf-11ed-8461-4a7719722fda | InvocationID=4fb99490-b3cf-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:10:49+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fb9922e-b3cf-11ed-8461-4a7719722fda | InvocationID=4fb99490-b3cf-11ed-8461-4a7719722fda | 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-23T23:10:49+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4fb9922e-b3cf-11ed-8461-4a7719722fda | InvocationID=4fb99490-b3cf-11ed-8461-4a7719722fda | 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-23T23:11:09+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c9e2000-b3cf-11ed-8461-4a7719722fda | InvocationID=4c9e21cc-b3cf-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:11:09+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b8cb32e-b3cf-11ed-8461-4a7719722fda | InvocationID=5b8cb4d2-b3cf-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:11:09+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b8cb32e-b3cf-11ed-8461-4a7719722fda | InvocationID=5b8cb4d2-b3cf-11ed-8461-4a7719722fda | 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-23T23:11:09+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b8cb32e-b3cf-11ed-8461-4a7719722fda | InvocationID=5b8cb4d2-b3cf-11ed-8461-4a7719722fda | 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-23T23:11:09+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4fb9922e-b3cf-11ed-8461-4a7719722fda | InvocationID=4fb99490-b3cf-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:11:09+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ba966d6-b3cf-11ed-8461-4a7719722fda | InvocationID=5ba9687a-b3cf-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:11:09+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ba966d6-b3cf-11ed-8461-4a7719722fda | InvocationID=5ba9687a-b3cf-11ed-8461-4a7719722fda | 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-23T23:11:09+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ba966d6-b3cf-11ed-8461-4a7719722fda | InvocationID=5ba9687a-b3cf-11ed-8461-4a7719722fda | 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-23T23:11:29+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ba966d6-b3cf-11ed-8461-4a7719722fda | InvocationID=5ba9687a-b3cf-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:11:29+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6799517c-b3cf-11ed-8461-4a7719722fda | InvocationID=679953b6-b3cf-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:11:29+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6799517c-b3cf-11ed-8461-4a7719722fda | InvocationID=679953b6-b3cf-11ed-8461-4a7719722fda | 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-23T23:11:29+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6799517c-b3cf-11ed-8461-4a7719722fda | InvocationID=679953b6-b3cf-11ed-8461-4a7719722fda | 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-23T23:11:34+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b8cb32e-b3cf-11ed-8461-4a7719722fda | InvocationID=5b8cb4d2-b3cf-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:11:34+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a7bd77a-b3cf-11ed-8461-4a7719722fda | InvocationID=6a7bd96e-b3cf-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:11:34+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a7bd77a-b3cf-11ed-8461-4a7719722fda | InvocationID=6a7bd96e-b3cf-11ed-8461-4a7719722fda | 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-23T23:11:34+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a7bd77a-b3cf-11ed-8461-4a7719722fda | InvocationID=6a7bd96e-b3cf-11ed-8461-4a7719722fda | 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-23T23:11:49+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6799517c-b3cf-11ed-8461-4a7719722fda | InvocationID=679953b6-b3cf-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:11:49+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=738f67d2-b3cf-11ed-8461-4a7719722fda | InvocationID=738f69da-b3cf-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:11:49+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=738f67d2-b3cf-11ed-8461-4a7719722fda | InvocationID=738f69da-b3cf-11ed-8461-4a7719722fda | 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-23T23:11:49+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=738f67d2-b3cf-11ed-8461-4a7719722fda | InvocationID=738f69da-b3cf-11ed-8461-4a7719722fda | 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-23T23:11:59+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a7bd77a-b3cf-11ed-8461-4a7719722fda | InvocationID=6a7bd96e-b3cf-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:11:59+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79674896-b3cf-11ed-8461-4a7719722fda | InvocationID=79674b52-b3cf-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:11:59+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79674896-b3cf-11ed-8461-4a7719722fda | InvocationID=79674b52-b3cf-11ed-8461-4a7719722fda | 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-23T23:11:59+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79674896-b3cf-11ed-8461-4a7719722fda | InvocationID=79674b52-b3cf-11ed-8461-4a7719722fda | 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-23T23:12:09+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=738f67d2-b3cf-11ed-8461-4a7719722fda | InvocationID=738f69da-b3cf-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:12:09+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f82f946-b3cf-11ed-8461-4a7719722fda | InvocationID=7f82fb4e-b3cf-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:12:09+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f82f946-b3cf-11ed-8461-4a7719722fda | InvocationID=7f82fb4e-b3cf-11ed-8461-4a7719722fda | 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-23T23:12:09+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7f82f946-b3cf-11ed-8461-4a7719722fda | InvocationID=7f82fb4e-b3cf-11ed-8461-4a7719722fda | 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-23T23:12:24+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79674896-b3cf-11ed-8461-4a7719722fda | InvocationID=79674b52-b3cf-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:12:24+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88539120-b3cf-11ed-8461-4a7719722fda | InvocationID=885395c6-b3cf-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:12:24+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88539120-b3cf-11ed-8461-4a7719722fda | InvocationID=885395c6-b3cf-11ed-8461-4a7719722fda | 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-23T23:12:24+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88539120-b3cf-11ed-8461-4a7719722fda | InvocationID=885395c6-b3cf-11ed-8461-4a7719722fda | 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-23T23:12:29+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7f82f946-b3cf-11ed-8461-4a7719722fda | InvocationID=7f82fb4e-b3cf-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:12:29+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b768c40-b3cf-11ed-8461-4a7719722fda | InvocationID=8b768e84-b3cf-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:12:29+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b768c40-b3cf-11ed-8461-4a7719722fda | InvocationID=8b768e84-b3cf-11ed-8461-4a7719722fda | 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-23T23:12:29+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b768c40-b3cf-11ed-8461-4a7719722fda | InvocationID=8b768e84-b3cf-11ed-8461-4a7719722fda | 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-23T23:12:49+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88539120-b3cf-11ed-8461-4a7719722fda | InvocationID=885395c6-b3cf-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:12:49+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=974325ce-b3cf-11ed-8461-4a7719722fda | InvocationID=97433302-b3cf-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:12:49+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=974325ce-b3cf-11ed-8461-4a7719722fda | InvocationID=97433302-b3cf-11ed-8461-4a7719722fda | 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-23T23:12:49+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=974325ce-b3cf-11ed-8461-4a7719722fda | InvocationID=97433302-b3cf-11ed-8461-4a7719722fda | 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-23T23:12:49+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b768c40-b3cf-11ed-8461-4a7719722fda | InvocationID=8b768e84-b3cf-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:12:49+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97668410-b3cf-11ed-8461-4a7719722fda | InvocationID=97668622-b3cf-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:12:49+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97668410-b3cf-11ed-8461-4a7719722fda | InvocationID=97668622-b3cf-11ed-8461-4a7719722fda | 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-23T23:12:49+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=97668410-b3cf-11ed-8461-4a7719722fda | InvocationID=97668622-b3cf-11ed-8461-4a7719722fda | 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-23T23:13:09+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=97668410-b3cf-11ed-8461-4a7719722fda | InvocationID=97668622-b3cf-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:13:09+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3575cf4-b3cf-11ed-8461-4a7719722fda | InvocationID=a3575f42-b3cf-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:13:09+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3575cf4-b3cf-11ed-8461-4a7719722fda | InvocationID=a3575f42-b3cf-11ed-8461-4a7719722fda | 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-23T23:13:09+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a3575cf4-b3cf-11ed-8461-4a7719722fda | InvocationID=a3575f42-b3cf-11ed-8461-4a7719722fda | 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-23T23:13:14+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=974325ce-b3cf-11ed-8461-4a7719722fda | InvocationID=97433302-b3cf-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:13:14+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a636a4e8-b3cf-11ed-8461-4a7719722fda | InvocationID=a636a72c-b3cf-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:13:14+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a636a4e8-b3cf-11ed-8461-4a7719722fda | InvocationID=a636a72c-b3cf-11ed-8461-4a7719722fda | 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-23T23:13:14+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a636a4e8-b3cf-11ed-8461-4a7719722fda | InvocationID=a636a72c-b3cf-11ed-8461-4a7719722fda | 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-23T23:13:29+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a3575cf4-b3cf-11ed-8461-4a7719722fda | InvocationID=a3575f42-b3cf-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:13:29+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af499aa4-b3cf-11ed-8461-4a7719722fda | InvocationID=af499e78-b3cf-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:13:29+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af499aa4-b3cf-11ed-8461-4a7719722fda | InvocationID=af499e78-b3cf-11ed-8461-4a7719722fda | 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-23T23:13:29+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af499aa4-b3cf-11ed-8461-4a7719722fda | InvocationID=af499e78-b3cf-11ed-8461-4a7719722fda | 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-23T23:13:39+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a636a4e8-b3cf-11ed-8461-4a7719722fda | InvocationID=a636a72c-b3cf-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:13:39+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b521e42c-b3cf-11ed-8461-4a7719722fda | InvocationID=b521e634-b3cf-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:13:39+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b521e42c-b3cf-11ed-8461-4a7719722fda | InvocationID=b521e634-b3cf-11ed-8461-4a7719722fda | 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-23T23:13:39+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b521e42c-b3cf-11ed-8461-4a7719722fda | InvocationID=b521e634-b3cf-11ed-8461-4a7719722fda | 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-23T23:13:49+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af499aa4-b3cf-11ed-8461-4a7719722fda | InvocationID=af499e78-b3cf-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:13:49+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb3d0dc8-b3cf-11ed-8461-4a7719722fda | InvocationID=bb3d1034-b3cf-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:13:49+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb3d0dc8-b3cf-11ed-8461-4a7719722fda | InvocationID=bb3d1034-b3cf-11ed-8461-4a7719722fda | 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-23T23:13:49+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bb3d0dc8-b3cf-11ed-8461-4a7719722fda | InvocationID=bb3d1034-b3cf-11ed-8461-4a7719722fda | 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-23T23:14:04+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b521e42c-b3cf-11ed-8461-4a7719722fda | InvocationID=b521e634-b3cf-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:14:04+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c40e171c-b3cf-11ed-8461-4a7719722fda | InvocationID=c40e18de-b3cf-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:14:04+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c40e171c-b3cf-11ed-8461-4a7719722fda | InvocationID=c40e18de-b3cf-11ed-8461-4a7719722fda | 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-23T23:14:04+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c40e171c-b3cf-11ed-8461-4a7719722fda | InvocationID=c40e18de-b3cf-11ed-8461-4a7719722fda | 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-23T23:14:09+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bb3d0dc8-b3cf-11ed-8461-4a7719722fda | InvocationID=bb3d1034-b3cf-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:14:09+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c72e9584-b3cf-11ed-8461-4a7719722fda | InvocationID=c72e97dc-b3cf-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:14:09+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c72e9584-b3cf-11ed-8461-4a7719722fda | InvocationID=c72e97dc-b3cf-11ed-8461-4a7719722fda | 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-23T23:14:09+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c72e9584-b3cf-11ed-8461-4a7719722fda | InvocationID=c72e97dc-b3cf-11ed-8461-4a7719722fda | 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-23T23:14:29+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c40e171c-b3cf-11ed-8461-4a7719722fda | InvocationID=c40e18de-b3cf-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:14:29+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2fc7e80-b3cf-11ed-8461-4a7719722fda | InvocationID=d2fc804c-b3cf-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:14:29+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2fc7e80-b3cf-11ed-8461-4a7719722fda | InvocationID=d2fc804c-b3cf-11ed-8461-4a7719722fda | 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-23T23:14:29+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2fc7e80-b3cf-11ed-8461-4a7719722fda | InvocationID=d2fc804c-b3cf-11ed-8461-4a7719722fda | 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-23T23:14:29+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c72e9584-b3cf-11ed-8461-4a7719722fda | InvocationID=c72e97dc-b3cf-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:14:29+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d31e88ae-b3cf-11ed-8461-4a7719722fda | InvocationID=d31e8a5c-b3cf-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:14:30+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d31e88ae-b3cf-11ed-8461-4a7719722fda | InvocationID=d31e8a5c-b3cf-11ed-8461-4a7719722fda | 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-23T23:14:30+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d31e88ae-b3cf-11ed-8461-4a7719722fda | InvocationID=d31e8a5c-b3cf-11ed-8461-4a7719722fda | 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-23T23:14:50+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d31e88ae-b3cf-11ed-8461-4a7719722fda | InvocationID=d31e8a5c-b3cf-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:14:50+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df0e0b8a-b3cf-11ed-8461-4a7719722fda | InvocationID=df0e0e50-b3cf-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:14:50+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df0e0b8a-b3cf-11ed-8461-4a7719722fda | InvocationID=df0e0e50-b3cf-11ed-8461-4a7719722fda | 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-23T23:14:50+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df0e0b8a-b3cf-11ed-8461-4a7719722fda | InvocationID=df0e0e50-b3cf-11ed-8461-4a7719722fda | 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-23T23:14:54+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2fc7e80-b3cf-11ed-8461-4a7719722fda | InvocationID=d2fc804c-b3cf-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:14:54+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1e8c764-b3cf-11ed-8461-4a7719722fda | InvocationID=e1e8ca5c-b3cf-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:14:54+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1e8c764-b3cf-11ed-8461-4a7719722fda | InvocationID=e1e8ca5c-b3cf-11ed-8461-4a7719722fda | 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-23T23:14:54+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1e8c764-b3cf-11ed-8461-4a7719722fda | InvocationID=e1e8ca5c-b3cf-11ed-8461-4a7719722fda | 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-23T23:15:10+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df0e0b8a-b3cf-11ed-8461-4a7719722fda | InvocationID=df0e0e50-b3cf-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:15:10+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb00b56e-b3cf-11ed-8461-4a7719722fda | InvocationID=eb00b712-b3cf-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:15:10+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb00b56e-b3cf-11ed-8461-4a7719722fda | InvocationID=eb00b712-b3cf-11ed-8461-4a7719722fda | 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-23T23:15:10+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb00b56e-b3cf-11ed-8461-4a7719722fda | InvocationID=eb00b712-b3cf-11ed-8461-4a7719722fda | 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-23T23:15:19+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1e8c764-b3cf-11ed-8461-4a7719722fda | InvocationID=e1e8ca5c-b3cf-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:15:19+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0d45e14-b3cf-11ed-8461-4a7719722fda | InvocationID=f0d45fb8-b3cf-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:15:19+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0d45e14-b3cf-11ed-8461-4a7719722fda | InvocationID=f0d45fb8-b3cf-11ed-8461-4a7719722fda | 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-23T23:15:19+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0d45e14-b3cf-11ed-8461-4a7719722fda | InvocationID=f0d45fb8-b3cf-11ed-8461-4a7719722fda | 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-23T23:15:30+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb00b56e-b3cf-11ed-8461-4a7719722fda | InvocationID=eb00b712-b3cf-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:15:30+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6f21a66-b3cf-11ed-8461-4a7719722fda | InvocationID=f6f21c78-b3cf-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:15:30+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6f21a66-b3cf-11ed-8461-4a7719722fda | InvocationID=f6f21c78-b3cf-11ed-8461-4a7719722fda | 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-23T23:15:30+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f6f21a66-b3cf-11ed-8461-4a7719722fda | InvocationID=f6f21c78-b3cf-11ed-8461-4a7719722fda | 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-23T23:15:44+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0d45e14-b3cf-11ed-8461-4a7719722fda | InvocationID=f0d45fb8-b3cf-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:15:44+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffbf0fdc-b3cf-11ed-8461-4a7719722fda | InvocationID=ffbf11da-b3cf-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:15:44+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffbf0fdc-b3cf-11ed-8461-4a7719722fda | InvocationID=ffbf11da-b3cf-11ed-8461-4a7719722fda | 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-23T23:15:44+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ffbf0fdc-b3cf-11ed-8461-4a7719722fda | InvocationID=ffbf11da-b3cf-11ed-8461-4a7719722fda | 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-23T23:15:50+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f6f21a66-b3cf-11ed-8461-4a7719722fda | InvocationID=f6f21c78-b3cf-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:15:50+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02e59834-b3d0-11ed-8461-4a7719722fda | InvocationID=02e59a78-b3d0-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:15:50+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02e59834-b3d0-11ed-8461-4a7719722fda | InvocationID=02e59a78-b3d0-11ed-8461-4a7719722fda | 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-23T23:15:50+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=02e59834-b3d0-11ed-8461-4a7719722fda | InvocationID=02e59a78-b3d0-11ed-8461-4a7719722fda | 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-23T23:16:09+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ffbf0fdc-b3cf-11ed-8461-4a7719722fda | InvocationID=ffbf11da-b3cf-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:16:09+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0eaa9020-b3d0-11ed-8461-4a7719722fda | InvocationID=0eaa92a0-b3d0-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:16:09+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0eaa9020-b3d0-11ed-8461-4a7719722fda | InvocationID=0eaa92a0-b3d0-11ed-8461-4a7719722fda | 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-23T23:16:09+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0eaa9020-b3d0-11ed-8461-4a7719722fda | InvocationID=0eaa92a0-b3d0-11ed-8461-4a7719722fda | 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-23T23:16:10+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=02e59834-b3d0-11ed-8461-4a7719722fda | InvocationID=02e59a78-b3d0-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:16:10+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ed50c9c-b3d0-11ed-8461-4a7719722fda | InvocationID=0ed511ba-b3d0-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:16:10+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ed50c9c-b3d0-11ed-8461-4a7719722fda | InvocationID=0ed511ba-b3d0-11ed-8461-4a7719722fda | 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-23T23:16:10+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ed50c9c-b3d0-11ed-8461-4a7719722fda | InvocationID=0ed511ba-b3d0-11ed-8461-4a7719722fda | 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-23T23:16:30+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ed50c9c-b3d0-11ed-8461-4a7719722fda | InvocationID=0ed511ba-b3d0-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:16:30+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ac48956-b3d0-11ed-8461-4a7719722fda | InvocationID=1ac48b0e-b3d0-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:16:30+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ac48956-b3d0-11ed-8461-4a7719722fda | InvocationID=1ac48b0e-b3d0-11ed-8461-4a7719722fda | 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-23T23:16:30+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ac48956-b3d0-11ed-8461-4a7719722fda | InvocationID=1ac48b0e-b3d0-11ed-8461-4a7719722fda | 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-23T23:16:34+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0eaa9020-b3d0-11ed-8461-4a7719722fda | InvocationID=0eaa92a0-b3d0-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:16:34+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d98e1a4-b3d0-11ed-8461-4a7719722fda | InvocationID=1d98e3de-b3d0-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:16:34+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d98e1a4-b3d0-11ed-8461-4a7719722fda | InvocationID=1d98e3de-b3d0-11ed-8461-4a7719722fda | 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-23T23:16:34+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d98e1a4-b3d0-11ed-8461-4a7719722fda | InvocationID=1d98e3de-b3d0-11ed-8461-4a7719722fda | 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-23T23:16:50+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ac48956-b3d0-11ed-8461-4a7719722fda | InvocationID=1ac48b0e-b3d0-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:16:50+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26b6023a-b3d0-11ed-8461-4a7719722fda | InvocationID=26b60442-b3d0-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:16:50+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26b6023a-b3d0-11ed-8461-4a7719722fda | InvocationID=26b60442-b3d0-11ed-8461-4a7719722fda | 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-23T23:16:50+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=26b6023a-b3d0-11ed-8461-4a7719722fda | InvocationID=26b60442-b3d0-11ed-8461-4a7719722fda | 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-23T23:16:59+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d98e1a4-b3d0-11ed-8461-4a7719722fda | InvocationID=1d98e3de-b3d0-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:16:59+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c849758-b3d0-11ed-8461-4a7719722fda | InvocationID=2c849b72-b3d0-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:17:00+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c849758-b3d0-11ed-8461-4a7719722fda | InvocationID=2c849b72-b3d0-11ed-8461-4a7719722fda | 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-23T23:17:00+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c849758-b3d0-11ed-8461-4a7719722fda | InvocationID=2c849b72-b3d0-11ed-8461-4a7719722fda | 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-23T23:17:10+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=26b6023a-b3d0-11ed-8461-4a7719722fda | InvocationID=26b60442-b3d0-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:17:10+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32a9cd24-b3d0-11ed-8461-4a7719722fda | InvocationID=32a9cf7c-b3d0-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:17:10+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32a9cd24-b3d0-11ed-8461-4a7719722fda | InvocationID=32a9cf7c-b3d0-11ed-8461-4a7719722fda | 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-23T23:17:10+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=32a9cd24-b3d0-11ed-8461-4a7719722fda | InvocationID=32a9cf7c-b3d0-11ed-8461-4a7719722fda | 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-23T23:17:25+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c849758-b3d0-11ed-8461-4a7719722fda | InvocationID=2c849b72-b3d0-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:17:25+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b6ff1fe-b3d0-11ed-8461-4a7719722fda | InvocationID=3b6ff3ac-b3d0-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:17:25+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b6ff1fe-b3d0-11ed-8461-4a7719722fda | InvocationID=3b6ff3ac-b3d0-11ed-8461-4a7719722fda | 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-23T23:17:25+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b6ff1fe-b3d0-11ed-8461-4a7719722fda | InvocationID=3b6ff3ac-b3d0-11ed-8461-4a7719722fda | 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-23T23:17:30+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=32a9cd24-b3d0-11ed-8461-4a7719722fda | InvocationID=32a9cf7c-b3d0-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:17:30+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e9bcbe6-b3d0-11ed-8461-4a7719722fda | InvocationID=3e9bcd94-b3d0-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:17:30+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e9bcbe6-b3d0-11ed-8461-4a7719722fda | InvocationID=3e9bcd94-b3d0-11ed-8461-4a7719722fda | 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-23T23:17:30+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3e9bcbe6-b3d0-11ed-8461-4a7719722fda | InvocationID=3e9bcd94-b3d0-11ed-8461-4a7719722fda | 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-23T23:17:50+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b6ff1fe-b3d0-11ed-8461-4a7719722fda | InvocationID=3b6ff3ac-b3d0-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:17:50+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a6255bc-b3d0-11ed-8461-4a7719722fda | InvocationID=4a62576a-b3d0-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:17:50+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a6255bc-b3d0-11ed-8461-4a7719722fda | InvocationID=4a62576a-b3d0-11ed-8461-4a7719722fda | 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-23T23:17:50+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a6255bc-b3d0-11ed-8461-4a7719722fda | InvocationID=4a62576a-b3d0-11ed-8461-4a7719722fda | 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-23T23:17:50+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3e9bcbe6-b3d0-11ed-8461-4a7719722fda | InvocationID=3e9bcd94-b3d0-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:17:50+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a8b0e12-b3d0-11ed-8461-4a7719722fda | InvocationID=4a8b1056-b3d0-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:17:50+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a8b0e12-b3d0-11ed-8461-4a7719722fda | InvocationID=4a8b1056-b3d0-11ed-8461-4a7719722fda | 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-23T23:17:50+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4a8b0e12-b3d0-11ed-8461-4a7719722fda | InvocationID=4a8b1056-b3d0-11ed-8461-4a7719722fda | 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-23T23:18:10+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4a8b0e12-b3d0-11ed-8461-4a7719722fda | InvocationID=4a8b1056-b3d0-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:18:10+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5679ff62-b3d0-11ed-8461-4a7719722fda | InvocationID=567a01b0-b3d0-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:18:10+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5679ff62-b3d0-11ed-8461-4a7719722fda | InvocationID=567a01b0-b3d0-11ed-8461-4a7719722fda | 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-23T23:18:10+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5679ff62-b3d0-11ed-8461-4a7719722fda | InvocationID=567a01b0-b3d0-11ed-8461-4a7719722fda | 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-23T23:18:15+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a6255bc-b3d0-11ed-8461-4a7719722fda | InvocationID=4a62576a-b3d0-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:18:15+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=594ec1f0-b3d0-11ed-8461-4a7719722fda | InvocationID=594ec466-b3d0-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:18:15+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=594ec1f0-b3d0-11ed-8461-4a7719722fda | InvocationID=594ec466-b3d0-11ed-8461-4a7719722fda | 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-23T23:18:15+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=594ec1f0-b3d0-11ed-8461-4a7719722fda | InvocationID=594ec466-b3d0-11ed-8461-4a7719722fda | 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-23T23:18:30+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5679ff62-b3d0-11ed-8461-4a7719722fda | InvocationID=567a01b0-b3d0-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:18:30+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=626d56a2-b3d0-11ed-8461-4a7719722fda | InvocationID=626d588c-b3d0-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:18:30+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=626d56a2-b3d0-11ed-8461-4a7719722fda | InvocationID=626d588c-b3d0-11ed-8461-4a7719722fda | 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-23T23:18:30+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=626d56a2-b3d0-11ed-8461-4a7719722fda | InvocationID=626d588c-b3d0-11ed-8461-4a7719722fda | 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-23T23:18:40+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=594ec1f0-b3d0-11ed-8461-4a7719722fda | InvocationID=594ec466-b3d0-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:18:40+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=683ba566-b3d0-11ed-8461-4a7719722fda | InvocationID=683ba7be-b3d0-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:18:40+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=683ba566-b3d0-11ed-8461-4a7719722fda | InvocationID=683ba7be-b3d0-11ed-8461-4a7719722fda | 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-23T23:18:40+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=683ba566-b3d0-11ed-8461-4a7719722fda | InvocationID=683ba7be-b3d0-11ed-8461-4a7719722fda | 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-23T23:18:50+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=626d56a2-b3d0-11ed-8461-4a7719722fda | InvocationID=626d588c-b3d0-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:18:50+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e5f7fd0-b3d0-11ed-8461-4a7719722fda | InvocationID=6e5f81d8-b3d0-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:18:50+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e5f7fd0-b3d0-11ed-8461-4a7719722fda | InvocationID=6e5f81d8-b3d0-11ed-8461-4a7719722fda | 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-23T23:18:50+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e5f7fd0-b3d0-11ed-8461-4a7719722fda | InvocationID=6e5f81d8-b3d0-11ed-8461-4a7719722fda | 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-23T23:19:05+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=683ba566-b3d0-11ed-8461-4a7719722fda | InvocationID=683ba7be-b3d0-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:19:05+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77273284-b3d0-11ed-8461-4a7719722fda | InvocationID=77273428-b3d0-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:19:05+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77273284-b3d0-11ed-8461-4a7719722fda | InvocationID=77273428-b3d0-11ed-8461-4a7719722fda | 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-23T23:19:05+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77273284-b3d0-11ed-8461-4a7719722fda | InvocationID=77273428-b3d0-11ed-8461-4a7719722fda | 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-23T23:19:10+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e5f7fd0-b3d0-11ed-8461-4a7719722fda | InvocationID=6e5f81d8-b3d0-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:19:10+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a52dd96-b3d0-11ed-8461-4a7719722fda | InvocationID=7a52dfb2-b3d0-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:19:10+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a52dd96-b3d0-11ed-8461-4a7719722fda | InvocationID=7a52dfb2-b3d0-11ed-8461-4a7719722fda | 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-23T23:19:10+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7a52dd96-b3d0-11ed-8461-4a7719722fda | InvocationID=7a52dfb2-b3d0-11ed-8461-4a7719722fda | 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-23T23:19:30+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77273284-b3d0-11ed-8461-4a7719722fda | InvocationID=77273428-b3d0-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:19:30+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=861398b4-b3d0-11ed-8461-4a7719722fda | InvocationID=86139a62-b3d0-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:19:30+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=861398b4-b3d0-11ed-8461-4a7719722fda | InvocationID=86139a62-b3d0-11ed-8461-4a7719722fda | 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-23T23:19:30+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=861398b4-b3d0-11ed-8461-4a7719722fda | InvocationID=86139a62-b3d0-11ed-8461-4a7719722fda | 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-23T23:19:30+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7a52dd96-b3d0-11ed-8461-4a7719722fda | InvocationID=7a52dfb2-b3d0-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:19:30+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86433272-b3d0-11ed-8461-4a7719722fda | InvocationID=86433448-b3d0-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:19:30+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86433272-b3d0-11ed-8461-4a7719722fda | InvocationID=86433448-b3d0-11ed-8461-4a7719722fda | 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-23T23:19:30+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86433272-b3d0-11ed-8461-4a7719722fda | InvocationID=86433448-b3d0-11ed-8461-4a7719722fda | 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-23T23:19:50+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86433272-b3d0-11ed-8461-4a7719722fda | InvocationID=86433448-b3d0-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:19:50+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9232a2ac-b3d0-11ed-8461-4a7719722fda | InvocationID=9232a694-b3d0-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:19:50+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9232a2ac-b3d0-11ed-8461-4a7719722fda | InvocationID=9232a694-b3d0-11ed-8461-4a7719722fda | 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-23T23:19:50+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9232a2ac-b3d0-11ed-8461-4a7719722fda | InvocationID=9232a694-b3d0-11ed-8461-4a7719722fda | 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-23T23:19:55+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=861398b4-b3d0-11ed-8461-4a7719722fda | InvocationID=86139a62-b3d0-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:19:55+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9502741c-b3d0-11ed-8461-4a7719722fda | InvocationID=95027692-b3d0-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:19:55+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9502741c-b3d0-11ed-8461-4a7719722fda | InvocationID=95027692-b3d0-11ed-8461-4a7719722fda | 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-23T23:19:55+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9502741c-b3d0-11ed-8461-4a7719722fda | InvocationID=95027692-b3d0-11ed-8461-4a7719722fda | 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-23T23:20:10+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9232a2ac-b3d0-11ed-8461-4a7719722fda | InvocationID=9232a694-b3d0-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:20:10+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e259326-b3d0-11ed-8461-4a7719722fda | InvocationID=9e2594fc-b3d0-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:20:10+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e259326-b3d0-11ed-8461-4a7719722fda | InvocationID=9e2594fc-b3d0-11ed-8461-4a7719722fda | 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-23T23:20:10+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9e259326-b3d0-11ed-8461-4a7719722fda | InvocationID=9e2594fc-b3d0-11ed-8461-4a7719722fda | 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-23T23:20:20+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9502741c-b3d0-11ed-8461-4a7719722fda | InvocationID=95027692-b3d0-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:20:20+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3eda28a-b3d0-11ed-8461-4a7719722fda | InvocationID=a3eda438-b3d0-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:20:20+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3eda28a-b3d0-11ed-8461-4a7719722fda | InvocationID=a3eda438-b3d0-11ed-8461-4a7719722fda | 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-23T23:20:20+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3eda28a-b3d0-11ed-8461-4a7719722fda | InvocationID=a3eda438-b3d0-11ed-8461-4a7719722fda | 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-23T23:20:30+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9e259326-b3d0-11ed-8461-4a7719722fda | InvocationID=9e2594fc-b3d0-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:20:30+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa1b897e-b3d0-11ed-8461-4a7719722fda | InvocationID=aa1b8d98-b3d0-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:20:30+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa1b897e-b3d0-11ed-8461-4a7719722fda | InvocationID=aa1b8d98-b3d0-11ed-8461-4a7719722fda | 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-23T23:20:30+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa1b897e-b3d0-11ed-8461-4a7719722fda | InvocationID=aa1b8d98-b3d0-11ed-8461-4a7719722fda | 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-23T23:20:45+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3eda28a-b3d0-11ed-8461-4a7719722fda | InvocationID=a3eda438-b3d0-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:20:45+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2d8f93e-b3d0-11ed-8461-4a7719722fda | InvocationID=b2d8fb50-b3d0-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:20:45+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2d8f93e-b3d0-11ed-8461-4a7719722fda | InvocationID=b2d8fb50-b3d0-11ed-8461-4a7719722fda | 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-23T23:20:45+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2d8f93e-b3d0-11ed-8461-4a7719722fda | InvocationID=b2d8fb50-b3d0-11ed-8461-4a7719722fda | 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-23T23:20:50+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa1b897e-b3d0-11ed-8461-4a7719722fda | InvocationID=aa1b8d98-b3d0-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:20:50+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b60c2036-b3d0-11ed-8461-4a7719722fda | InvocationID=b60c2400-b3d0-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:20:50+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b60c2036-b3d0-11ed-8461-4a7719722fda | InvocationID=b60c2400-b3d0-11ed-8461-4a7719722fda | 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-23T23:20:50+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b60c2036-b3d0-11ed-8461-4a7719722fda | InvocationID=b60c2400-b3d0-11ed-8461-4a7719722fda | 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-23T23:21:10+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2d8f93e-b3d0-11ed-8461-4a7719722fda | InvocationID=b2d8fb50-b3d0-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:21:10+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1c6bbb6-b3d0-11ed-8461-4a7719722fda | InvocationID=c1c6bd64-b3d0-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:21:10+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1c6bbb6-b3d0-11ed-8461-4a7719722fda | InvocationID=c1c6bd64-b3d0-11ed-8461-4a7719722fda | 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-23T23:21:10+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1c6bbb6-b3d0-11ed-8461-4a7719722fda | InvocationID=c1c6bd64-b3d0-11ed-8461-4a7719722fda | 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-23T23:21:10+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b60c2036-b3d0-11ed-8461-4a7719722fda | InvocationID=b60c2400-b3d0-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:21:10+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1fbb816-b3d0-11ed-8461-4a7719722fda | InvocationID=c1fbba78-b3d0-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:21:10+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1fbb816-b3d0-11ed-8461-4a7719722fda | InvocationID=c1fbba78-b3d0-11ed-8461-4a7719722fda | 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-23T23:21:10+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1fbb816-b3d0-11ed-8461-4a7719722fda | InvocationID=c1fbba78-b3d0-11ed-8461-4a7719722fda | 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-23T23:21:30+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1fbb816-b3d0-11ed-8461-4a7719722fda | InvocationID=c1fbba78-b3d0-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:21:30+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cdec66de-b3d0-11ed-8461-4a7719722fda | InvocationID=cdec6a80-b3d0-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:21:30+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cdec66de-b3d0-11ed-8461-4a7719722fda | InvocationID=cdec6a80-b3d0-11ed-8461-4a7719722fda | 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-23T23:21:30+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cdec66de-b3d0-11ed-8461-4a7719722fda | InvocationID=cdec6a80-b3d0-11ed-8461-4a7719722fda | 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-23T23:21:35+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1c6bbb6-b3d0-11ed-8461-4a7719722fda | InvocationID=c1c6bd64-b3d0-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:21:35+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0b4bd12-b3d0-11ed-8461-4a7719722fda | InvocationID=d0b4c01e-b3d0-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:21:35+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0b4bd12-b3d0-11ed-8461-4a7719722fda | InvocationID=d0b4c01e-b3d0-11ed-8461-4a7719722fda | 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-23T23:21:35+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0b4bd12-b3d0-11ed-8461-4a7719722fda | InvocationID=d0b4c01e-b3d0-11ed-8461-4a7719722fda | 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-23T23:21:50+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cdec66de-b3d0-11ed-8461-4a7719722fda | InvocationID=cdec6a80-b3d0-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:21:50+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9e03ede-b3d0-11ed-8461-4a7719722fda | InvocationID=d9e04168-b3d0-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:21:50+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9e03ede-b3d0-11ed-8461-4a7719722fda | InvocationID=d9e04168-b3d0-11ed-8461-4a7719722fda | 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-23T23:21:50+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d9e03ede-b3d0-11ed-8461-4a7719722fda | InvocationID=d9e04168-b3d0-11ed-8461-4a7719722fda | 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-23T23:22:00+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0b4bd12-b3d0-11ed-8461-4a7719722fda | InvocationID=d0b4c01e-b3d0-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:22:00+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df9eaae0-b3d0-11ed-8461-4a7719722fda | InvocationID=df9eaefa-b3d0-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:22:00+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df9eaae0-b3d0-11ed-8461-4a7719722fda | InvocationID=df9eaefa-b3d0-11ed-8461-4a7719722fda | 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-23T23:22:00+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df9eaae0-b3d0-11ed-8461-4a7719722fda | InvocationID=df9eaefa-b3d0-11ed-8461-4a7719722fda | 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-23T23:22:10+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d9e03ede-b3d0-11ed-8461-4a7719722fda | InvocationID=d9e04168-b3d0-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:22:10+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5d1ed0a-b3d0-11ed-8461-4a7719722fda | InvocationID=e5d1eed6-b3d0-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:22:11+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5d1ed0a-b3d0-11ed-8461-4a7719722fda | InvocationID=e5d1eed6-b3d0-11ed-8461-4a7719722fda | 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-23T23:22:11+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e5d1ed0a-b3d0-11ed-8461-4a7719722fda | InvocationID=e5d1eed6-b3d0-11ed-8461-4a7719722fda | 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-23T23:22:25+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df9eaae0-b3d0-11ed-8461-4a7719722fda | InvocationID=df9eaefa-b3d0-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:22:25+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee89e10a-b3d0-11ed-8461-4a7719722fda | InvocationID=ee89e628-b3d0-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:22:25+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee89e10a-b3d0-11ed-8461-4a7719722fda | InvocationID=ee89e628-b3d0-11ed-8461-4a7719722fda | 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-23T23:22:25+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee89e10a-b3d0-11ed-8461-4a7719722fda | InvocationID=ee89e628-b3d0-11ed-8461-4a7719722fda | 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-23T23:22:31+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e5d1ed0a-b3d0-11ed-8461-4a7719722fda | InvocationID=e5d1eed6-b3d0-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:22:31+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1defa98-b3d0-11ed-8461-4a7719722fda | InvocationID=f1defcc8-b3d0-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:22:31+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1defa98-b3d0-11ed-8461-4a7719722fda | InvocationID=f1defcc8-b3d0-11ed-8461-4a7719722fda | 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-23T23:22:31+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f1defa98-b3d0-11ed-8461-4a7719722fda | InvocationID=f1defcc8-b3d0-11ed-8461-4a7719722fda | 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-23T23:22:50+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee89e10a-b3d0-11ed-8461-4a7719722fda | InvocationID=ee89e628-b3d0-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:22:50+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd76b634-b3d0-11ed-8461-4a7719722fda | InvocationID=fd76b9ae-b3d0-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:22:50+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd76b634-b3d0-11ed-8461-4a7719722fda | InvocationID=fd76b9ae-b3d0-11ed-8461-4a7719722fda | 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-23T23:22:50+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd76b634-b3d0-11ed-8461-4a7719722fda | InvocationID=fd76b9ae-b3d0-11ed-8461-4a7719722fda | 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-23T23:22:51+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f1defa98-b3d0-11ed-8461-4a7719722fda | InvocationID=f1defcc8-b3d0-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:22:51+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdcf8142-b3d0-11ed-8461-4a7719722fda | InvocationID=fdcf8304-b3d0-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:22:51+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdcf8142-b3d0-11ed-8461-4a7719722fda | InvocationID=fdcf8304-b3d0-11ed-8461-4a7719722fda | 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-23T23:22:51+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fdcf8142-b3d0-11ed-8461-4a7719722fda | InvocationID=fdcf8304-b3d0-11ed-8461-4a7719722fda | 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-23T23:23:11+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fdcf8142-b3d0-11ed-8461-4a7719722fda | InvocationID=fdcf8304-b3d0-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:23:11+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09bfbd5a-b3d1-11ed-8461-4a7719722fda | InvocationID=09bfbf26-b3d1-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:23:11+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09bfbd5a-b3d1-11ed-8461-4a7719722fda | InvocationID=09bfbf26-b3d1-11ed-8461-4a7719722fda | 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-23T23:23:11+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09bfbd5a-b3d1-11ed-8461-4a7719722fda | InvocationID=09bfbf26-b3d1-11ed-8461-4a7719722fda | 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-23T23:23:15+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd76b634-b3d0-11ed-8461-4a7719722fda | InvocationID=fd76b9ae-b3d0-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:23:15+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c69a7fa-b3d1-11ed-8461-4a7719722fda | InvocationID=0c69a99e-b3d1-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:23:15+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c69a7fa-b3d1-11ed-8461-4a7719722fda | InvocationID=0c69a99e-b3d1-11ed-8461-4a7719722fda | 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-23T23:23:15+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c69a7fa-b3d1-11ed-8461-4a7719722fda | InvocationID=0c69a99e-b3d1-11ed-8461-4a7719722fda | 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-23T23:23:31+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09bfbd5a-b3d1-11ed-8461-4a7719722fda | InvocationID=09bfbf26-b3d1-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:23:31+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15b163e8-b3d1-11ed-8461-4a7719722fda | InvocationID=15b16636-b3d1-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:23:31+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15b163e8-b3d1-11ed-8461-4a7719722fda | InvocationID=15b16636-b3d1-11ed-8461-4a7719722fda | 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-23T23:23:31+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=15b163e8-b3d1-11ed-8461-4a7719722fda | InvocationID=15b16636-b3d1-11ed-8461-4a7719722fda | 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-23T23:23:40+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c69a7fa-b3d1-11ed-8461-4a7719722fda | InvocationID=0c69a99e-b3d1-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:23:40+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b54e612-b3d1-11ed-8461-4a7719722fda | InvocationID=1b54e892-b3d1-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:23:40+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b54e612-b3d1-11ed-8461-4a7719722fda | InvocationID=1b54e892-b3d1-11ed-8461-4a7719722fda | 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-23T23:23:40+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b54e612-b3d1-11ed-8461-4a7719722fda | InvocationID=1b54e892-b3d1-11ed-8461-4a7719722fda | 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-23T23:23:51+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=15b163e8-b3d1-11ed-8461-4a7719722fda | InvocationID=15b16636-b3d1-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:23:51+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21a63304-b3d1-11ed-8461-4a7719722fda | InvocationID=21a634e4-b3d1-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:23:51+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21a63304-b3d1-11ed-8461-4a7719722fda | InvocationID=21a634e4-b3d1-11ed-8461-4a7719722fda | 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-23T23:23:51+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=21a63304-b3d1-11ed-8461-4a7719722fda | InvocationID=21a634e4-b3d1-11ed-8461-4a7719722fda | 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-23T23:24:05+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b54e612-b3d1-11ed-8461-4a7719722fda | InvocationID=1b54e892-b3d1-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:24:05+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a4238dc-b3d1-11ed-8461-4a7719722fda | InvocationID=2a423b3e-b3d1-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:24:05+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a4238dc-b3d1-11ed-8461-4a7719722fda | InvocationID=2a423b3e-b3d1-11ed-8461-4a7719722fda | 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-23T23:24:05+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a4238dc-b3d1-11ed-8461-4a7719722fda | InvocationID=2a423b3e-b3d1-11ed-8461-4a7719722fda | 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-23T23:24:11+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=21a63304-b3d1-11ed-8461-4a7719722fda | InvocationID=21a634e4-b3d1-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:24:11+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d9888b0-b3d1-11ed-8461-4a7719722fda | InvocationID=2d988a5e-b3d1-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:24:11+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d9888b0-b3d1-11ed-8461-4a7719722fda | InvocationID=2d988a5e-b3d1-11ed-8461-4a7719722fda | 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-23T23:24:11+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d9888b0-b3d1-11ed-8461-4a7719722fda | InvocationID=2d988a5e-b3d1-11ed-8461-4a7719722fda | 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-23T23:24:30+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a4238dc-b3d1-11ed-8461-4a7719722fda | InvocationID=2a423b3e-b3d1-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:24:30+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3931a9a4-b3d1-11ed-8461-4a7719722fda | InvocationID=3931ac4c-b3d1-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:24:30+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3931a9a4-b3d1-11ed-8461-4a7719722fda | InvocationID=3931ac4c-b3d1-11ed-8461-4a7719722fda | 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-23T23:24:30+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3931a9a4-b3d1-11ed-8461-4a7719722fda | InvocationID=3931ac4c-b3d1-11ed-8461-4a7719722fda | 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-23T23:24:31+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d9888b0-b3d1-11ed-8461-4a7719722fda | InvocationID=2d988a5e-b3d1-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:24:31+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3989a73a-b3d1-11ed-8461-4a7719722fda | InvocationID=3989a9a6-b3d1-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:24:31+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3989a73a-b3d1-11ed-8461-4a7719722fda | InvocationID=3989a9a6-b3d1-11ed-8461-4a7719722fda | 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-23T23:24:31+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3989a73a-b3d1-11ed-8461-4a7719722fda | InvocationID=3989a9a6-b3d1-11ed-8461-4a7719722fda | 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-23T23:24:51+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3989a73a-b3d1-11ed-8461-4a7719722fda | InvocationID=3989a9a6-b3d1-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:24:51+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=457ab3d6-b3d1-11ed-8461-4a7719722fda | InvocationID=457ab61a-b3d1-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:24:51+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=457ab3d6-b3d1-11ed-8461-4a7719722fda | InvocationID=457ab61a-b3d1-11ed-8461-4a7719722fda | 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-23T23:24:51+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=457ab3d6-b3d1-11ed-8461-4a7719722fda | InvocationID=457ab61a-b3d1-11ed-8461-4a7719722fda | 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-23T23:24:55+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3931a9a4-b3d1-11ed-8461-4a7719722fda | InvocationID=3931ac4c-b3d1-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:24:55+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=482028e6-b3d1-11ed-8461-4a7719722fda | InvocationID=48202af8-b3d1-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:24:55+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=482028e6-b3d1-11ed-8461-4a7719722fda | InvocationID=48202af8-b3d1-11ed-8461-4a7719722fda | 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-23T23:24:55+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=482028e6-b3d1-11ed-8461-4a7719722fda | InvocationID=48202af8-b3d1-11ed-8461-4a7719722fda | 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-23T23:25:11+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=457ab3d6-b3d1-11ed-8461-4a7719722fda | InvocationID=457ab61a-b3d1-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:25:11+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5170ed2c-b3d1-11ed-8461-4a7719722fda | InvocationID=5170ef8e-b3d1-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:25:11+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5170ed2c-b3d1-11ed-8461-4a7719722fda | InvocationID=5170ef8e-b3d1-11ed-8461-4a7719722fda | 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-23T23:25:11+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5170ed2c-b3d1-11ed-8461-4a7719722fda | InvocationID=5170ef8e-b3d1-11ed-8461-4a7719722fda | 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-23T23:25:20+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=482028e6-b3d1-11ed-8461-4a7719722fda | InvocationID=48202af8-b3d1-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:25:20+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=570c8fa2-b3d1-11ed-8461-4a7719722fda | InvocationID=570c9164-b3d1-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:25:20+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=570c8fa2-b3d1-11ed-8461-4a7719722fda | InvocationID=570c9164-b3d1-11ed-8461-4a7719722fda | 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-23T23:25:20+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=570c8fa2-b3d1-11ed-8461-4a7719722fda | InvocationID=570c9164-b3d1-11ed-8461-4a7719722fda | 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-23T23:25:31+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5170ed2c-b3d1-11ed-8461-4a7719722fda | InvocationID=5170ef8e-b3d1-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:25:31+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d629702-b3d1-11ed-8461-4a7719722fda | InvocationID=5d629c0c-b3d1-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:25:31+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d629702-b3d1-11ed-8461-4a7719722fda | InvocationID=5d629c0c-b3d1-11ed-8461-4a7719722fda | 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-23T23:25:31+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d629702-b3d1-11ed-8461-4a7719722fda | InvocationID=5d629c0c-b3d1-11ed-8461-4a7719722fda | 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-23T23:25:45+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=570c8fa2-b3d1-11ed-8461-4a7719722fda | InvocationID=570c9164-b3d1-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:25:45+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65f7e372-b3d1-11ed-8461-4a7719722fda | InvocationID=65f7e5c0-b3d1-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:25:45+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65f7e372-b3d1-11ed-8461-4a7719722fda | InvocationID=65f7e5c0-b3d1-11ed-8461-4a7719722fda | 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-23T23:25:45+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65f7e372-b3d1-11ed-8461-4a7719722fda | InvocationID=65f7e5c0-b3d1-11ed-8461-4a7719722fda | 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-23T23:25:51+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d629702-b3d1-11ed-8461-4a7719722fda | InvocationID=5d629c0c-b3d1-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:25:51+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69588a80-b3d1-11ed-8461-4a7719722fda | InvocationID=69588c10-b3d1-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:25:51+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69588a80-b3d1-11ed-8461-4a7719722fda | InvocationID=69588c10-b3d1-11ed-8461-4a7719722fda | 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-23T23:25:51+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=69588a80-b3d1-11ed-8461-4a7719722fda | InvocationID=69588c10-b3d1-11ed-8461-4a7719722fda | 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-23T23:26:10+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65f7e372-b3d1-11ed-8461-4a7719722fda | InvocationID=65f7e5c0-b3d1-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:26:10+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74e654a4-b3d1-11ed-8461-4a7719722fda | InvocationID=74e656fc-b3d1-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:26:10+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74e654a4-b3d1-11ed-8461-4a7719722fda | InvocationID=74e656fc-b3d1-11ed-8461-4a7719722fda | 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-23T23:26:10+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74e654a4-b3d1-11ed-8461-4a7719722fda | InvocationID=74e656fc-b3d1-11ed-8461-4a7719722fda | 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-23T23:26:11+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=69588a80-b3d1-11ed-8461-4a7719722fda | InvocationID=69588c10-b3d1-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:26:11+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7547b7bc-b3d1-11ed-8461-4a7719722fda | InvocationID=7547b9f6-b3d1-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:26:11+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7547b7bc-b3d1-11ed-8461-4a7719722fda | InvocationID=7547b9f6-b3d1-11ed-8461-4a7719722fda | 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-23T23:26:11+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7547b7bc-b3d1-11ed-8461-4a7719722fda | InvocationID=7547b9f6-b3d1-11ed-8461-4a7719722fda | 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-23T23:26:31+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7547b7bc-b3d1-11ed-8461-4a7719722fda | InvocationID=7547b9f6-b3d1-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:26:31+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81378566-b3d1-11ed-8461-4a7719722fda | InvocationID=81378714-b3d1-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:26:31+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81378566-b3d1-11ed-8461-4a7719722fda | InvocationID=81378714-b3d1-11ed-8461-4a7719722fda | 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-23T23:26:31+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=81378566-b3d1-11ed-8461-4a7719722fda | InvocationID=81378714-b3d1-11ed-8461-4a7719722fda | 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-23T23:26:35+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74e654a4-b3d1-11ed-8461-4a7719722fda | InvocationID=74e656fc-b3d1-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:26:35+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83d4f718-b3d1-11ed-8461-4a7719722fda | InvocationID=83d4faa6-b3d1-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:26:35+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83d4f718-b3d1-11ed-8461-4a7719722fda | InvocationID=83d4faa6-b3d1-11ed-8461-4a7719722fda | 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-23T23:26:35+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83d4f718-b3d1-11ed-8461-4a7719722fda | InvocationID=83d4faa6-b3d1-11ed-8461-4a7719722fda | 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-23T23:26:51+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=81378566-b3d1-11ed-8461-4a7719722fda | InvocationID=81378714-b3d1-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:26:51+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d2a6960-b3d1-11ed-8461-4a7719722fda | InvocationID=8d2a6bb8-b3d1-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:26:51+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d2a6960-b3d1-11ed-8461-4a7719722fda | InvocationID=8d2a6bb8-b3d1-11ed-8461-4a7719722fda | 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-23T23:26:51+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8d2a6960-b3d1-11ed-8461-4a7719722fda | InvocationID=8d2a6bb8-b3d1-11ed-8461-4a7719722fda | 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-23T23:27:00+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83d4f718-b3d1-11ed-8461-4a7719722fda | InvocationID=83d4faa6-b3d1-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:27:00+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92c0290a-b3d1-11ed-8461-4a7719722fda | InvocationID=92c02dce-b3d1-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:27:01+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92c0290a-b3d1-11ed-8461-4a7719722fda | InvocationID=92c02dce-b3d1-11ed-8461-4a7719722fda | 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-23T23:27:01+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92c0290a-b3d1-11ed-8461-4a7719722fda | InvocationID=92c02dce-b3d1-11ed-8461-4a7719722fda | 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-23T23:27:11+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8d2a6960-b3d1-11ed-8461-4a7719722fda | InvocationID=8d2a6bb8-b3d1-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:27:11+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99200cfc-b3d1-11ed-8461-4a7719722fda | InvocationID=99200ee6-b3d1-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:27:11+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99200cfc-b3d1-11ed-8461-4a7719722fda | InvocationID=99200ee6-b3d1-11ed-8461-4a7719722fda | 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-23T23:27:11+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=99200cfc-b3d1-11ed-8461-4a7719722fda | InvocationID=99200ee6-b3d1-11ed-8461-4a7719722fda | 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-23T23:27:26+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92c0290a-b3d1-11ed-8461-4a7719722fda | InvocationID=92c02dce-b3d1-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:27:26+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1ab8a5e-b3d1-11ed-8461-4a7719722fda | InvocationID=a1ab8c48-b3d1-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:27:26+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1ab8a5e-b3d1-11ed-8461-4a7719722fda | InvocationID=a1ab8c48-b3d1-11ed-8461-4a7719722fda | 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-23T23:27:26+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1ab8a5e-b3d1-11ed-8461-4a7719722fda | InvocationID=a1ab8c48-b3d1-11ed-8461-4a7719722fda | 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-23T23:27:31+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=99200cfc-b3d1-11ed-8461-4a7719722fda | InvocationID=99200ee6-b3d1-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:27:31+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5121816-b3d1-11ed-8461-4a7719722fda | InvocationID=a51219c4-b3d1-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:27:31+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5121816-b3d1-11ed-8461-4a7719722fda | InvocationID=a51219c4-b3d1-11ed-8461-4a7719722fda | 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-23T23:27:31+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a5121816-b3d1-11ed-8461-4a7719722fda | InvocationID=a51219c4-b3d1-11ed-8461-4a7719722fda | 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-23T23:27:51+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1ab8a5e-b3d1-11ed-8461-4a7719722fda | InvocationID=a1ab8c48-b3d1-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:27:51+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b09c19de-b3d1-11ed-8461-4a7719722fda | InvocationID=b09c1c22-b3d1-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:27:51+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b09c19de-b3d1-11ed-8461-4a7719722fda | InvocationID=b09c1c22-b3d1-11ed-8461-4a7719722fda | 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-23T23:27:51+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b09c19de-b3d1-11ed-8461-4a7719722fda | InvocationID=b09c1c22-b3d1-11ed-8461-4a7719722fda | 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-23T23:27:51+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a5121816-b3d1-11ed-8461-4a7719722fda | InvocationID=a51219c4-b3d1-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:27:51+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1023354-b3d1-11ed-8461-4a7719722fda | InvocationID=b1023624-b3d1-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:27:51+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1023354-b3d1-11ed-8461-4a7719722fda | InvocationID=b1023624-b3d1-11ed-8461-4a7719722fda | 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-23T23:27:51+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b1023354-b3d1-11ed-8461-4a7719722fda | InvocationID=b1023624-b3d1-11ed-8461-4a7719722fda | 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-23T23:28:11+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b1023354-b3d1-11ed-8461-4a7719722fda | InvocationID=b1023624-b3d1-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:28:11+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd035db8-b3d1-11ed-8461-4a7719722fda | InvocationID=bd035f66-b3d1-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:28:11+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd035db8-b3d1-11ed-8461-4a7719722fda | InvocationID=bd035f66-b3d1-11ed-8461-4a7719722fda | 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-23T23:28:11+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd035db8-b3d1-11ed-8461-4a7719722fda | InvocationID=bd035f66-b3d1-11ed-8461-4a7719722fda | 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-23T23:28:16+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b09c19de-b3d1-11ed-8461-4a7719722fda | InvocationID=b09c1c22-b3d1-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:28:16+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf8ca512-b3d1-11ed-8461-4a7719722fda | InvocationID=bf8ca792-b3d1-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:28:16+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf8ca512-b3d1-11ed-8461-4a7719722fda | InvocationID=bf8ca792-b3d1-11ed-8461-4a7719722fda | 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-23T23:28:16+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf8ca512-b3d1-11ed-8461-4a7719722fda | InvocationID=bf8ca792-b3d1-11ed-8461-4a7719722fda | 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-23T23:28:31+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd035db8-b3d1-11ed-8461-4a7719722fda | InvocationID=bd035f66-b3d1-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:28:31+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8f897d2-b3d1-11ed-8461-4a7719722fda | InvocationID=c8f89980-b3d1-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:28:32+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8f897d2-b3d1-11ed-8461-4a7719722fda | InvocationID=c8f89980-b3d1-11ed-8461-4a7719722fda | 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-23T23:28:32+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c8f897d2-b3d1-11ed-8461-4a7719722fda | InvocationID=c8f89980-b3d1-11ed-8461-4a7719722fda | 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-23T23:28:41+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf8ca512-b3d1-11ed-8461-4a7719722fda | InvocationID=bf8ca792-b3d1-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:28:41+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce7addf0-b3d1-11ed-8461-4a7719722fda | InvocationID=ce7ae020-b3d1-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:28:41+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce7addf0-b3d1-11ed-8461-4a7719722fda | InvocationID=ce7ae020-b3d1-11ed-8461-4a7719722fda | 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-23T23:28:41+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce7addf0-b3d1-11ed-8461-4a7719722fda | InvocationID=ce7ae020-b3d1-11ed-8461-4a7719722fda | 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-23T23:28:52+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c8f897d2-b3d1-11ed-8461-4a7719722fda | InvocationID=c8f89980-b3d1-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:28:52+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4eadd0c-b3d1-11ed-8461-4a7719722fda | InvocationID=d4eadea6-b3d1-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:28:52+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4eadd0c-b3d1-11ed-8461-4a7719722fda | InvocationID=d4eadea6-b3d1-11ed-8461-4a7719722fda | 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-23T23:28:52+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d4eadd0c-b3d1-11ed-8461-4a7719722fda | InvocationID=d4eadea6-b3d1-11ed-8461-4a7719722fda | 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-23T23:29:06+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce7addf0-b3d1-11ed-8461-4a7719722fda | InvocationID=ce7ae020-b3d1-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:29:06+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd71cb8e-b3d1-11ed-8461-4a7719722fda | InvocationID=dd71cdbe-b3d1-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:29:06+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd71cb8e-b3d1-11ed-8461-4a7719722fda | InvocationID=dd71cdbe-b3d1-11ed-8461-4a7719722fda | 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-23T23:29:06+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd71cb8e-b3d1-11ed-8461-4a7719722fda | InvocationID=dd71cdbe-b3d1-11ed-8461-4a7719722fda | 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-23T23:29:12+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d4eadd0c-b3d1-11ed-8461-4a7719722fda | InvocationID=d4eadea6-b3d1-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:29:12+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0e80d28-b3d1-11ed-8461-4a7719722fda | InvocationID=e0e80fee-b3d1-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:29:12+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0e80d28-b3d1-11ed-8461-4a7719722fda | InvocationID=e0e80fee-b3d1-11ed-8461-4a7719722fda | 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-23T23:29:12+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e0e80d28-b3d1-11ed-8461-4a7719722fda | InvocationID=e0e80fee-b3d1-11ed-8461-4a7719722fda | 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-23T23:29:31+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd71cb8e-b3d1-11ed-8461-4a7719722fda | InvocationID=dd71cdbe-b3d1-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:29:31+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec66d8d2-b3d1-11ed-8461-4a7719722fda | InvocationID=ec66dabc-b3d1-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:29:31+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec66d8d2-b3d1-11ed-8461-4a7719722fda | InvocationID=ec66dabc-b3d1-11ed-8461-4a7719722fda | 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-23T23:29:31+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec66d8d2-b3d1-11ed-8461-4a7719722fda | InvocationID=ec66dabc-b3d1-11ed-8461-4a7719722fda | 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-23T23:29:32+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e0e80d28-b3d1-11ed-8461-4a7719722fda | InvocationID=e0e80fee-b3d1-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:29:32+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ecd7694e-b3d1-11ed-8461-4a7719722fda | InvocationID=ecd77970-b3d1-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:29:32+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ecd7694e-b3d1-11ed-8461-4a7719722fda | InvocationID=ecd77970-b3d1-11ed-8461-4a7719722fda | 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-23T23:29:32+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ecd7694e-b3d1-11ed-8461-4a7719722fda | InvocationID=ecd77970-b3d1-11ed-8461-4a7719722fda | 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-23T23:29:52+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ecd7694e-b3d1-11ed-8461-4a7719722fda | InvocationID=ecd77970-b3d1-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:29:52+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8ceef88-b3d1-11ed-8461-4a7719722fda | InvocationID=f8cef1a4-b3d1-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:29:52+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8ceef88-b3d1-11ed-8461-4a7719722fda | InvocationID=f8cef1a4-b3d1-11ed-8461-4a7719722fda | 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-23T23:29:52+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8ceef88-b3d1-11ed-8461-4a7719722fda | InvocationID=f8cef1a4-b3d1-11ed-8461-4a7719722fda | 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-23T23:29:56+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec66d8d2-b3d1-11ed-8461-4a7719722fda | InvocationID=ec66dabc-b3d1-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:29:56+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb63a7ac-b3d1-11ed-8461-4a7719722fda | InvocationID=fb63a9e6-b3d1-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:29:56+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb63a7ac-b3d1-11ed-8461-4a7719722fda | InvocationID=fb63a9e6-b3d1-11ed-8461-4a7719722fda | 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-23T23:29:56+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb63a7ac-b3d1-11ed-8461-4a7719722fda | InvocationID=fb63a9e6-b3d1-11ed-8461-4a7719722fda | 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-23T23:30:12+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8ceef88-b3d1-11ed-8461-4a7719722fda | InvocationID=f8cef1a4-b3d1-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:30:12+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04c03e46-b3d2-11ed-8461-4a7719722fda | InvocationID=04c04350-b3d2-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:30:12+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04c03e46-b3d2-11ed-8461-4a7719722fda | InvocationID=04c04350-b3d2-11ed-8461-4a7719722fda | 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-23T23:30:12+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=04c03e46-b3d2-11ed-8461-4a7719722fda | InvocationID=04c04350-b3d2-11ed-8461-4a7719722fda | 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-23T23:30:21+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb63a7ac-b3d1-11ed-8461-4a7719722fda | InvocationID=fb63a9e6-b3d1-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:30:21+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a4d8fc6-b3d2-11ed-8461-4a7719722fda | InvocationID=0a4d9200-b3d2-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:30:21+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a4d8fc6-b3d2-11ed-8461-4a7719722fda | InvocationID=0a4d9200-b3d2-11ed-8461-4a7719722fda | 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-23T23:30:21+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a4d8fc6-b3d2-11ed-8461-4a7719722fda | InvocationID=0a4d9200-b3d2-11ed-8461-4a7719722fda | 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-23T23:30:32+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=04c03e46-b3d2-11ed-8461-4a7719722fda | InvocationID=04c04350-b3d2-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:30:32+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10d1bb1a-b3d2-11ed-8461-4a7719722fda | InvocationID=10d1bcdc-b3d2-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:30:32+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10d1bb1a-b3d2-11ed-8461-4a7719722fda | InvocationID=10d1bcdc-b3d2-11ed-8461-4a7719722fda | 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-23T23:30:32+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10d1bb1a-b3d2-11ed-8461-4a7719722fda | InvocationID=10d1bcdc-b3d2-11ed-8461-4a7719722fda | 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-23T23:30:46+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a4d8fc6-b3d2-11ed-8461-4a7719722fda | InvocationID=0a4d9200-b3d2-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:30:46+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=193d6272-b3d2-11ed-8461-4a7719722fda | InvocationID=193d6498-b3d2-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:30:46+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=193d6272-b3d2-11ed-8461-4a7719722fda | InvocationID=193d6498-b3d2-11ed-8461-4a7719722fda | 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-23T23:30:46+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=193d6272-b3d2-11ed-8461-4a7719722fda | InvocationID=193d6498-b3d2-11ed-8461-4a7719722fda | 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-23T23:30:52+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10d1bb1a-b3d2-11ed-8461-4a7719722fda | InvocationID=10d1bcdc-b3d2-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:30:52+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cc3e31c-b3d2-11ed-8461-4a7719722fda | InvocationID=1cc3e52e-b3d2-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:30:52+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cc3e31c-b3d2-11ed-8461-4a7719722fda | InvocationID=1cc3e52e-b3d2-11ed-8461-4a7719722fda | 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-23T23:30:52+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1cc3e31c-b3d2-11ed-8461-4a7719722fda | InvocationID=1cc3e52e-b3d2-11ed-8461-4a7719722fda | 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-23T23:31:11+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=193d6272-b3d2-11ed-8461-4a7719722fda | InvocationID=193d6498-b3d2-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:31:11+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=282af47a-b3d2-11ed-8461-4a7719722fda | InvocationID=282af740-b3d2-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:31:11+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=282af47a-b3d2-11ed-8461-4a7719722fda | InvocationID=282af740-b3d2-11ed-8461-4a7719722fda | 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-23T23:31:11+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=282af47a-b3d2-11ed-8461-4a7719722fda | InvocationID=282af740-b3d2-11ed-8461-4a7719722fda | 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-23T23:31:12+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1cc3e31c-b3d2-11ed-8461-4a7719722fda | InvocationID=1cc3e52e-b3d2-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:31:12+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28b4940a-b3d2-11ed-8461-4a7719722fda | InvocationID=28b49644-b3d2-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:31:12+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28b4940a-b3d2-11ed-8461-4a7719722fda | InvocationID=28b49644-b3d2-11ed-8461-4a7719722fda | 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-23T23:31:12+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=28b4940a-b3d2-11ed-8461-4a7719722fda | InvocationID=28b49644-b3d2-11ed-8461-4a7719722fda | 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-23T23:31:32+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=28b4940a-b3d2-11ed-8461-4a7719722fda | InvocationID=28b49644-b3d2-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:31:32+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34a40066-b3d2-11ed-8461-4a7719722fda | InvocationID=34a402c8-b3d2-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:31:32+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34a40066-b3d2-11ed-8461-4a7719722fda | InvocationID=34a402c8-b3d2-11ed-8461-4a7719722fda | 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-23T23:31:32+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=34a40066-b3d2-11ed-8461-4a7719722fda | InvocationID=34a402c8-b3d2-11ed-8461-4a7719722fda | 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-23T23:31:36+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=282af47a-b3d2-11ed-8461-4a7719722fda | InvocationID=282af740-b3d2-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:31:36+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3717acbc-b3d2-11ed-8461-4a7719722fda | InvocationID=3717ae60-b3d2-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:31:36+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3717acbc-b3d2-11ed-8461-4a7719722fda | InvocationID=3717ae60-b3d2-11ed-8461-4a7719722fda | 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-23T23:31:36+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3717acbc-b3d2-11ed-8461-4a7719722fda | InvocationID=3717ae60-b3d2-11ed-8461-4a7719722fda | 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-23T23:31:52+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=34a40066-b3d2-11ed-8461-4a7719722fda | InvocationID=34a402c8-b3d2-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:31:52+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40981c04-b3d2-11ed-8461-4a7719722fda | InvocationID=40981efc-b3d2-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:31:52+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40981c04-b3d2-11ed-8461-4a7719722fda | InvocationID=40981efc-b3d2-11ed-8461-4a7719722fda | 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-23T23:31:52+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=40981c04-b3d2-11ed-8461-4a7719722fda | InvocationID=40981efc-b3d2-11ed-8461-4a7719722fda | 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-23T23:32:01+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3717acbc-b3d2-11ed-8461-4a7719722fda | InvocationID=3717ae60-b3d2-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:32:01+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46034f74-b3d2-11ed-8461-4a7719722fda | InvocationID=460351ea-b3d2-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:32:01+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46034f74-b3d2-11ed-8461-4a7719722fda | InvocationID=460351ea-b3d2-11ed-8461-4a7719722fda | 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-23T23:32:01+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46034f74-b3d2-11ed-8461-4a7719722fda | InvocationID=460351ea-b3d2-11ed-8461-4a7719722fda | 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-23T23:32:12+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=40981c04-b3d2-11ed-8461-4a7719722fda | InvocationID=40981efc-b3d2-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:32:12+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c896acc-b3d2-11ed-8461-4a7719722fda | InvocationID=4c896c84-b3d2-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:32:12+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c896acc-b3d2-11ed-8461-4a7719722fda | InvocationID=4c896c84-b3d2-11ed-8461-4a7719722fda | 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-23T23:32:12+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4c896acc-b3d2-11ed-8461-4a7719722fda | InvocationID=4c896c84-b3d2-11ed-8461-4a7719722fda | 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-23T23:32:26+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46034f74-b3d2-11ed-8461-4a7719722fda | InvocationID=460351ea-b3d2-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:32:26+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54efedda-b3d2-11ed-8461-4a7719722fda | InvocationID=54eff12c-b3d2-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:32:26+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54efedda-b3d2-11ed-8461-4a7719722fda | InvocationID=54eff12c-b3d2-11ed-8461-4a7719722fda | 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-23T23:32:26+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54efedda-b3d2-11ed-8461-4a7719722fda | InvocationID=54eff12c-b3d2-11ed-8461-4a7719722fda | 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-23T23:32:32+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4c896acc-b3d2-11ed-8461-4a7719722fda | InvocationID=4c896c84-b3d2-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:32:32+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=587bd19e-b3d2-11ed-8461-4a7719722fda | InvocationID=587bdfe0-b3d2-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:32:32+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=587bd19e-b3d2-11ed-8461-4a7719722fda | InvocationID=587bdfe0-b3d2-11ed-8461-4a7719722fda | 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-23T23:32:32+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=587bd19e-b3d2-11ed-8461-4a7719722fda | InvocationID=587bdfe0-b3d2-11ed-8461-4a7719722fda | 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-23T23:32:51+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54efedda-b3d2-11ed-8461-4a7719722fda | InvocationID=54eff12c-b3d2-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:32:51+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63e02fa8-b3d2-11ed-8461-4a7719722fda | InvocationID=63e0320a-b3d2-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:32:51+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63e02fa8-b3d2-11ed-8461-4a7719722fda | InvocationID=63e0320a-b3d2-11ed-8461-4a7719722fda | 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-23T23:32:51+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63e02fa8-b3d2-11ed-8461-4a7719722fda | InvocationID=63e0320a-b3d2-11ed-8461-4a7719722fda | 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-23T23:32:52+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=587bd19e-b3d2-11ed-8461-4a7719722fda | InvocationID=587bdfe0-b3d2-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:32:52+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=646bb866-b3d2-11ed-8461-4a7719722fda | InvocationID=646bba28-b3d2-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:32:52+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=646bb866-b3d2-11ed-8461-4a7719722fda | InvocationID=646bba28-b3d2-11ed-8461-4a7719722fda | 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-23T23:32:52+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=646bb866-b3d2-11ed-8461-4a7719722fda | InvocationID=646bba28-b3d2-11ed-8461-4a7719722fda | 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-23T23:33:12+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=646bb866-b3d2-11ed-8461-4a7719722fda | InvocationID=646bba28-b3d2-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:33:12+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=705be52e-b3d2-11ed-8461-4a7719722fda | InvocationID=705be6dc-b3d2-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:33:12+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=705be52e-b3d2-11ed-8461-4a7719722fda | InvocationID=705be6dc-b3d2-11ed-8461-4a7719722fda | 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-23T23:33:12+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=705be52e-b3d2-11ed-8461-4a7719722fda | InvocationID=705be6dc-b3d2-11ed-8461-4a7719722fda | 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-23T23:33:16+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63e02fa8-b3d2-11ed-8461-4a7719722fda | InvocationID=63e0320a-b3d2-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:33:16+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72d1019a-b3d2-11ed-8461-4a7719722fda | InvocationID=72d10438-b3d2-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:33:16+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72d1019a-b3d2-11ed-8461-4a7719722fda | InvocationID=72d10438-b3d2-11ed-8461-4a7719722fda | 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-23T23:33:16+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72d1019a-b3d2-11ed-8461-4a7719722fda | InvocationID=72d10438-b3d2-11ed-8461-4a7719722fda | 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-23T23:33:32+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=705be52e-b3d2-11ed-8461-4a7719722fda | InvocationID=705be6dc-b3d2-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:33:32+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c4d9350-b3d2-11ed-8461-4a7719722fda | InvocationID=7c4d9706-b3d2-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:33:32+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c4d9350-b3d2-11ed-8461-4a7719722fda | InvocationID=7c4d9706-b3d2-11ed-8461-4a7719722fda | 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-23T23:33:32+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c4d9350-b3d2-11ed-8461-4a7719722fda | InvocationID=7c4d9706-b3d2-11ed-8461-4a7719722fda | 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-23T23:33:41+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72d1019a-b3d2-11ed-8461-4a7719722fda | InvocationID=72d10438-b3d2-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:33:41+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81bef270-b3d2-11ed-8461-4a7719722fda | InvocationID=81bef4be-b3d2-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:33:41+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81bef270-b3d2-11ed-8461-4a7719722fda | InvocationID=81bef4be-b3d2-11ed-8461-4a7719722fda | 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-23T23:33:41+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81bef270-b3d2-11ed-8461-4a7719722fda | InvocationID=81bef4be-b3d2-11ed-8461-4a7719722fda | 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-23T23:33:52+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c4d9350-b3d2-11ed-8461-4a7719722fda | InvocationID=7c4d9706-b3d2-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:33:52+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8840c128-b3d2-11ed-8461-4a7719722fda | InvocationID=8840c362-b3d2-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:33:52+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8840c128-b3d2-11ed-8461-4a7719722fda | InvocationID=8840c362-b3d2-11ed-8461-4a7719722fda | 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-23T23:33:52+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8840c128-b3d2-11ed-8461-4a7719722fda | InvocationID=8840c362-b3d2-11ed-8461-4a7719722fda | 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-23T23:34:06+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81bef270-b3d2-11ed-8461-4a7719722fda | InvocationID=81bef4be-b3d2-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:34:06+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90a98ab6-b3d2-11ed-8461-4a7719722fda | InvocationID=90a98cb4-b3d2-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:34:07+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90a98ab6-b3d2-11ed-8461-4a7719722fda | InvocationID=90a98cb4-b3d2-11ed-8461-4a7719722fda | 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-23T23:34:07+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90a98ab6-b3d2-11ed-8461-4a7719722fda | InvocationID=90a98cb4-b3d2-11ed-8461-4a7719722fda | 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-23T23:34:12+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8840c128-b3d2-11ed-8461-4a7719722fda | InvocationID=8840c362-b3d2-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:34:12+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94333650-b3d2-11ed-8461-4a7719722fda | InvocationID=943337f4-b3d2-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:34:12+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94333650-b3d2-11ed-8461-4a7719722fda | InvocationID=943337f4-b3d2-11ed-8461-4a7719722fda | 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-23T23:34:12+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=94333650-b3d2-11ed-8461-4a7719722fda | InvocationID=943337f4-b3d2-11ed-8461-4a7719722fda | 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-23T23:34:32+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90a98ab6-b3d2-11ed-8461-4a7719722fda | InvocationID=90a98cb4-b3d2-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:34:32+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f9b90c8-b3d2-11ed-8461-4a7719722fda | InvocationID=9f9b9280-b3d2-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:34:32+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f9b90c8-b3d2-11ed-8461-4a7719722fda | InvocationID=9f9b9280-b3d2-11ed-8461-4a7719722fda | 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-23T23:34:32+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f9b90c8-b3d2-11ed-8461-4a7719722fda | InvocationID=9f9b9280-b3d2-11ed-8461-4a7719722fda | 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-23T23:34:32+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=94333650-b3d2-11ed-8461-4a7719722fda | InvocationID=943337f4-b3d2-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:34:32+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0230e5e-b3d2-11ed-8461-4a7719722fda | InvocationID=a023103e-b3d2-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:34:32+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0230e5e-b3d2-11ed-8461-4a7719722fda | InvocationID=a023103e-b3d2-11ed-8461-4a7719722fda | 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-23T23:34:32+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a0230e5e-b3d2-11ed-8461-4a7719722fda | InvocationID=a023103e-b3d2-11ed-8461-4a7719722fda | 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-23T23:34:52+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a0230e5e-b3d2-11ed-8461-4a7719722fda | InvocationID=a023103e-b3d2-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:34:52+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac1289c4-b3d2-11ed-8461-4a7719722fda | InvocationID=ac128c12-b3d2-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:34:53+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac1289c4-b3d2-11ed-8461-4a7719722fda | InvocationID=ac128c12-b3d2-11ed-8461-4a7719722fda | 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-23T23:34:53+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ac1289c4-b3d2-11ed-8461-4a7719722fda | InvocationID=ac128c12-b3d2-11ed-8461-4a7719722fda | 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-23T23:34:57+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f9b90c8-b3d2-11ed-8461-4a7719722fda | InvocationID=9f9b9280-b3d2-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:34:57+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae876076-b3d2-11ed-8461-4a7719722fda | InvocationID=ae8763a0-b3d2-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:34:57+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae876076-b3d2-11ed-8461-4a7719722fda | InvocationID=ae8763a0-b3d2-11ed-8461-4a7719722fda | 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-23T23:34:57+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae876076-b3d2-11ed-8461-4a7719722fda | InvocationID=ae8763a0-b3d2-11ed-8461-4a7719722fda | 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-23T23:35:13+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ac1289c4-b3d2-11ed-8461-4a7719722fda | InvocationID=ac128c12-b3d2-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:35:13+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8061520-b3d2-11ed-8461-4a7719722fda | InvocationID=b8061728-b3d2-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:35:13+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8061520-b3d2-11ed-8461-4a7719722fda | InvocationID=b8061728-b3d2-11ed-8461-4a7719722fda | 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-23T23:35:13+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b8061520-b3d2-11ed-8461-4a7719722fda | InvocationID=b8061728-b3d2-11ed-8461-4a7719722fda | 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-23T23:35:22+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae876076-b3d2-11ed-8461-4a7719722fda | InvocationID=ae8763a0-b3d2-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:35:22+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd72433a-b3d2-11ed-8461-4a7719722fda | InvocationID=bd724560-b3d2-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:35:22+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd72433a-b3d2-11ed-8461-4a7719722fda | InvocationID=bd724560-b3d2-11ed-8461-4a7719722fda | 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-23T23:35:22+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd72433a-b3d2-11ed-8461-4a7719722fda | InvocationID=bd724560-b3d2-11ed-8461-4a7719722fda | 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-23T23:35:33+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b8061520-b3d2-11ed-8461-4a7719722fda | InvocationID=b8061728-b3d2-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:35:33+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3f7eb10-b3d2-11ed-8461-4a7719722fda | InvocationID=c3f7ecb4-b3d2-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:35:33+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3f7eb10-b3d2-11ed-8461-4a7719722fda | InvocationID=c3f7ecb4-b3d2-11ed-8461-4a7719722fda | 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-23T23:35:33+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3f7eb10-b3d2-11ed-8461-4a7719722fda | InvocationID=c3f7ecb4-b3d2-11ed-8461-4a7719722fda | 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-23T23:35:47+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd72433a-b3d2-11ed-8461-4a7719722fda | InvocationID=bd724560-b3d2-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:35:47+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc5e1fb8-b3d2-11ed-8461-4a7719722fda | InvocationID=cc5e2170-b3d2-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:35:47+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc5e1fb8-b3d2-11ed-8461-4a7719722fda | InvocationID=cc5e2170-b3d2-11ed-8461-4a7719722fda | 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-23T23:35:47+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc5e1fb8-b3d2-11ed-8461-4a7719722fda | InvocationID=cc5e2170-b3d2-11ed-8461-4a7719722fda | 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-23T23:35:53+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3f7eb10-b3d2-11ed-8461-4a7719722fda | InvocationID=c3f7ecb4-b3d2-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:35:53+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfeb4a8e-b3d2-11ed-8461-4a7719722fda | InvocationID=cfeb5628-b3d2-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:35:53+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfeb4a8e-b3d2-11ed-8461-4a7719722fda | InvocationID=cfeb5628-b3d2-11ed-8461-4a7719722fda | 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-23T23:35:53+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cfeb4a8e-b3d2-11ed-8461-4a7719722fda | InvocationID=cfeb5628-b3d2-11ed-8461-4a7719722fda | 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-23T23:36:12+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc5e1fb8-b3d2-11ed-8461-4a7719722fda | InvocationID=cc5e2170-b3d2-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:36:12+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db499a66-b3d2-11ed-8461-4a7719722fda | InvocationID=db499cb4-b3d2-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:36:12+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db499a66-b3d2-11ed-8461-4a7719722fda | InvocationID=db499cb4-b3d2-11ed-8461-4a7719722fda | 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-23T23:36:12+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db499a66-b3d2-11ed-8461-4a7719722fda | InvocationID=db499cb4-b3d2-11ed-8461-4a7719722fda | 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-23T23:36:13+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cfeb4a8e-b3d2-11ed-8461-4a7719722fda | InvocationID=cfeb5628-b3d2-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:36:13+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbdacc52-b3d2-11ed-8461-4a7719722fda | InvocationID=dbdaced2-b3d2-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:36:13+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbdacc52-b3d2-11ed-8461-4a7719722fda | InvocationID=dbdaced2-b3d2-11ed-8461-4a7719722fda | 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-23T23:36:13+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dbdacc52-b3d2-11ed-8461-4a7719722fda | InvocationID=dbdaced2-b3d2-11ed-8461-4a7719722fda | 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-23T23:36:33+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dbdacc52-b3d2-11ed-8461-4a7719722fda | InvocationID=dbdaced2-b3d2-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:36:33+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7ca24c2-b3d2-11ed-8461-4a7719722fda | InvocationID=e7ca26f2-b3d2-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:36:33+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7ca24c2-b3d2-11ed-8461-4a7719722fda | InvocationID=e7ca26f2-b3d2-11ed-8461-4a7719722fda | 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-23T23:36:33+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e7ca24c2-b3d2-11ed-8461-4a7719722fda | InvocationID=e7ca26f2-b3d2-11ed-8461-4a7719722fda | 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-23T23:36:37+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db499a66-b3d2-11ed-8461-4a7719722fda | InvocationID=db499cb4-b3d2-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:36:37+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea392b0e-b3d2-11ed-8461-4a7719722fda | InvocationID=ea392d48-b3d2-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:36:37+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea392b0e-b3d2-11ed-8461-4a7719722fda | InvocationID=ea392d48-b3d2-11ed-8461-4a7719722fda | 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-23T23:36:37+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea392b0e-b3d2-11ed-8461-4a7719722fda | InvocationID=ea392d48-b3d2-11ed-8461-4a7719722fda | 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-23T23:36:53+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e7ca24c2-b3d2-11ed-8461-4a7719722fda | InvocationID=e7ca26f2-b3d2-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:36:53+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3bad696-b3d2-11ed-8461-4a7719722fda | InvocationID=f3bad84e-b3d2-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:36:53+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3bad696-b3d2-11ed-8461-4a7719722fda | InvocationID=f3bad84e-b3d2-11ed-8461-4a7719722fda | 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-23T23:36:53+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3bad696-b3d2-11ed-8461-4a7719722fda | InvocationID=f3bad84e-b3d2-11ed-8461-4a7719722fda | 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-23T23:37:02+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea392b0e-b3d2-11ed-8461-4a7719722fda | InvocationID=ea392d48-b3d2-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:37:02+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9234dac-b3d2-11ed-8461-4a7719722fda | InvocationID=f9235004-b3d2-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:37:02+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9234dac-b3d2-11ed-8461-4a7719722fda | InvocationID=f9235004-b3d2-11ed-8461-4a7719722fda | 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-23T23:37:02+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9234dac-b3d2-11ed-8461-4a7719722fda | InvocationID=f9235004-b3d2-11ed-8461-4a7719722fda | 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-23T23:37:13+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3bad696-b3d2-11ed-8461-4a7719722fda | InvocationID=f3bad84e-b3d2-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:37:13+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffaf8302-b3d2-11ed-8461-4a7719722fda | InvocationID=ffaf85a0-b3d2-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:37:13+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffaf8302-b3d2-11ed-8461-4a7719722fda | InvocationID=ffaf85a0-b3d2-11ed-8461-4a7719722fda | 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-23T23:37:13+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ffaf8302-b3d2-11ed-8461-4a7719722fda | InvocationID=ffaf85a0-b3d2-11ed-8461-4a7719722fda | 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-23T23:37:27+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9234dac-b3d2-11ed-8461-4a7719722fda | InvocationID=f9235004-b3d2-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:37:27+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=080f1134-b3d3-11ed-8461-4a7719722fda | InvocationID=080f1468-b3d3-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:37:27+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=080f1134-b3d3-11ed-8461-4a7719722fda | InvocationID=080f1468-b3d3-11ed-8461-4a7719722fda | 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-23T23:37:27+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=080f1134-b3d3-11ed-8461-4a7719722fda | InvocationID=080f1468-b3d3-11ed-8461-4a7719722fda | 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-23T23:37:33+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ffaf8302-b3d2-11ed-8461-4a7719722fda | InvocationID=ffaf85a0-b3d2-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:37:33+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ba08fd0-b3d3-11ed-8461-4a7719722fda | InvocationID=0ba09200-b3d3-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:37:33+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ba08fd0-b3d3-11ed-8461-4a7719722fda | InvocationID=0ba09200-b3d3-11ed-8461-4a7719722fda | 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-23T23:37:33+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ba08fd0-b3d3-11ed-8461-4a7719722fda | InvocationID=0ba09200-b3d3-11ed-8461-4a7719722fda | 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-23T23:37:52+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=080f1134-b3d3-11ed-8461-4a7719722fda | InvocationID=080f1468-b3d3-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:37:52+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16fd83c4-b3d3-11ed-8461-4a7719722fda | InvocationID=16fd8824-b3d3-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:37:52+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16fd83c4-b3d3-11ed-8461-4a7719722fda | InvocationID=16fd8824-b3d3-11ed-8461-4a7719722fda | 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-23T23:37:52+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16fd83c4-b3d3-11ed-8461-4a7719722fda | InvocationID=16fd8824-b3d3-11ed-8461-4a7719722fda | 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-23T23:37:53+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ba08fd0-b3d3-11ed-8461-4a7719722fda | InvocationID=0ba09200-b3d3-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:37:53+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=179050f0-b3d3-11ed-8461-4a7719722fda | InvocationID=17905316-b3d3-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:37:53+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=179050f0-b3d3-11ed-8461-4a7719722fda | InvocationID=17905316-b3d3-11ed-8461-4a7719722fda | 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-23T23:37:53+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=179050f0-b3d3-11ed-8461-4a7719722fda | InvocationID=17905316-b3d3-11ed-8461-4a7719722fda | 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-23T23:38:13+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=179050f0-b3d3-11ed-8461-4a7719722fda | InvocationID=17905316-b3d3-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:38:13+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=237fbf86-b3d3-11ed-8461-4a7719722fda | InvocationID=237fc198-b3d3-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:38:13+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=237fbf86-b3d3-11ed-8461-4a7719722fda | InvocationID=237fc198-b3d3-11ed-8461-4a7719722fda | 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-23T23:38:13+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=237fbf86-b3d3-11ed-8461-4a7719722fda | InvocationID=237fc198-b3d3-11ed-8461-4a7719722fda | 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-23T23:38:17+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16fd83c4-b3d3-11ed-8461-4a7719722fda | InvocationID=16fd8824-b3d3-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:38:17+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25e9809a-b3d3-11ed-8461-4a7719722fda | InvocationID=25e98248-b3d3-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:38:17+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25e9809a-b3d3-11ed-8461-4a7719722fda | InvocationID=25e98248-b3d3-11ed-8461-4a7719722fda | 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-23T23:38:17+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25e9809a-b3d3-11ed-8461-4a7719722fda | InvocationID=25e98248-b3d3-11ed-8461-4a7719722fda | 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-23T23:38:33+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=237fbf86-b3d3-11ed-8461-4a7719722fda | InvocationID=237fc198-b3d3-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:38:33+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f724476-b3d3-11ed-8461-4a7719722fda | InvocationID=2f72475a-b3d3-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:38:33+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f724476-b3d3-11ed-8461-4a7719722fda | InvocationID=2f72475a-b3d3-11ed-8461-4a7719722fda | 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-23T23:38:33+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2f724476-b3d3-11ed-8461-4a7719722fda | InvocationID=2f72475a-b3d3-11ed-8461-4a7719722fda | 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-23T23:38:42+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25e9809a-b3d3-11ed-8461-4a7719722fda | InvocationID=25e98248-b3d3-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:38:42+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34d531ee-b3d3-11ed-8461-4a7719722fda | InvocationID=34d533a6-b3d3-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:38:42+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34d531ee-b3d3-11ed-8461-4a7719722fda | InvocationID=34d533a6-b3d3-11ed-8461-4a7719722fda | 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-23T23:38:42+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=34d531ee-b3d3-11ed-8461-4a7719722fda | InvocationID=34d533a6-b3d3-11ed-8461-4a7719722fda | 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-23T23:38:53+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2f724476-b3d3-11ed-8461-4a7719722fda | InvocationID=2f72475a-b3d3-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:38:53+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b6404a4-b3d3-11ed-8461-4a7719722fda | InvocationID=3b6406d4-b3d3-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:38:53+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b6404a4-b3d3-11ed-8461-4a7719722fda | InvocationID=3b6406d4-b3d3-11ed-8461-4a7719722fda | 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-23T23:38:53+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3b6404a4-b3d3-11ed-8461-4a7719722fda | InvocationID=3b6406d4-b3d3-11ed-8461-4a7719722fda | 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-23T23:39:07+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=34d531ee-b3d3-11ed-8461-4a7719722fda | InvocationID=34d533a6-b3d3-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:39:07+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43c05152-b3d3-11ed-8461-4a7719722fda | InvocationID=43c053be-b3d3-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:39:07+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43c05152-b3d3-11ed-8461-4a7719722fda | InvocationID=43c053be-b3d3-11ed-8461-4a7719722fda | 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-23T23:39:07+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43c05152-b3d3-11ed-8461-4a7719722fda | InvocationID=43c053be-b3d3-11ed-8461-4a7719722fda | 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-23T23:39:13+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3b6404a4-b3d3-11ed-8461-4a7719722fda | InvocationID=3b6406d4-b3d3-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:39:13+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4757c73c-b3d3-11ed-8461-4a7719722fda | InvocationID=4757c8f4-b3d3-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:39:13+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4757c73c-b3d3-11ed-8461-4a7719722fda | InvocationID=4757c8f4-b3d3-11ed-8461-4a7719722fda | 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-23T23:39:13+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4757c73c-b3d3-11ed-8461-4a7719722fda | InvocationID=4757c8f4-b3d3-11ed-8461-4a7719722fda | 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-23T23:39:32+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43c05152-b3d3-11ed-8461-4a7719722fda | InvocationID=43c053be-b3d3-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:39:32+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52ad09bc-b3d3-11ed-8461-4a7719722fda | InvocationID=52ad0bb0-b3d3-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:39:32+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52ad09bc-b3d3-11ed-8461-4a7719722fda | InvocationID=52ad0bb0-b3d3-11ed-8461-4a7719722fda | 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-23T23:39:32+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52ad09bc-b3d3-11ed-8461-4a7719722fda | InvocationID=52ad0bb0-b3d3-11ed-8461-4a7719722fda | 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-23T23:39:33+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4757c73c-b3d3-11ed-8461-4a7719722fda | InvocationID=4757c8f4-b3d3-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:39:33+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=534798a6-b3d3-11ed-8461-4a7719722fda | InvocationID=53479b76-b3d3-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:39:33+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=534798a6-b3d3-11ed-8461-4a7719722fda | InvocationID=53479b76-b3d3-11ed-8461-4a7719722fda | 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-23T23:39:33+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=534798a6-b3d3-11ed-8461-4a7719722fda | InvocationID=53479b76-b3d3-11ed-8461-4a7719722fda | 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-23T23:39:53+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=534798a6-b3d3-11ed-8461-4a7719722fda | InvocationID=53479b76-b3d3-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:39:53+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f36b994-b3d3-11ed-8461-4a7719722fda | InvocationID=5f36bbd8-b3d3-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:39:53+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f36b994-b3d3-11ed-8461-4a7719722fda | InvocationID=5f36bbd8-b3d3-11ed-8461-4a7719722fda | 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-23T23:39:53+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f36b994-b3d3-11ed-8461-4a7719722fda | InvocationID=5f36bbd8-b3d3-11ed-8461-4a7719722fda | 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-23T23:39:57+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52ad09bc-b3d3-11ed-8461-4a7719722fda | InvocationID=52ad0bb0-b3d3-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:39:57+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=619b77c4-b3d3-11ed-8461-4a7719722fda | InvocationID=619b7d28-b3d3-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:39:57+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=619b77c4-b3d3-11ed-8461-4a7719722fda | InvocationID=619b7d28-b3d3-11ed-8461-4a7719722fda | 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-23T23:39:57+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=619b77c4-b3d3-11ed-8461-4a7719722fda | InvocationID=619b7d28-b3d3-11ed-8461-4a7719722fda | 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-23T23:40:13+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f36b994-b3d3-11ed-8461-4a7719722fda | InvocationID=5f36bbd8-b3d3-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:40:13+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b2855fa-b3d3-11ed-8461-4a7719722fda | InvocationID=6b28585c-b3d3-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:40:13+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b2855fa-b3d3-11ed-8461-4a7719722fda | InvocationID=6b28585c-b3d3-11ed-8461-4a7719722fda | 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-23T23:40:13+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b2855fa-b3d3-11ed-8461-4a7719722fda | InvocationID=6b28585c-b3d3-11ed-8461-4a7719722fda | 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-23T23:40:22+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=619b77c4-b3d3-11ed-8461-4a7719722fda | InvocationID=619b7d28-b3d3-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:40:22+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7086c072-b3d3-11ed-8461-4a7719722fda | InvocationID=7086c32e-b3d3-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:40:22+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7086c072-b3d3-11ed-8461-4a7719722fda | InvocationID=7086c32e-b3d3-11ed-8461-4a7719722fda | 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-23T23:40:22+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7086c072-b3d3-11ed-8461-4a7719722fda | InvocationID=7086c32e-b3d3-11ed-8461-4a7719722fda | 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-23T23:40:33+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b2855fa-b3d3-11ed-8461-4a7719722fda | InvocationID=6b28585c-b3d3-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:40:33+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=771b8990-b3d3-11ed-8461-4a7719722fda | InvocationID=771b8bca-b3d3-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:40:33+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=771b8990-b3d3-11ed-8461-4a7719722fda | InvocationID=771b8bca-b3d3-11ed-8461-4a7719722fda | 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-23T23:40:33+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=771b8990-b3d3-11ed-8461-4a7719722fda | InvocationID=771b8bca-b3d3-11ed-8461-4a7719722fda | 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-23T23:40:47+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7086c072-b3d3-11ed-8461-4a7719722fda | InvocationID=7086c32e-b3d3-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:40:47+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f71e634-b3d3-11ed-8461-4a7719722fda | InvocationID=7f71e896-b3d3-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:40:47+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f71e634-b3d3-11ed-8461-4a7719722fda | InvocationID=7f71e896-b3d3-11ed-8461-4a7719722fda | 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-23T23:40:47+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f71e634-b3d3-11ed-8461-4a7719722fda | InvocationID=7f71e896-b3d3-11ed-8461-4a7719722fda | 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-23T23:40:53+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=771b8990-b3d3-11ed-8461-4a7719722fda | InvocationID=771b8bca-b3d3-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:40:53+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=830d70a6-b3d3-11ed-8461-4a7719722fda | InvocationID=830d725e-b3d3-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:40:53+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=830d70a6-b3d3-11ed-8461-4a7719722fda | InvocationID=830d725e-b3d3-11ed-8461-4a7719722fda | 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-23T23:40:53+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=830d70a6-b3d3-11ed-8461-4a7719722fda | InvocationID=830d725e-b3d3-11ed-8461-4a7719722fda | 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-23T23:41:12+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f71e634-b3d3-11ed-8461-4a7719722fda | InvocationID=7f71e896-b3d3-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:41:12+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e5fb9c8-b3d3-11ed-8461-4a7719722fda | InvocationID=8e5fbc02-b3d3-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:41:12+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e5fb9c8-b3d3-11ed-8461-4a7719722fda | InvocationID=8e5fbc02-b3d3-11ed-8461-4a7719722fda | 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-23T23:41:12+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e5fb9c8-b3d3-11ed-8461-4a7719722fda | InvocationID=8e5fbc02-b3d3-11ed-8461-4a7719722fda | 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-23T23:41:13+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=830d70a6-b3d3-11ed-8461-4a7719722fda | InvocationID=830d725e-b3d3-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:41:13+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8efc797a-b3d3-11ed-8461-4a7719722fda | InvocationID=8efc880c-b3d3-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:41:13+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8efc797a-b3d3-11ed-8461-4a7719722fda | InvocationID=8efc880c-b3d3-11ed-8461-4a7719722fda | 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-23T23:41:13+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8efc797a-b3d3-11ed-8461-4a7719722fda | InvocationID=8efc880c-b3d3-11ed-8461-4a7719722fda | 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-23T23:41:33+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8efc797a-b3d3-11ed-8461-4a7719722fda | InvocationID=8efc880c-b3d3-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:41:33+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9aedaf4c-b3d3-11ed-8461-4a7719722fda | InvocationID=9aedb320-b3d3-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:41:33+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9aedaf4c-b3d3-11ed-8461-4a7719722fda | InvocationID=9aedb320-b3d3-11ed-8461-4a7719722fda | 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-23T23:41:33+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9aedaf4c-b3d3-11ed-8461-4a7719722fda | InvocationID=9aedb320-b3d3-11ed-8461-4a7719722fda | 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-23T23:41:37+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e5fb9c8-b3d3-11ed-8461-4a7719722fda | InvocationID=8e5fbc02-b3d3-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:41:37+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d4cefaa-b3d3-11ed-8461-4a7719722fda | InvocationID=9d4cf1ee-b3d3-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:41:37+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d4cefaa-b3d3-11ed-8461-4a7719722fda | InvocationID=9d4cf1ee-b3d3-11ed-8461-4a7719722fda | 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-23T23:41:37+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d4cefaa-b3d3-11ed-8461-4a7719722fda | InvocationID=9d4cf1ee-b3d3-11ed-8461-4a7719722fda | 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-23T23:41:53+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9aedaf4c-b3d3-11ed-8461-4a7719722fda | InvocationID=9aedb320-b3d3-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:41:53+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6e7366a-b3d3-11ed-8461-4a7719722fda | InvocationID=a6e73822-b3d3-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:41:53+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6e7366a-b3d3-11ed-8461-4a7719722fda | InvocationID=a6e73822-b3d3-11ed-8461-4a7719722fda | 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-23T23:41:53+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a6e7366a-b3d3-11ed-8461-4a7719722fda | InvocationID=a6e73822-b3d3-11ed-8461-4a7719722fda | 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-23T23:42:02+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d4cefaa-b3d3-11ed-8461-4a7719722fda | InvocationID=9d4cf1ee-b3d3-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:42:02+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac37da02-b3d3-11ed-8461-4a7719722fda | InvocationID=ac37dbec-b3d3-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:42:02+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac37da02-b3d3-11ed-8461-4a7719722fda | InvocationID=ac37dbec-b3d3-11ed-8461-4a7719722fda | 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-23T23:42:02+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac37da02-b3d3-11ed-8461-4a7719722fda | InvocationID=ac37dbec-b3d3-11ed-8461-4a7719722fda | 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-23T23:42:13+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a6e7366a-b3d3-11ed-8461-4a7719722fda | InvocationID=a6e73822-b3d3-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:42:13+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2d89e46-b3d3-11ed-8461-4a7719722fda | InvocationID=b2d8a21a-b3d3-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:42:13+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2d89e46-b3d3-11ed-8461-4a7719722fda | InvocationID=b2d8a21a-b3d3-11ed-8461-4a7719722fda | 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-23T23:42:13+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b2d89e46-b3d3-11ed-8461-4a7719722fda | InvocationID=b2d8a21a-b3d3-11ed-8461-4a7719722fda | 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-23T23:42:27+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac37da02-b3d3-11ed-8461-4a7719722fda | InvocationID=ac37dbec-b3d3-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:42:27+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb220682-b3d3-11ed-8461-4a7719722fda | InvocationID=bb22083a-b3d3-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:42:27+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb220682-b3d3-11ed-8461-4a7719722fda | InvocationID=bb22083a-b3d3-11ed-8461-4a7719722fda | 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-23T23:42:27+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb220682-b3d3-11ed-8461-4a7719722fda | InvocationID=bb22083a-b3d3-11ed-8461-4a7719722fda | 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-23T23:42:33+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b2d89e46-b3d3-11ed-8461-4a7719722fda | InvocationID=b2d8a21a-b3d3-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:42:33+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=becc2c4a-b3d3-11ed-8461-4a7719722fda | InvocationID=becc2e66-b3d3-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:42:33+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=becc2c4a-b3d3-11ed-8461-4a7719722fda | InvocationID=becc2e66-b3d3-11ed-8461-4a7719722fda | 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-23T23:42:33+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=becc2c4a-b3d3-11ed-8461-4a7719722fda | InvocationID=becc2e66-b3d3-11ed-8461-4a7719722fda | 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-23T23:42:52+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb220682-b3d3-11ed-8461-4a7719722fda | InvocationID=bb22083a-b3d3-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:42:52+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca0e5916-b3d3-11ed-8461-4a7719722fda | InvocationID=ca0e6776-b3d3-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:42:52+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca0e5916-b3d3-11ed-8461-4a7719722fda | InvocationID=ca0e6776-b3d3-11ed-8461-4a7719722fda | 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-23T23:42:52+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca0e5916-b3d3-11ed-8461-4a7719722fda | InvocationID=ca0e6776-b3d3-11ed-8461-4a7719722fda | 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-23T23:42:53+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=becc2c4a-b3d3-11ed-8461-4a7719722fda | InvocationID=becc2e66-b3d3-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:42:53+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cabbbda4-b3d3-11ed-8461-4a7719722fda | InvocationID=cabbc132-b3d3-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:42:53+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cabbbda4-b3d3-11ed-8461-4a7719722fda | InvocationID=cabbc132-b3d3-11ed-8461-4a7719722fda | 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-23T23:42:53+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cabbbda4-b3d3-11ed-8461-4a7719722fda | InvocationID=cabbc132-b3d3-11ed-8461-4a7719722fda | 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-23T23:43:13+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cabbbda4-b3d3-11ed-8461-4a7719722fda | InvocationID=cabbc132-b3d3-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:43:13+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6aac3da-b3d3-11ed-8461-4a7719722fda | InvocationID=d6aac650-b3d3-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:43:13+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6aac3da-b3d3-11ed-8461-4a7719722fda | InvocationID=d6aac650-b3d3-11ed-8461-4a7719722fda | 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-23T23:43:13+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6aac3da-b3d3-11ed-8461-4a7719722fda | InvocationID=d6aac650-b3d3-11ed-8461-4a7719722fda | 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-23T23:43:17+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca0e5916-b3d3-11ed-8461-4a7719722fda | InvocationID=ca0e6776-b3d3-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:43:17+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8fcccf0-b3d3-11ed-8461-4a7719722fda | InvocationID=d8fccf98-b3d3-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:43:17+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8fcccf0-b3d3-11ed-8461-4a7719722fda | InvocationID=d8fccf98-b3d3-11ed-8461-4a7719722fda | 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-23T23:43:17+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8fcccf0-b3d3-11ed-8461-4a7719722fda | InvocationID=d8fccf98-b3d3-11ed-8461-4a7719722fda | 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-23T23:43:33+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6aac3da-b3d3-11ed-8461-4a7719722fda | InvocationID=d6aac650-b3d3-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:43:33+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e29bf4c0-b3d3-11ed-8461-4a7719722fda | InvocationID=e29bf6dc-b3d3-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:43:34+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e29bf4c0-b3d3-11ed-8461-4a7719722fda | InvocationID=e29bf6dc-b3d3-11ed-8461-4a7719722fda | 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-23T23:43:34+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e29bf4c0-b3d3-11ed-8461-4a7719722fda | InvocationID=e29bf6dc-b3d3-11ed-8461-4a7719722fda | 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-23T23:43:42+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8fcccf0-b3d3-11ed-8461-4a7719722fda | InvocationID=d8fccf98-b3d3-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:43:42+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7e8e8d4-b3d3-11ed-8461-4a7719722fda | InvocationID=e7e8ed70-b3d3-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:43:42+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7e8e8d4-b3d3-11ed-8461-4a7719722fda | InvocationID=e7e8ed70-b3d3-11ed-8461-4a7719722fda | 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-23T23:43:42+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7e8e8d4-b3d3-11ed-8461-4a7719722fda | InvocationID=e7e8ed70-b3d3-11ed-8461-4a7719722fda | 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-23T23:43:54+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e29bf4c0-b3d3-11ed-8461-4a7719722fda | InvocationID=e29bf6dc-b3d3-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:43:54+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee8e2316-b3d3-11ed-8461-4a7719722fda | InvocationID=ee8e2582-b3d3-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:43:54+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee8e2316-b3d3-11ed-8461-4a7719722fda | InvocationID=ee8e2582-b3d3-11ed-8461-4a7719722fda | 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-23T23:43:54+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee8e2316-b3d3-11ed-8461-4a7719722fda | InvocationID=ee8e2582-b3d3-11ed-8461-4a7719722fda | 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-23T23:44:07+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7e8e8d4-b3d3-11ed-8461-4a7719722fda | InvocationID=e7e8ed70-b3d3-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:44:07+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6d3508c-b3d3-11ed-8461-4a7719722fda | InvocationID=f6d352d0-b3d3-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:44:07+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6d3508c-b3d3-11ed-8461-4a7719722fda | InvocationID=f6d352d0-b3d3-11ed-8461-4a7719722fda | 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-23T23:44:07+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6d3508c-b3d3-11ed-8461-4a7719722fda | InvocationID=f6d352d0-b3d3-11ed-8461-4a7719722fda | 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-23T23:44:14+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee8e2316-b3d3-11ed-8461-4a7719722fda | InvocationID=ee8e2582-b3d3-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:44:14+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa7fe772-b3d3-11ed-8461-4a7719722fda | InvocationID=fa7feb6e-b3d3-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:44:14+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa7fe772-b3d3-11ed-8461-4a7719722fda | InvocationID=fa7feb6e-b3d3-11ed-8461-4a7719722fda | 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-23T23:44:14+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa7fe772-b3d3-11ed-8461-4a7719722fda | InvocationID=fa7feb6e-b3d3-11ed-8461-4a7719722fda | 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-23T23:44:32+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6d3508c-b3d3-11ed-8461-4a7719722fda | InvocationID=f6d352d0-b3d3-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:44:32+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05c13ed8-b3d4-11ed-8461-4a7719722fda | InvocationID=05c14108-b3d4-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:44:32+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05c13ed8-b3d4-11ed-8461-4a7719722fda | InvocationID=05c14108-b3d4-11ed-8461-4a7719722fda | 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-23T23:44:32+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05c13ed8-b3d4-11ed-8461-4a7719722fda | InvocationID=05c14108-b3d4-11ed-8461-4a7719722fda | 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-23T23:44:34+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa7fe772-b3d3-11ed-8461-4a7719722fda | InvocationID=fa7feb6e-b3d3-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:44:34+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=066f0630-b3d4-11ed-8461-4a7719722fda | InvocationID=066f0ad6-b3d4-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:44:34+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=066f0630-b3d4-11ed-8461-4a7719722fda | InvocationID=066f0ad6-b3d4-11ed-8461-4a7719722fda | 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-23T23:44:34+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=066f0630-b3d4-11ed-8461-4a7719722fda | InvocationID=066f0ad6-b3d4-11ed-8461-4a7719722fda | 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-23T23:44:54+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=066f0630-b3d4-11ed-8461-4a7719722fda | InvocationID=066f0ad6-b3d4-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:44:54+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=125e7f66-b3d4-11ed-8461-4a7719722fda | InvocationID=125e81b4-b3d4-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:44:54+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=125e7f66-b3d4-11ed-8461-4a7719722fda | InvocationID=125e81b4-b3d4-11ed-8461-4a7719722fda | 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-23T23:44:54+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=125e7f66-b3d4-11ed-8461-4a7719722fda | InvocationID=125e81b4-b3d4-11ed-8461-4a7719722fda | 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-23T23:44:57+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05c13ed8-b3d4-11ed-8461-4a7719722fda | InvocationID=05c14108-b3d4-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:44:57+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14ad67b4-b3d4-11ed-8461-4a7719722fda | InvocationID=14ad696c-b3d4-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:44:57+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14ad67b4-b3d4-11ed-8461-4a7719722fda | InvocationID=14ad696c-b3d4-11ed-8461-4a7719722fda | 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-23T23:44:57+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=14ad67b4-b3d4-11ed-8461-4a7719722fda | InvocationID=14ad696c-b3d4-11ed-8461-4a7719722fda | 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-23T23:45:14+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=125e7f66-b3d4-11ed-8461-4a7719722fda | InvocationID=125e81b4-b3d4-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:45:14+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e511f54-b3d4-11ed-8461-4a7719722fda | InvocationID=1e5120f8-b3d4-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:45:14+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e511f54-b3d4-11ed-8461-4a7719722fda | InvocationID=1e5120f8-b3d4-11ed-8461-4a7719722fda | 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-23T23:45:14+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1e511f54-b3d4-11ed-8461-4a7719722fda | InvocationID=1e5120f8-b3d4-11ed-8461-4a7719722fda | 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-23T23:45:22+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=14ad67b4-b3d4-11ed-8461-4a7719722fda | InvocationID=14ad696c-b3d4-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:45:23+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2398c1b0-b3d4-11ed-8461-4a7719722fda | InvocationID=2398c3ae-b3d4-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:45:23+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2398c1b0-b3d4-11ed-8461-4a7719722fda | InvocationID=2398c3ae-b3d4-11ed-8461-4a7719722fda | 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-23T23:45:23+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2398c1b0-b3d4-11ed-8461-4a7719722fda | InvocationID=2398c3ae-b3d4-11ed-8461-4a7719722fda | 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-23T23:45:34+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1e511f54-b3d4-11ed-8461-4a7719722fda | InvocationID=1e5120f8-b3d4-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:45:34+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a41fc3e-b3d4-11ed-8461-4a7719722fda | InvocationID=2a4202ec-b3d4-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:45:34+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a41fc3e-b3d4-11ed-8461-4a7719722fda | InvocationID=2a4202ec-b3d4-11ed-8461-4a7719722fda | 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-23T23:45:34+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a41fc3e-b3d4-11ed-8461-4a7719722fda | InvocationID=2a4202ec-b3d4-11ed-8461-4a7719722fda | 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-23T23:45:48+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2398c1b0-b3d4-11ed-8461-4a7719722fda | InvocationID=2398c3ae-b3d4-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:45:48+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32848bd2-b3d4-11ed-8461-4a7719722fda | InvocationID=32848e20-b3d4-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:45:48+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32848bd2-b3d4-11ed-8461-4a7719722fda | InvocationID=32848e20-b3d4-11ed-8461-4a7719722fda | 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-23T23:45:48+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32848bd2-b3d4-11ed-8461-4a7719722fda | InvocationID=32848e20-b3d4-11ed-8461-4a7719722fda | 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-23T23:45:54+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a41fc3e-b3d4-11ed-8461-4a7719722fda | InvocationID=2a4202ec-b3d4-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:45:54+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=363c442c-b3d4-11ed-8461-4a7719722fda | InvocationID=363c483c-b3d4-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:45:54+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=363c442c-b3d4-11ed-8461-4a7719722fda | InvocationID=363c483c-b3d4-11ed-8461-4a7719722fda | 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-23T23:45:54+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=363c442c-b3d4-11ed-8461-4a7719722fda | InvocationID=363c483c-b3d4-11ed-8461-4a7719722fda | 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-23T23:46:13+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32848bd2-b3d4-11ed-8461-4a7719722fda | InvocationID=32848e20-b3d4-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:46:13+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41714f04-b3d4-11ed-8461-4a7719722fda | InvocationID=41715116-b3d4-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:46:13+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41714f04-b3d4-11ed-8461-4a7719722fda | InvocationID=41715116-b3d4-11ed-8461-4a7719722fda | 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-23T23:46:13+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41714f04-b3d4-11ed-8461-4a7719722fda | InvocationID=41715116-b3d4-11ed-8461-4a7719722fda | 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-23T23:46:14+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=363c442c-b3d4-11ed-8461-4a7719722fda | InvocationID=363c483c-b3d4-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:46:14+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=422c0a88-b3d4-11ed-8461-4a7719722fda | InvocationID=422c0cb8-b3d4-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:46:14+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=422c0a88-b3d4-11ed-8461-4a7719722fda | InvocationID=422c0cb8-b3d4-11ed-8461-4a7719722fda | 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-23T23:46:14+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=422c0a88-b3d4-11ed-8461-4a7719722fda | InvocationID=422c0cb8-b3d4-11ed-8461-4a7719722fda | 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-23T23:46:34+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=422c0a88-b3d4-11ed-8461-4a7719722fda | InvocationID=422c0cb8-b3d4-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:46:34+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e1bb5a0-b3d4-11ed-8461-4a7719722fda | InvocationID=4e1bb866-b3d4-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:46:34+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e1bb5a0-b3d4-11ed-8461-4a7719722fda | InvocationID=4e1bb866-b3d4-11ed-8461-4a7719722fda | 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-23T23:46:34+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e1bb5a0-b3d4-11ed-8461-4a7719722fda | InvocationID=4e1bb866-b3d4-11ed-8461-4a7719722fda | 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-23T23:46:38+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41714f04-b3d4-11ed-8461-4a7719722fda | InvocationID=41715116-b3d4-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:46:38+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=505fa894-b3d4-11ed-8461-4a7719722fda | InvocationID=505faa42-b3d4-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:46:38+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=505fa894-b3d4-11ed-8461-4a7719722fda | InvocationID=505faa42-b3d4-11ed-8461-4a7719722fda | 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-23T23:46:38+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=505fa894-b3d4-11ed-8461-4a7719722fda | InvocationID=505faa42-b3d4-11ed-8461-4a7719722fda | 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-23T23:46:54+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e1bb5a0-b3d4-11ed-8461-4a7719722fda | InvocationID=4e1bb866-b3d4-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:46:54+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a0d819a-b3d4-11ed-8461-4a7719722fda | InvocationID=5a0d8366-b3d4-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:46:54+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a0d819a-b3d4-11ed-8461-4a7719722fda | InvocationID=5a0d8366-b3d4-11ed-8461-4a7719722fda | 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-23T23:46:54+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a0d819a-b3d4-11ed-8461-4a7719722fda | InvocationID=5a0d8366-b3d4-11ed-8461-4a7719722fda | 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-23T23:47:03+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=505fa894-b3d4-11ed-8461-4a7719722fda | InvocationID=505faa42-b3d4-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:47:03+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f49b944-b3d4-11ed-8461-4a7719722fda | InvocationID=5f49bb60-b3d4-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:47:03+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f49b944-b3d4-11ed-8461-4a7719722fda | InvocationID=5f49bb60-b3d4-11ed-8461-4a7719722fda | 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-23T23:47:03+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f49b944-b3d4-11ed-8461-4a7719722fda | InvocationID=5f49bb60-b3d4-11ed-8461-4a7719722fda | 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-23T23:47:14+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a0d819a-b3d4-11ed-8461-4a7719722fda | InvocationID=5a0d8366-b3d4-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:47:14+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6600171a-b3d4-11ed-8461-4a7719722fda | InvocationID=6600197c-b3d4-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:47:14+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6600171a-b3d4-11ed-8461-4a7719722fda | InvocationID=6600197c-b3d4-11ed-8461-4a7719722fda | 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-23T23:47:14+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6600171a-b3d4-11ed-8461-4a7719722fda | InvocationID=6600197c-b3d4-11ed-8461-4a7719722fda | 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-23T23:47:28+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f49b944-b3d4-11ed-8461-4a7719722fda | InvocationID=5f49bb60-b3d4-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:47:28+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e3490aa-b3d4-11ed-8461-4a7719722fda | InvocationID=6e349352-b3d4-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:47:28+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e3490aa-b3d4-11ed-8461-4a7719722fda | InvocationID=6e349352-b3d4-11ed-8461-4a7719722fda | 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-23T23:47:28+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e3490aa-b3d4-11ed-8461-4a7719722fda | InvocationID=6e349352-b3d4-11ed-8461-4a7719722fda | 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-23T23:47:34+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6600171a-b3d4-11ed-8461-4a7719722fda | InvocationID=6600197c-b3d4-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:47:34+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71f22f4a-b3d4-11ed-8461-4a7719722fda | InvocationID=71f23148-b3d4-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:47:34+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71f22f4a-b3d4-11ed-8461-4a7719722fda | InvocationID=71f23148-b3d4-11ed-8461-4a7719722fda | 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-23T23:47:34+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=71f22f4a-b3d4-11ed-8461-4a7719722fda | InvocationID=71f23148-b3d4-11ed-8461-4a7719722fda | 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-23T23:47:53+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e3490aa-b3d4-11ed-8461-4a7719722fda | InvocationID=6e349352-b3d4-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:47:53+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d23e732-b3d4-11ed-8461-4a7719722fda | InvocationID=7d23e958-b3d4-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:47:53+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d23e732-b3d4-11ed-8461-4a7719722fda | InvocationID=7d23e958-b3d4-11ed-8461-4a7719722fda | 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-23T23:47:53+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d23e732-b3d4-11ed-8461-4a7719722fda | InvocationID=7d23e958-b3d4-11ed-8461-4a7719722fda | 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-23T23:47:54+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=71f22f4a-b3d4-11ed-8461-4a7719722fda | InvocationID=71f23148-b3d4-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:47:54+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7de3d84e-b3d4-11ed-8461-4a7719722fda | InvocationID=7de3dcc2-b3d4-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:47:54+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7de3d84e-b3d4-11ed-8461-4a7719722fda | InvocationID=7de3dcc2-b3d4-11ed-8461-4a7719722fda | 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-23T23:47:54+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7de3d84e-b3d4-11ed-8461-4a7719722fda | InvocationID=7de3dcc2-b3d4-11ed-8461-4a7719722fda | 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-23T23:48:14+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7de3d84e-b3d4-11ed-8461-4a7719722fda | InvocationID=7de3dcc2-b3d4-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:48:14+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89d43ef0-b3d4-11ed-8461-4a7719722fda | InvocationID=89d441ac-b3d4-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:48:14+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89d43ef0-b3d4-11ed-8461-4a7719722fda | InvocationID=89d441ac-b3d4-11ed-8461-4a7719722fda | 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-23T23:48:14+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89d43ef0-b3d4-11ed-8461-4a7719722fda | InvocationID=89d441ac-b3d4-11ed-8461-4a7719722fda | 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-23T23:48:18+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d23e732-b3d4-11ed-8461-4a7719722fda | InvocationID=7d23e958-b3d4-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:48:18+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c132b86-b3d4-11ed-8461-4a7719722fda | InvocationID=8c132d84-b3d4-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:48:18+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c132b86-b3d4-11ed-8461-4a7719722fda | InvocationID=8c132d84-b3d4-11ed-8461-4a7719722fda | 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-23T23:48:18+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c132b86-b3d4-11ed-8461-4a7719722fda | InvocationID=8c132d84-b3d4-11ed-8461-4a7719722fda | 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-23T23:48:34+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89d43ef0-b3d4-11ed-8461-4a7719722fda | InvocationID=89d441ac-b3d4-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:48:34+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95c92efa-b3d4-11ed-8461-4a7719722fda | InvocationID=95c936a2-b3d4-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:48:34+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95c92efa-b3d4-11ed-8461-4a7719722fda | InvocationID=95c936a2-b3d4-11ed-8461-4a7719722fda | 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-23T23:48:34+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95c92efa-b3d4-11ed-8461-4a7719722fda | InvocationID=95c936a2-b3d4-11ed-8461-4a7719722fda | 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-23T23:48:43+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c132b86-b3d4-11ed-8461-4a7719722fda | InvocationID=8c132d84-b3d4-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:48:43+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9afebec6-b3d4-11ed-8461-4a7719722fda | InvocationID=9afec088-b3d4-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-23T23:48:43+0000 | policy_event_thread | 140045254699808 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9afebec6-b3d4-11ed-8461-4a7719722fda | InvocationID=9afec088-b3d4-11ed-8461-4a7719722fda | 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-23T23:48:43+0000 | policy_event_thread | 140045254699808 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9afebec6-b3d4-11ed-8461-4a7719722fda | InvocationID=9afec088-b3d4-11ed-8461-4a7719722fda | 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-23T23:48:54+0000 | aai_event_thread | 140045253638944 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95c92efa-b3d4-11ed-8461-4a7719722fda | InvocationID=95c936a2-b3d4-11ed-8461-4a7719722fda | Polling MR for XNF AAI events. 2023-02-23T23:48:54+0000 | aai_event_thread | 140045253638944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1be6374-b3d4-11ed-8461-4a7719722fda | InvocationID=a1be6568-b3d4-11ed-8461-4a7719722fda | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-23T23:48:54+0000 | aai_event_thread | 140045253638944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1be6374-b3d4-11ed-8461-4a7719722fda | InvocationID=a1be6568-b3d4-11ed-8461-4a7719722fda | 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-23T23:48:54+0000 | aai_event_thread | 140045253638944 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a1be6374-b3d4-11ed-8461-4a7719722fda | InvocationID=a1be6568-b3d4-11ed-8461-4a7719722fda | 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-23T23:49:08+0000 | policy_event_thread | 140045254699808 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9afebec6-b3d4-11ed-8461-4a7719722fda | InvocationID=9afec088-b3d4-11ed-8461-4a7719722fda | Polling MR for XNF activation/deactivation policy response events. 2023-02-23T23:49:08+0000 | policy_event_thread | 140045254699808 | INFO | pmsh_con