/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-03-19T23:04:37+0000 | MainThread | 139745007824200 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS. 2023-03-19T23:04:37+0000 | MainThread | 139745007824200 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Successfully fetched PMSH config from CBS: {'config': {'aaf_identity': 'dummy_value', 'aaf_password': 'dummy_value', '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-03-19T23:04:37+0000 | MainThread | 139745007824200 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR. 2023-03-19T23:04:37+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:04:37+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bb93c48-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=6bb93f72-c6aa-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:04:37+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events. 2023-03-19T23:04:37+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bba7c0c-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=6bba7e32-c6aa-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:04:37+0000 | MainThread | 139745007824200 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server 2023-03-19T23:04:37+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bb93c48-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=6bb93f72-c6aa-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:04:37+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bba7c0c-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=6bba7e32-c6aa-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:04:37+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6bb93c48-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=6bb93f72-c6aa-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:04:37+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6bba7c0c-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=6bba7e32-c6aa-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:04:57+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6bba7c0c-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=6bba7e32-c6aa-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:04:57+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77c5f026-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=77c5f1d4-c6aa-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:04:57+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77c5f026-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=77c5f1d4-c6aa-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:04:57+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=77c5f026-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=77c5f1d4-c6aa-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:05:02+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6bb93c48-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=6bb93f72-c6aa-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:05:02+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ac0dd5e-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=7ac0df98-c6aa-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:05:02+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ac0dd5e-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=7ac0df98-c6aa-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:05:02+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ac0dd5e-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=7ac0df98-c6aa-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:05:17+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=77c5f026-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=77c5f1d4-c6aa-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:05:17+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83b7992a-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=83b79b8c-c6aa-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:05:17+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83b7992a-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=83b79b8c-c6aa-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:05:17+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83b7992a-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=83b79b8c-c6aa-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:05:27+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ac0dd5e-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=7ac0df98-c6aa-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:05:27+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89aa962a-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=89aa98a0-c6aa-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:05:27+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89aa962a-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=89aa98a0-c6aa-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:05:27+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89aa962a-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=89aa98a0-c6aa-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:05:37+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83b7992a-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=83b79b8c-c6aa-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:05:37+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fabe01a-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=8fabe2b8-c6aa-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:05:37+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fabe01a-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=8fabe2b8-c6aa-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:05:37+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8fabe01a-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=8fabe2b8-c6aa-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:05:52+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89aa962a-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=89aa98a0-c6aa-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:05:52+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98961af6-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=98961d94-c6aa-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:05:52+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98961af6-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=98961d94-c6aa-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:05:52+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98961af6-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=98961d94-c6aa-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:05:57+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8fabe01a-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=8fabe2b8-c6aa-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:05:57+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b9e63b6-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=9b9e65be-c6aa-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:05:57+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b9e63b6-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=9b9e65be-c6aa-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:05:57+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b9e63b6-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=9b9e65be-c6aa-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:06:17+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98961af6-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=98961d94-c6aa-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:06:17+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7856cc4-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=a7856f58-c6aa-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:06:17+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7856cc4-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=a7856f58-c6aa-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:06:17+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7856cc4-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=a7856f58-c6aa-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:06:17+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b9e63b6-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=9b9e65be-c6aa-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:06:17+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a78dd116-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=a78dd30a-c6aa-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:06:17+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a78dd116-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=a78dd30a-c6aa-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:06:17+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a78dd116-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=a78dd30a-c6aa-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:06:37+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a78dd116-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=a78dd30a-c6aa-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:06:37+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b37d43bc-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=b37d45e2-c6aa-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:06:37+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b37d43bc-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=b37d45e2-c6aa-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:06:37+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b37d43bc-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=b37d45e2-c6aa-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:06:42+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7856cc4-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=a7856f58-c6aa-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:06:42+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6720a12-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=b6720d1e-c6aa-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:06:42+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6720a12-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=b6720d1e-c6aa-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:06:42+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6720a12-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=b6720d1e-c6aa-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:06:57+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b37d43bc-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=b37d45e2-c6aa-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:06:57+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf7117ac-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=bf71191e-c6aa-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:06:57+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf7117ac-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=bf71191e-c6aa-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:06:57+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bf7117ac-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=bf71191e-c6aa-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:07:07+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6720a12-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=b6720d1e-c6aa-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:07:07+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c55df1e4-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=c55df3c4-c6aa-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:07:07+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c55df1e4-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=c55df3c4-c6aa-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:07:07+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c55df1e4-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=c55df3c4-c6aa-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:07:17+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bf7117ac-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=bf71191e-c6aa-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:07:17+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb61dda8-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=cb61df06-c6aa-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:07:17+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb61dda8-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=cb61df06-c6aa-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:07:17+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb61dda8-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=cb61df06-c6aa-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:07:32+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c55df1e4-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=c55df3c4-c6aa-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:07:32+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4487788-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=d4487a1c-c6aa-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:07:32+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4487788-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=d4487a1c-c6aa-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:07:32+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4487788-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=d4487a1c-c6aa-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:07:37+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb61dda8-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=cb61df06-c6aa-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:07:37+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d754b7fc-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=d754ba9a-c6aa-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:07:37+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d754b7fc-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=d754ba9a-c6aa-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:07:37+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d754b7fc-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=d754ba9a-c6aa-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:07:57+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4487788-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=d4487a1c-c6aa-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:07:57+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e336e2fc-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=e336e59a-c6aa-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:07:57+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e336e2fc-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=e336e59a-c6aa-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:07:57+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e336e2fc-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=e336e59a-c6aa-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:07:57+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d754b7fc-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=d754ba9a-c6aa-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:07:57+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3441e0e-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=e3441fe4-c6aa-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:07:57+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3441e0e-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=e3441fe4-c6aa-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:07:57+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e3441e0e-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=e3441fe4-c6aa-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:08:17+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e3441e0e-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=e3441fe4-c6aa-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:08:17+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef334ee2-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=ef3350f4-c6aa-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:08:17+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef334ee2-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=ef3350f4-c6aa-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:08:17+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef334ee2-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=ef3350f4-c6aa-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:08:22+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e336e2fc-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=e336e59a-c6aa-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:08:22+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f223ae9e-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=f223b006-c6aa-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:08:22+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f223ae9e-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=f223b006-c6aa-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:08:22+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f223ae9e-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=f223b006-c6aa-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:08:37+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef334ee2-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=ef3350f4-c6aa-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:08:37+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb2540d4-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=fb254354-c6aa-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:08:37+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb2540d4-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=fb254354-c6aa-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:08:37+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fb2540d4-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=fb254354-c6aa-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:08:47+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f223ae9e-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=f223b006-c6aa-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:08:47+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=010cfa28-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=010cfca8-c6ab-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:08:47+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=010cfa28-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=010cfca8-c6ab-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:08:47+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=010cfa28-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=010cfca8-c6ab-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:08:57+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fb2540d4-c6aa-11ed-b702-2a8a60ccfbc4 | InvocationID=fb254354-c6aa-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:08:57+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07197022-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=071972ac-c6ab-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:08:57+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07197022-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=071972ac-c6ab-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:08:57+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=07197022-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=071972ac-c6ab-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:09:12+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=010cfa28-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=010cfca8-c6ab-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:09:12+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ff804b0-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=0ff80a0a-c6ab-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:09:12+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ff804b0-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=0ff80a0a-c6ab-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:09:12+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ff804b0-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=0ff80a0a-c6ab-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:09:17+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=07197022-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=071972ac-c6ab-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:09:17+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=130a5108-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=130a5388-c6ab-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:09:17+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=130a5108-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=130a5388-c6ab-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:09:17+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=130a5108-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=130a5388-c6ab-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:09:37+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ff804b0-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=0ff80a0a-c6ab-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:09:37+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ee6ee96-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=1ee6f120-c6ab-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:09:37+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ee6ee96-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=1ee6f120-c6ab-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:09:37+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ee6ee96-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=1ee6f120-c6ab-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:09:37+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=130a5108-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=130a5388-c6ab-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:09:37+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1efa4a04-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=1efa4b76-c6ab-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:09:37+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1efa4a04-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=1efa4b76-c6ab-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:09:37+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1efa4a04-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=1efa4b76-c6ab-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:09:57+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1efa4a04-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=1efa4b76-c6ab-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:09:57+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ae93d20-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=2ae93faa-c6ab-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:09:58+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ae93d20-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=2ae93faa-c6ab-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:09:58+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ae93d20-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=2ae93faa-c6ab-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:10:02+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ee6ee96-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=1ee6f120-c6ab-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:10:02+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2dd39918-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=2dd39b98-c6ab-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:10:02+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2dd39918-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=2dd39b98-c6ab-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:10:02+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2dd39918-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=2dd39b98-c6ab-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:10:18+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ae93d20-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=2ae93faa-c6ab-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:10:18+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36dc8d6c-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=36dc9064-c6ab-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:10:18+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36dc8d6c-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=36dc9064-c6ab-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:10:18+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=36dc8d6c-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=36dc9064-c6ab-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:10:27+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2dd39918-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=2dd39b98-c6ab-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:10:27+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cbe3cee-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=3cbe3f6e-c6ab-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:10:27+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cbe3cee-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=3cbe3f6e-c6ab-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:10:27+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3cbe3cee-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=3cbe3f6e-c6ab-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:10:38+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=36dc8d6c-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=36dc9064-c6ab-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:10:38+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42ce0e8e-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=42ce1212-c6ab-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:10:38+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42ce0e8e-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=42ce1212-c6ab-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:10:38+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42ce0e8e-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=42ce1212-c6ab-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:10:52+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3cbe3cee-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=3cbe3f6e-c6ab-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:10:52+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ba92b92-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=4ba92e30-c6ab-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:10:52+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ba92b92-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=4ba92e30-c6ab-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:10:52+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ba92b92-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=4ba92e30-c6ab-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:10:58+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42ce0e8e-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=42ce1212-c6ab-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:10:58+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ec24d4a-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=4ec24fca-c6ab-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:10:58+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ec24d4a-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=4ec24fca-c6ab-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:10:58+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4ec24d4a-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=4ec24fca-c6ab-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:11:17+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ba92b92-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=4ba92e30-c6ab-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:11:17+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a96ea0e-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=5a96ec66-c6ab-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:11:18+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a96ea0e-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=5a96ec66-c6ab-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:11:18+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a96ea0e-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=5a96ec66-c6ab-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:11:18+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4ec24d4a-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=4ec24fca-c6ab-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:11:18+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ab1db84-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=5ab1de0e-c6ab-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:11:18+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ab1db84-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=5ab1de0e-c6ab-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:11:18+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ab1db84-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=5ab1de0e-c6ab-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:11:38+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ab1db84-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=5ab1de0e-c6ab-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:11:38+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66a12b66-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=66a12d3c-c6ab-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:11:38+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66a12b66-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=66a12d3c-c6ab-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:11:38+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=66a12b66-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=66a12d3c-c6ab-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:11:43+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a96ea0e-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=5a96ec66-c6ab-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:11:43+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6985db7e-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=6985de1c-c6ab-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:11:43+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6985db7e-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=6985de1c-c6ab-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:11:43+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6985db7e-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=6985de1c-c6ab-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:11:58+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=66a12b66-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=66a12d3c-c6ab-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:11:58+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72926be2-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=72926ffc-c6ab-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:11:58+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72926be2-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=72926ffc-c6ab-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:11:58+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72926be2-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=72926ffc-c6ab-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:12:08+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6985db7e-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=6985de1c-c6ab-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:12:08+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78706ae6-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=78706d66-c6ab-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:12:08+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78706ae6-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=78706d66-c6ab-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:12:08+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78706ae6-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=78706d66-c6ab-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:12:18+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72926be2-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=72926ffc-c6ab-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:12:18+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e87fbc4-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=7e87fe44-c6ab-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:12:18+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e87fbc4-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=7e87fe44-c6ab-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:12:18+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e87fbc4-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=7e87fe44-c6ab-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:12:33+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78706ae6-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=78706d66-c6ab-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:12:33+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=875b2a1e-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=875b2c08-c6ab-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:12:33+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=875b2a1e-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=875b2c08-c6ab-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:12:33+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=875b2a1e-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=875b2c08-c6ab-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:12:38+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e87fbc4-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=7e87fe44-c6ab-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:12:38+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a79f5b8-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=8a79f838-c6ab-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:12:38+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a79f5b8-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=8a79f838-c6ab-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:12:38+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8a79f5b8-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=8a79f838-c6ab-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:12:58+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=875b2a1e-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=875b2c08-c6ab-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:12:58+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9649209e-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=964922ec-c6ab-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:12:58+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9649209e-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=964922ec-c6ab-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:12:58+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9649209e-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=964922ec-c6ab-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:12:58+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8a79f5b8-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=8a79f838-c6ab-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:12:58+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=966981cc-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=96698456-c6ab-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:12:58+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=966981cc-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=96698456-c6ab-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:12:58+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=966981cc-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=96698456-c6ab-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:13:18+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=966981cc-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=96698456-c6ab-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:13:18+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a258ca24-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=a258cc40-c6ab-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:13:18+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a258ca24-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=a258cc40-c6ab-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:13:18+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a258ca24-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=a258cc40-c6ab-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:13:23+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9649209e-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=964922ec-c6ab-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:13:23+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5358e94-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=a535910a-c6ab-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:13:23+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5358e94-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=a535910a-c6ab-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:13:23+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5358e94-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=a535910a-c6ab-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:13:38+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a258ca24-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=a258cc40-c6ab-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:13:38+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae4b87cc-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=ae4b8a60-c6ab-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:13:38+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae4b87cc-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=ae4b8a60-c6ab-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:13:38+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae4b87cc-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=ae4b8a60-c6ab-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:13:48+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5358e94-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=a535910a-c6ab-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:13:48+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b41ff8f4-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=b41ffb74-c6ab-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:13:48+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b41ff8f4-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=b41ffb74-c6ab-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:13:48+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b41ff8f4-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=b41ffb74-c6ab-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:13:58+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae4b87cc-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=ae4b8a60-c6ab-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:13:58+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba3d3134-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=ba3d33b4-c6ab-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:13:58+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba3d3134-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=ba3d33b4-c6ab-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:13:58+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ba3d3134-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=ba3d33b4-c6ab-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:14:13+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b41ff8f4-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=b41ffb74-c6ab-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:14:13+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c30b6fc4-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=c30b724e-c6ab-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:14:13+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c30b6fc4-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=c30b724e-c6ab-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:14:13+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c30b6fc4-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=c30b724e-c6ab-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:14:18+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ba3d3134-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=ba3d33b4-c6ab-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:14:18+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6301ab0-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=c6301d30-c6ab-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:14:18+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6301ab0-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=c6301d30-c6ab-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:14:18+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c6301ab0-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=c6301d30-c6ab-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:14:38+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c30b6fc4-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=c30b724e-c6ab-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:14:38+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1f7b934-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=d1f7bbb4-c6ab-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:14:38+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1f7b934-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=d1f7bbb4-c6ab-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:14:38+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1f7b934-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=d1f7bbb4-c6ab-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:14:38+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c6301ab0-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=c6301d30-c6ab-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:14:38+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2201f78-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=d22021f8-c6ab-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:14:38+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2201f78-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=d22021f8-c6ab-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:14:38+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d2201f78-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=d22021f8-c6ab-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:14:58+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d2201f78-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=d22021f8-c6ab-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:14:58+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de0febd8-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=de0fee58-c6ab-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:14:58+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de0febd8-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=de0fee58-c6ab-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:14:58+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de0febd8-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=de0fee58-c6ab-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:15:03+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1f7b934-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=d1f7bbb4-c6ab-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:15:03+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0e8c79e-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=e0e8ca1e-c6ab-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:15:03+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0e8c79e-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=e0e8ca1e-c6ab-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:15:03+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0e8c79e-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=e0e8ca1e-c6ab-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:15:18+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de0febd8-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=de0fee58-c6ab-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:15:18+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea01c36c-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=ea01c5f6-c6ab-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:15:18+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea01c36c-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=ea01c5f6-c6ab-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:15:18+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea01c36c-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=ea01c5f6-c6ab-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:15:28+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0e8c79e-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=e0e8ca1e-c6ab-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:15:28+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efd3b0de-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=efd3b2f0-c6ab-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:15:28+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efd3b0de-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=efd3b2f0-c6ab-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:15:28+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=efd3b0de-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=efd3b2f0-c6ab-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:15:38+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea01c36c-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=ea01c5f6-c6ab-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:15:38+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5f58190-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=f5f58532-c6ab-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:15:38+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5f58190-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=f5f58532-c6ab-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:15:38+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5f58190-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=f5f58532-c6ab-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:15:53+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=efd3b0de-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=efd3b2f0-c6ab-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:15:53+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=febdd1f6-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=febdd35e-c6ab-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:15:53+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=febdd1f6-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=febdd35e-c6ab-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:15:53+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=febdd1f6-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=febdd35e-c6ab-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:15:58+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5f58190-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=f5f58532-c6ab-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:15:58+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01e6a3c6-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=01e6a70e-c6ac-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:15:58+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01e6a3c6-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=01e6a70e-c6ac-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:15:58+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01e6a3c6-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=01e6a70e-c6ac-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:16:18+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=febdd1f6-c6ab-11ed-b702-2a8a60ccfbc4 | InvocationID=febdd35e-c6ab-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:16:18+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0dab5814-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=0dab5972-c6ac-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:16:18+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0dab5814-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=0dab5972-c6ac-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:16:18+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0dab5814-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=0dab5972-c6ac-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:16:18+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01e6a3c6-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=01e6a70e-c6ac-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:16:18+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0dd735ba-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=0dd73740-c6ac-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:16:18+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0dd735ba-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=0dd73740-c6ac-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:16:18+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0dd735ba-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=0dd73740-c6ac-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:16:38+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0dd735ba-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=0dd73740-c6ac-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:16:38+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19c57f94-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=19c58200-c6ac-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:16:38+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19c57f94-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=19c58200-c6ac-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:16:38+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=19c57f94-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=19c58200-c6ac-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:16:43+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0dab5814-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=0dab5972-c6ac-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:16:43+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c97b142-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=1c97b2a0-c6ac-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:16:43+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c97b142-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=1c97b2a0-c6ac-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:16:43+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c97b142-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=1c97b2a0-c6ac-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:16:58+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=19c57f94-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=19c58200-c6ac-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:16:58+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25bab058-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=25bab3b4-c6ac-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:16:58+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25bab058-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=25bab3b4-c6ac-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:16:58+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=25bab058-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=25bab3b4-c6ac-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:17:08+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c97b142-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=1c97b2a0-c6ac-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:17:08+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b8166ee-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=2b81696e-c6ac-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:17:08+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b8166ee-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=2b81696e-c6ac-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:17:08+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b8166ee-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=2b81696e-c6ac-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:17:18+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=25bab058-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=25bab3b4-c6ac-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:17:18+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31ad6fb8-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=31ad724c-c6ac-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:17:18+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31ad6fb8-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=31ad724c-c6ac-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:17:18+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=31ad6fb8-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=31ad724c-c6ac-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:17:33+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b8166ee-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=2b81696e-c6ac-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:17:33+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a6cf074-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=3a6cf2fe-c6ac-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:17:33+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a6cf074-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=3a6cf2fe-c6ac-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:17:33+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a6cf074-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=3a6cf2fe-c6ac-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:17:38+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=31ad6fb8-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=31ad724c-c6ac-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:17:38+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3da0b456-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=3da0b5c8-c6ac-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:17:38+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3da0b456-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=3da0b5c8-c6ac-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:17:38+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3da0b456-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=3da0b5c8-c6ac-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:17:58+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a6cf074-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=3a6cf2fe-c6ac-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:17:58+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49594560-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=4959488a-c6ac-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:17:58+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49594560-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=4959488a-c6ac-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:17:58+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49594560-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=4959488a-c6ac-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:17:58+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3da0b456-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=3da0b5c8-c6ac-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:17:58+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=498faa1a-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=498fac9a-c6ac-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:17:58+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=498faa1a-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=498fac9a-c6ac-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:17:58+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=498faa1a-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=498fac9a-c6ac-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:18:18+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=498faa1a-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=498fac9a-c6ac-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:18:18+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=557f18b0-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=557f1b08-c6ac-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:18:18+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=557f18b0-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=557f1b08-c6ac-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:18:18+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=557f18b0-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=557f1b08-c6ac-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:18:23+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49594560-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=4959488a-c6ac-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:18:23+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5848be98-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=5848c0be-c6ac-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:18:23+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5848be98-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=5848c0be-c6ac-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:18:23+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5848be98-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=5848c0be-c6ac-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:18:38+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=557f18b0-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=557f1b08-c6ac-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:18:38+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6171cc94-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=6171cf1e-c6ac-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:18:39+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6171cc94-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=6171cf1e-c6ac-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:18:39+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6171cc94-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=6171cf1e-c6ac-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:18:48+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5848be98-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=5848c0be-c6ac-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:18:48+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6733616a-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=673363e0-c6ac-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:18:48+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6733616a-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=673363e0-c6ac-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:18:48+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6733616a-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=673363e0-c6ac-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:18:59+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6171cc94-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=6171cf1e-c6ac-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:18:59+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d66286a-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=6d662b30-c6ac-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:18:59+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d66286a-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=6d662b30-c6ac-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:18:59+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d66286a-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=6d662b30-c6ac-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:19:13+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6733616a-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=673363e0-c6ac-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:19:13+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=761da4ba-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=761da672-c6ac-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:19:13+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=761da4ba-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=761da672-c6ac-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:19:13+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=761da4ba-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=761da672-c6ac-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:19:19+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d66286a-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=6d662b30-c6ac-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:19:19+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7958a472-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=7958a6f2-c6ac-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:19:19+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7958a472-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=7958a6f2-c6ac-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:19:19+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7958a472-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=7958a6f2-c6ac-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:19:38+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=761da4ba-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=761da672-c6ac-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:19:38+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=850bd942-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=850bdbcc-c6ac-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:19:38+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=850bd942-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=850bdbcc-c6ac-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:19:38+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=850bd942-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=850bdbcc-c6ac-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:19:39+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7958a472-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=7958a6f2-c6ac-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:19:39+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8548ebac-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=8548ee22-c6ac-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:19:39+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8548ebac-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=8548ee22-c6ac-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:19:39+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8548ebac-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=8548ee22-c6ac-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:19:59+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8548ebac-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=8548ee22-c6ac-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:19:59+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9137bcc2-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=9137be52-c6ac-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:19:59+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9137bcc2-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=9137be52-c6ac-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:19:59+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9137bcc2-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=9137be52-c6ac-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:20:03+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=850bd942-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=850bdbcc-c6ac-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:20:03+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93f8a78c-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=93f8aa16-c6ac-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:20:03+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93f8a78c-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=93f8aa16-c6ac-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:20:03+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93f8a78c-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=93f8aa16-c6ac-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:20:19+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9137bcc2-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=9137be52-c6ac-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:20:19+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d298808-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=9d298a92-c6ac-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:20:19+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d298808-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=9d298a92-c6ac-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:20:19+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d298808-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=9d298a92-c6ac-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:20:28+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93f8a78c-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=93f8aa16-c6ac-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:20:28+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2e2a3b0-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=a2e2a630-c6ac-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:20:28+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2e2a3b0-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=a2e2a630-c6ac-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:20:28+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2e2a3b0-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=a2e2a630-c6ac-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:20:39+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d298808-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=9d298a92-c6ac-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:20:39+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a91befa2-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=a91bf22c-c6ac-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:20:39+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a91befa2-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=a91bf22c-c6ac-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:20:39+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a91befa2-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=a91bf22c-c6ac-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:20:53+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2e2a3b0-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=a2e2a630-c6ac-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:20:53+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1cce96c-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=b1ccebec-c6ac-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:20:53+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1cce96c-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=b1ccebec-c6ac-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:20:53+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1cce96c-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=b1ccebec-c6ac-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:20:59+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a91befa2-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=a91bf22c-c6ac-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:20:59+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b50f6f3c-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=b50f71bc-c6ac-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:20:59+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b50f6f3c-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=b50f71bc-c6ac-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:20:59+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b50f6f3c-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=b50f71bc-c6ac-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:21:18+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1cce96c-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=b1ccebec-c6ac-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:21:18+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0b9ac44-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=c0b9aece-c6ac-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:21:18+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0b9ac44-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=c0b9aece-c6ac-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:21:18+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0b9ac44-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=c0b9aece-c6ac-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:21:19+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b50f6f3c-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=b50f71bc-c6ac-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:21:19+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0ff1392-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=c0ff1626-c6ac-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:21:19+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0ff1392-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=c0ff1626-c6ac-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:21:19+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c0ff1392-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=c0ff1626-c6ac-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:21:39+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c0ff1392-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=c0ff1626-c6ac-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:21:39+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccedd418-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=ccedd580-c6ac-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:21:39+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccedd418-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=ccedd580-c6ac-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:21:39+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ccedd418-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=ccedd580-c6ac-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:21:43+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0b9ac44-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=c0b9aece-c6ac-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:21:43+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfa92018-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=cfa92374-c6ac-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:21:43+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfa92018-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=cfa92374-c6ac-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:21:43+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cfa92018-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=cfa92374-c6ac-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:21:59+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ccedd418-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=ccedd580-c6ac-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:21:59+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8ddd9da-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=d8dddc78-c6ac-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:21:59+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8ddd9da-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=d8dddc78-c6ac-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:21:59+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8ddd9da-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=d8dddc78-c6ac-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:22:08+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cfa92018-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=cfa92374-c6ac-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:22:08+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de943324-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=de94398c-c6ac-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:22:08+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de943324-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=de94398c-c6ac-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:22:08+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de943324-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=de94398c-c6ac-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:22:19+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8ddd9da-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=d8dddc78-c6ac-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:22:19+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4d217f6-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=e4d21a6c-c6ac-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:22:19+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4d217f6-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=e4d21a6c-c6ac-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:22:19+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4d217f6-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=e4d21a6c-c6ac-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:22:33+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de943324-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=de94398c-c6ac-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:22:33+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed7f5d5a-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=ed7f5fe4-c6ac-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:22:34+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed7f5d5a-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=ed7f5fe4-c6ac-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:22:34+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed7f5d5a-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=ed7f5fe4-c6ac-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:22:39+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4d217f6-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=e4d21a6c-c6ac-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:22:39+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0c34710-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=f0c348dc-c6ac-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:22:39+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0c34710-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=f0c348dc-c6ac-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:22:39+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0c34710-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=f0c348dc-c6ac-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:22:59+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed7f5d5a-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=ed7f5fe4-c6ac-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:22:59+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc6f62a6-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=fc6f6530-c6ac-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:22:59+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc6f62a6-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=fc6f6530-c6ac-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:22:59+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc6f62a6-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=fc6f6530-c6ac-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:22:59+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0c34710-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=f0c348dc-c6ac-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:22:59+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcb2f8d6-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=fcb2fb6a-c6ac-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:22:59+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcb2f8d6-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=fcb2fb6a-c6ac-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:22:59+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fcb2f8d6-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=fcb2fb6a-c6ac-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:23:19+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fcb2f8d6-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=fcb2fb6a-c6ac-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:23:19+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08a2704a-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=08a272de-c6ad-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:23:19+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08a2704a-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=08a272de-c6ad-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:23:19+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08a2704a-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=08a272de-c6ad-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:23:24+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc6f62a6-c6ac-11ed-b702-2a8a60ccfbc4 | InvocationID=fc6f6530-c6ac-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:23:24+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b5ceec8-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=0b5cf148-c6ad-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:23:24+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b5ceec8-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=0b5cf148-c6ad-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:23:24+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b5ceec8-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=0b5cf148-c6ad-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:23:39+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08a2704a-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=08a272de-c6ad-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:23:39+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1496f7d6-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=1496fa2e-c6ad-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:23:39+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1496f7d6-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=1496fa2e-c6ad-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:23:39+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1496f7d6-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=1496fa2e-c6ad-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:23:49+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b5ceec8-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=0b5cf148-c6ad-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:23:49+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a471486-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=1a4717ce-c6ad-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:23:49+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a471486-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=1a4717ce-c6ad-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:23:49+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a471486-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=1a4717ce-c6ad-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:23:59+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1496f7d6-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=1496fa2e-c6ad-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:23:59+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2088b908-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=2088bb92-c6ad-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:23:59+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2088b908-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=2088bb92-c6ad-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:23:59+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2088b908-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=2088bb92-c6ad-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:24:14+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a471486-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=1a4717ce-c6ad-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:24:14+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2931e1ce-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=2931e336-c6ad-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:24:14+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2931e1ce-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=2931e336-c6ad-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:24:14+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2931e1ce-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=2931e336-c6ad-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:24:19+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2088b908-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=2088bb92-c6ad-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:24:19+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c7c6066-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=2c7c61d8-c6ad-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:24:19+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c7c6066-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=2c7c61d8-c6ad-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:24:19+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c7c6066-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=2c7c61d8-c6ad-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:24:39+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2931e1ce-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=2931e336-c6ad-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:24:39+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=381d3ce2-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=381d3fe4-c6ad-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:24:39+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=381d3ce2-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=381d3fe4-c6ad-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:24:39+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=381d3ce2-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=381d3fe4-c6ad-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:24:39+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c7c6066-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=2c7c61d8-c6ad-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:24:39+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=386b2038-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=386b22ea-c6ad-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:24:39+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=386b2038-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=386b22ea-c6ad-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:24:39+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=386b2038-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=386b22ea-c6ad-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:24:59+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=386b2038-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=386b22ea-c6ad-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:24:59+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=445a61d8-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=445a6462-c6ad-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:24:59+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=445a61d8-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=445a6462-c6ad-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:24:59+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=445a61d8-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=445a6462-c6ad-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:25:04+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=381d3ce2-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=381d3fe4-c6ad-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:25:04+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=470b2840-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=470b2b4c-c6ad-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:25:04+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=470b2840-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=470b2b4c-c6ad-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:25:04+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=470b2840-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=470b2b4c-c6ad-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:25:19+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=445a61d8-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=445a6462-c6ad-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:25:19+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=504ce510-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=504ce6b4-c6ad-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:25:19+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=504ce510-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=504ce6b4-c6ad-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:25:19+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=504ce510-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=504ce6b4-c6ad-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:25:29+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=470b2840-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=470b2b4c-c6ad-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:25:29+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55f52662-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=55f527d4-c6ad-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:25:29+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55f52662-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=55f527d4-c6ad-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:25:29+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55f52662-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=55f527d4-c6ad-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:25:39+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=504ce510-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=504ce6b4-c6ad-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:25:39+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c40717a-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=5c40767a-c6ad-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:25:39+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c40717a-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=5c40767a-c6ad-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:25:39+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c40717a-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=5c40767a-c6ad-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:25:54+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55f52662-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=55f527d4-c6ad-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:25:54+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64df0bac-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=64df0e36-c6ad-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:25:54+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64df0bac-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=64df0e36-c6ad-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:25:54+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64df0bac-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=64df0e36-c6ad-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:25:59+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c40717a-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=5c40767a-c6ad-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:25:59+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68319d6a-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=68319f04-c6ad-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:25:59+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68319d6a-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=68319f04-c6ad-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:25:59+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=68319d6a-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=68319f04-c6ad-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:26:19+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64df0bac-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=64df0e36-c6ad-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:26:19+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73ce92cc-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=73ce9556-c6ad-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:26:19+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73ce92cc-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=73ce9556-c6ad-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:26:19+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73ce92cc-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=73ce9556-c6ad-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:26:19+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=68319d6a-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=68319f04-c6ad-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:26:19+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=742114b6-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=74211740-c6ad-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:26:19+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=742114b6-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=74211740-c6ad-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:26:19+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=742114b6-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=74211740-c6ad-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:26:39+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=742114b6-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=74211740-c6ad-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:26:39+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80112e00-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=8011309e-c6ad-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:26:39+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80112e00-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=8011309e-c6ad-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:26:39+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=80112e00-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=8011309e-c6ad-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:26:44+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73ce92cc-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=73ce9556-c6ad-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:26:44+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82bbf14e-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=82bbf3d8-c6ad-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:26:44+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82bbf14e-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=82bbf3d8-c6ad-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:26:44+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82bbf14e-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=82bbf3d8-c6ad-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:26:59+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=80112e00-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=8011309e-c6ad-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:26:59+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c052734-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=8c052a36-c6ad-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:26:59+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c052734-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=8c052a36-c6ad-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:26:59+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c052734-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=8c052a36-c6ad-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:27:09+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82bbf14e-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=82bbf3d8-c6ad-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:27:09+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91a6ab22-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=91a6af32-c6ad-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:27:09+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91a6ab22-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=91a6af32-c6ad-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:27:09+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91a6ab22-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=91a6af32-c6ad-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:27:19+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c052734-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=8c052a36-c6ad-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:27:19+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97f7b426-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=97f7b6ce-c6ad-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:27:20+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97f7b426-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=97f7b6ce-c6ad-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:27:20+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=97f7b426-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=97f7b6ce-c6ad-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:27:34+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91a6ab22-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=91a6af32-c6ad-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:27:34+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0913a1c-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=a0913bd4-c6ad-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:27:34+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0913a1c-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=a0913bd4-c6ad-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:27:34+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0913a1c-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=a0913bd4-c6ad-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:27:40+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=97f7b426-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=97f7b6ce-c6ad-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:27:40+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3ecc1c2-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=a3ecc442-c6ad-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:27:40+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3ecc1c2-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=a3ecc442-c6ad-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:27:40+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a3ecc1c2-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=a3ecc442-c6ad-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:27:59+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0913a1c-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=a0913bd4-c6ad-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:27:59+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af7d7982-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=af7d7c0c-c6ad-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:27:59+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af7d7982-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=af7d7c0c-c6ad-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:27:59+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af7d7982-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=af7d7c0c-c6ad-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:28:00+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a3ecc1c2-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=a3ecc442-c6ad-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:28:00+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afdcd616-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=afdcd896-c6ad-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:28:00+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afdcd616-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=afdcd896-c6ad-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:28:00+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=afdcd616-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=afdcd896-c6ad-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:28:20+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=afdcd616-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=afdcd896-c6ad-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:28:20+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbcc894e-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=bbcc8be2-c6ad-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:28:20+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbcc894e-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=bbcc8be2-c6ad-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:28:20+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bbcc894e-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=bbcc8be2-c6ad-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:28:24+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af7d7982-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=af7d7c0c-c6ad-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:28:24+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be6bf0f4-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=be6bf36a-c6ad-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:28:24+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be6bf0f4-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=be6bf36a-c6ad-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:28:24+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be6bf0f4-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=be6bf36a-c6ad-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:28:40+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bbcc894e-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=bbcc8be2-c6ad-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:28:40+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7bf23f6-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=c7bf26f8-c6ad-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:28:40+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7bf23f6-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=c7bf26f8-c6ad-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:28:40+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c7bf23f6-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=c7bf26f8-c6ad-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:28:49+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be6bf0f4-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=be6bf36a-c6ad-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:28:49+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd566d4c-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=cd567076-c6ad-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:28:49+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd566d4c-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=cd567076-c6ad-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:28:49+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd566d4c-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=cd567076-c6ad-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:29:00+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c7bf23f6-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=c7bf26f8-c6ad-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:29:00+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3bb1818-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=d3bb1c3c-c6ad-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:29:00+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3bb1818-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=d3bb1c3c-c6ad-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:29:00+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d3bb1818-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=d3bb1c3c-c6ad-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:29:14+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd566d4c-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=cd567076-c6ad-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:29:14+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc413d1e-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=dc414048-c6ad-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:29:14+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc413d1e-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=dc414048-c6ad-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:29:14+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc413d1e-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=dc414048-c6ad-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:29:20+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d3bb1818-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=d3bb1c3c-c6ad-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:29:20+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfac4de0-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=dfac5074-c6ad-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:29:20+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfac4de0-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=dfac5074-c6ad-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:29:20+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dfac4de0-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=dfac5074-c6ad-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:29:39+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc413d1e-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=dc414048-c6ad-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:29:39+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb32462e-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=eb3248a4-c6ad-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:29:39+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb32462e-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=eb3248a4-c6ad-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:29:39+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb32462e-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=eb3248a4-c6ad-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:29:40+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dfac4de0-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=dfac5074-c6ad-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:29:40+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb9bc4e6-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=eb9bc734-c6ad-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:29:40+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb9bc4e6-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=eb9bc734-c6ad-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:29:40+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb9bc4e6-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=eb9bc734-c6ad-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:30:00+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb9bc4e6-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=eb9bc734-c6ad-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:30:00+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f78b45a6-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=f78b48da-c6ad-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:30:00+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f78b45a6-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=f78b48da-c6ad-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:30:00+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f78b45a6-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=f78b48da-c6ad-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:30:04+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb32462e-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=eb3248a4-c6ad-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:30:04+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa1ebb72-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=fa1ebdfc-c6ad-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:30:04+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa1ebb72-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=fa1ebdfc-c6ad-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:30:04+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa1ebb72-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=fa1ebdfc-c6ad-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:30:20+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f78b45a6-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=f78b48da-c6ad-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:30:20+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0380244e-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=03802778-c6ae-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:30:20+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0380244e-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=03802778-c6ae-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:30:20+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0380244e-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=03802778-c6ae-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:30:29+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa1ebb72-c6ad-11ed-b702-2a8a60ccfbc4 | InvocationID=fa1ebdfc-c6ad-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:30:29+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09091100-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=090913a8-c6ae-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:30:29+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09091100-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=090913a8-c6ae-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:30:29+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09091100-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=090913a8-c6ae-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:30:40+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0380244e-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=03802778-c6ae-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:30:40+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f721b5e-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=0f721e74-c6ae-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:30:40+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f721b5e-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=0f721e74-c6ae-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:30:40+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0f721b5e-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=0f721e74-c6ae-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:30:54+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09091100-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=090913a8-c6ae-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:30:54+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17f3b4ea-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=17f3b7e2-c6ae-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:30:54+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17f3b4ea-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=17f3b7e2-c6ae-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:30:54+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17f3b4ea-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=17f3b7e2-c6ae-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:31:00+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0f721b5e-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=0f721e74-c6ae-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:31:00+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b65cd52-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=1b65d0ae-c6ae-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:31:00+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b65cd52-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=1b65d0ae-c6ae-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:31:00+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1b65cd52-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=1b65d0ae-c6ae-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:31:19+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17f3b4ea-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=17f3b7e2-c6ae-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:31:19+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26e1a53e-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=26e1a7dc-c6ae-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:31:19+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26e1a53e-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=26e1a7dc-c6ae-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:31:19+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26e1a53e-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=26e1a7dc-c6ae-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:31:20+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1b65cd52-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=1b65d0ae-c6ae-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:31:20+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2755caa4-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=2755cd10-c6ae-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:31:20+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2755caa4-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=2755cd10-c6ae-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:31:20+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2755caa4-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=2755cd10-c6ae-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:31:40+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2755caa4-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=2755cd10-c6ae-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:31:40+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33456036-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=334561da-c6ae-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:31:40+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33456036-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=334561da-c6ae-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:31:40+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33456036-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=334561da-c6ae-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:31:44+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26e1a53e-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=26e1a7dc-c6ae-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:31:44+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35cfa6fe-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=35cfa988-c6ae-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:31:44+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35cfa6fe-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=35cfa988-c6ae-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:31:44+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35cfa6fe-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=35cfa988-c6ae-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:32:00+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33456036-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=334561da-c6ae-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:32:00+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f37348c-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=3f37378e-c6ae-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:32:00+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f37348c-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=3f37378e-c6ae-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:32:00+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3f37348c-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=3f37378e-c6ae-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:32:09+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35cfa6fe-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=35cfa988-c6ae-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:32:09+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44ba48ea-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=44ba4b6a-c6ae-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:32:09+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44ba48ea-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=44ba4b6a-c6ae-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:32:09+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44ba48ea-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=44ba4b6a-c6ae-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:32:20+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3f37348c-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=3f37378e-c6ae-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:32:20+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b2b54bc-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=4b2b5746-c6ae-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:32:20+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b2b54bc-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=4b2b5746-c6ae-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:32:20+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4b2b54bc-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=4b2b5746-c6ae-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:32:34+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44ba48ea-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=44ba4b6a-c6ae-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:32:34+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53a5d1a8-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=53a5d428-c6ae-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:32:34+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53a5d1a8-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=53a5d428-c6ae-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:32:34+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53a5d1a8-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=53a5d428-c6ae-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:32:40+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4b2b54bc-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=4b2b5746-c6ae-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:32:40+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=571d1760-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=571d19a4-c6ae-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:32:40+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=571d1760-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=571d19a4-c6ae-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:32:40+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=571d1760-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=571d19a4-c6ae-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:32:59+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53a5d1a8-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=53a5d428-c6ae-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:32:59+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62949578-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=62949802-c6ae-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:32:59+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62949578-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=62949802-c6ae-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:32:59+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62949578-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=62949802-c6ae-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:33:00+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=571d1760-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=571d19a4-c6ae-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:33:00+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=630c877c-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=630c8a06-c6ae-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:33:00+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=630c877c-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=630c8a06-c6ae-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:33:00+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=630c877c-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=630c8a06-c6ae-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:33:20+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=630c877c-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=630c8a06-c6ae-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:33:20+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6efcc6fa-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=6efcc984-c6ae-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:33:20+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6efcc6fa-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=6efcc984-c6ae-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:33:20+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6efcc6fa-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=6efcc984-c6ae-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:33:24+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62949578-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=62949802-c6ae-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:33:24+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=718205b6-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=7182084a-c6ae-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:33:24+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=718205b6-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=7182084a-c6ae-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:33:24+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=718205b6-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=7182084a-c6ae-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:33:40+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6efcc6fa-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=6efcc984-c6ae-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:33:40+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7aef61fc-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=7aef6486-c6ae-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:33:40+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7aef61fc-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=7aef6486-c6ae-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:33:40+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7aef61fc-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=7aef6486-c6ae-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:33:49+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=718205b6-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=7182084a-c6ae-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:33:49+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=806ccaf2-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=806ccd7c-c6ae-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:33:49+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=806ccaf2-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=806ccd7c-c6ae-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:33:49+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=806ccaf2-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=806ccd7c-c6ae-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:34:00+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7aef61fc-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=7aef6486-c6ae-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:34:00+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86e1363e-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=86e138c8-c6ae-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:34:00+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86e1363e-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=86e138c8-c6ae-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:34:00+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86e1363e-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=86e138c8-c6ae-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:34:14+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=806ccaf2-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=806ccd7c-c6ae-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:34:14+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f5859f0-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=8f585c70-c6ae-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:34:15+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f5859f0-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=8f585c70-c6ae-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:34:15+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f5859f0-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=8f585c70-c6ae-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:34:20+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86e1363e-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=86e138c8-c6ae-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:34:20+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92d528ce-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=92d52b4e-c6ae-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:34:20+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92d528ce-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=92d52b4e-c6ae-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:34:20+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=92d528ce-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=92d52b4e-c6ae-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:34:40+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f5859f0-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=8f585c70-c6ae-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:34:40+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e45051c-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=9e450792-c6ae-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:34:40+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e45051c-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=9e450792-c6ae-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:34:40+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e45051c-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=9e450792-c6ae-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:34:40+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=92d528ce-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=92d52b4e-c6ae-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:34:40+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ec4e2e6-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=9ec4e57a-c6ae-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:34:40+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ec4e2e6-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=9ec4e57a-c6ae-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:34:40+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ec4e2e6-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=9ec4e57a-c6ae-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:35:00+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ec4e2e6-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=9ec4e57a-c6ae-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:35:00+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aab457e4-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=aab45b40-c6ae-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:35:00+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aab457e4-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=aab45b40-c6ae-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:35:00+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aab457e4-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=aab45b40-c6ae-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:35:05+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e45051c-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=9e450792-c6ae-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:35:05+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad34f05a-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=ad34f2da-c6ae-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:35:05+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad34f05a-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=ad34f2da-c6ae-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:35:05+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad34f05a-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=ad34f2da-c6ae-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:35:20+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aab457e4-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=aab45b40-c6ae-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:35:20+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6a6fc0a-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=b6a6fe9e-c6ae-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:35:20+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6a6fc0a-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=b6a6fe9e-c6ae-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:35:20+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b6a6fc0a-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=b6a6fe9e-c6ae-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:35:30+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad34f05a-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=ad34f2da-c6ae-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:35:30+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc1ee594-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=bc1ee828-c6ae-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:35:30+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc1ee594-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=bc1ee828-c6ae-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:35:30+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc1ee594-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=bc1ee828-c6ae-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:35:40+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b6a6fc0a-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=b6a6fe9e-c6ae-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:35:40+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c299f45e-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=c299f6f2-c6ae-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:35:41+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c299f45e-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=c299f6f2-c6ae-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:35:41+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c299f45e-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=c299f6f2-c6ae-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:35:55+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc1ee594-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=bc1ee828-c6ae-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:35:55+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb09c484-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=cb09c8d0-c6ae-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:35:55+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb09c484-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=cb09c8d0-c6ae-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:35:55+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb09c484-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=cb09c8d0-c6ae-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:36:01+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c299f45e-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=c299f6f2-c6ae-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:36:01+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce8b83c2-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=ce8b864c-c6ae-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:36:01+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce8b83c2-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=ce8b864c-c6ae-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:36:01+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ce8b83c2-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=ce8b864c-c6ae-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:36:20+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb09c484-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=cb09c8d0-c6ae-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:36:20+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9f9cc46-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=d9f9ceda-c6ae-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:36:20+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9f9cc46-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=d9f9ceda-c6ae-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:36:20+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9f9cc46-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=d9f9ceda-c6ae-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:36:21+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ce8b83c2-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=ce8b864c-c6ae-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:36:21+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da7b3a06-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=da7b3c7c-c6ae-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:36:21+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da7b3a06-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=da7b3c7c-c6ae-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:36:21+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da7b3a06-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=da7b3c7c-c6ae-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:36:41+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da7b3a06-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=da7b3c7c-c6ae-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:36:41+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e66ac642-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=e66ac8d6-c6ae-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:36:41+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e66ac642-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=e66ac8d6-c6ae-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:36:41+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e66ac642-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=e66ac8d6-c6ae-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:36:45+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9f9cc46-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=d9f9ceda-c6ae-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:36:45+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8e6c68c-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=e8e6c916-c6ae-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:36:45+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8e6c68c-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=e8e6c916-c6ae-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:36:45+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8e6c68c-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=e8e6c916-c6ae-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:37:01+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e66ac642-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=e66ac8d6-c6ae-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:37:01+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f25d9650-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=f25d98d0-c6ae-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:37:01+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f25d9650-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=f25d98d0-c6ae-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:37:01+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f25d9650-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=f25d98d0-c6ae-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:37:10+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8e6c68c-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=e8e6c916-c6ae-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:37:10+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7d10fea-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=f7d11256-c6ae-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:37:10+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7d10fea-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=f7d11256-c6ae-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:37:10+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7d10fea-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=f7d11256-c6ae-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:37:21+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f25d9650-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=f25d98d0-c6ae-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:37:21+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe4eb232-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=fe4eb4bc-c6ae-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:37:21+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe4eb232-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=fe4eb4bc-c6ae-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:37:21+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe4eb232-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=fe4eb4bc-c6ae-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:37:35+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7d10fea-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=f7d11256-c6ae-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:37:35+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06bc4038-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=06bc42b8-c6af-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:37:35+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06bc4038-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=06bc42b8-c6af-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:37:35+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06bc4038-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=06bc42b8-c6af-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:37:41+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe4eb232-c6ae-11ed-b702-2a8a60ccfbc4 | InvocationID=fe4eb4bc-c6ae-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:37:41+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a438ac2-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=0a438d56-c6af-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:37:41+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a438ac2-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=0a438d56-c6af-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:37:41+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0a438ac2-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=0a438d56-c6af-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:38:00+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06bc4038-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=06bc42b8-c6af-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:38:00+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15a9854c-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=15a98740-c6af-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:38:00+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15a9854c-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=15a98740-c6af-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:38:00+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15a9854c-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=15a98740-c6af-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:38:01+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0a438ac2-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=0a438d56-c6af-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:38:01+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16337522-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=163377b6-c6af-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:38:01+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16337522-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=163377b6-c6af-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:38:01+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16337522-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=163377b6-c6af-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:38:21+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16337522-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=163377b6-c6af-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:38:21+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2222946c-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=222295e8-c6af-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:38:21+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2222946c-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=222295e8-c6af-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:38:21+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2222946c-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=222295e8-c6af-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:38:25+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15a9854c-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=15a98740-c6af-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:38:25+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2498985e-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=24989b92-c6af-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:38:25+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2498985e-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=24989b92-c6af-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:38:25+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2498985e-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=24989b92-c6af-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:38:41+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2222946c-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=222295e8-c6af-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:38:41+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e12c01c-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=2e12c2c4-c6af-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:38:41+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e12c01c-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=2e12c2c4-c6af-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:38:41+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e12c01c-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=2e12c2c4-c6af-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:38:50+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2498985e-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=24989b92-c6af-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:38:50+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3383b646-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=3383b844-c6af-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:38:50+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3383b646-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=3383b844-c6af-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:38:50+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3383b646-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=3383b844-c6af-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:39:01+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e12c01c-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=2e12c2c4-c6af-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:39:01+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a07e4ba-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=3a07e780-c6af-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:39:01+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a07e4ba-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=3a07e780-c6af-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:39:01+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3a07e4ba-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=3a07e780-c6af-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:39:15+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3383b646-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=3383b844-c6af-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:39:15+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=426de33e-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=426de640-c6af-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:39:15+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=426de33e-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=426de640-c6af-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:39:15+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=426de33e-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=426de640-c6af-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:39:21+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3a07e4ba-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=3a07e780-c6af-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:39:21+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45f8aeee-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=45f8b1f0-c6af-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:39:21+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45f8aeee-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=45f8b1f0-c6af-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:39:21+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45f8aeee-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=45f8b1f0-c6af-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:39:40+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=426de33e-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=426de640-c6af-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:39:40+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=515cb5fa-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=515cb8b6-c6af-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:39:40+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=515cb5fa-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=515cb8b6-c6af-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:39:40+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=515cb5fa-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=515cb8b6-c6af-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:39:41+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45f8aeee-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=45f8b1f0-c6af-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:39:41+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51e8417e-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=51e843fe-c6af-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:39:41+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51e8417e-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=51e843fe-c6af-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:39:41+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=51e8417e-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=51e843fe-c6af-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:40:01+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=51e8417e-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=51e843fe-c6af-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:40:01+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5dd75c36-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=5dd75ec0-c6af-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:40:01+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5dd75c36-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=5dd75ec0-c6af-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:40:01+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5dd75c36-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=5dd75ec0-c6af-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:40:05+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=515cb5fa-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=515cb8b6-c6af-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:40:05+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60496ff4-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=60497274-c6af-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:40:05+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60496ff4-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=60497274-c6af-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:40:05+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60496ff4-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=60497274-c6af-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:40:21+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5dd75c36-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=5dd75ec0-c6af-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:40:21+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69cafc14-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=69caff66-c6af-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:40:21+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69cafc14-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=69caff66-c6af-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:40:21+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=69cafc14-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=69caff66-c6af-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:40:30+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60496ff4-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=60497274-c6af-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:40:30+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f33b2a4-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=6f33b538-c6af-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:40:30+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f33b2a4-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=6f33b538-c6af-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:40:30+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f33b2a4-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=6f33b538-c6af-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:40:41+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=69cafc14-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=69caff66-c6af-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:40:41+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75bc74b2-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=75bc7746-c6af-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:40:41+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75bc74b2-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=75bc7746-c6af-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:40:41+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=75bc74b2-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=75bc7746-c6af-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:40:55+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f33b2a4-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=6f33b538-c6af-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:40:55+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e1e06b6-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=7e1e08f0-c6af-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:40:55+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e1e06b6-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=7e1e08f0-c6af-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:40:55+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e1e06b6-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=7e1e08f0-c6af-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:41:01+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=75bc74b2-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=75bc7746-c6af-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:41:01+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81b16fc0-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=81b17254-c6af-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:41:01+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81b16fc0-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=81b17254-c6af-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:41:01+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=81b16fc0-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=81b17254-c6af-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:41:20+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e1e06b6-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=7e1e08f0-c6af-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:41:20+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d0bbb5a-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=8d0bbdda-c6af-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:41:20+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d0bbb5a-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=8d0bbdda-c6af-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:41:20+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d0bbb5a-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=8d0bbdda-c6af-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:41:21+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=81b16fc0-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=81b17254-c6af-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:41:21+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8da12ffa-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=8da1328e-c6af-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:41:21+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8da12ffa-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=8da1328e-c6af-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:41:21+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8da12ffa-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=8da1328e-c6af-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:41:41+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8da12ffa-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=8da1328e-c6af-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:41:41+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99902942-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=99902bd6-c6af-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:41:41+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99902942-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=99902bd6-c6af-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:41:41+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=99902942-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=99902bd6-c6af-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:41:45+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d0bbb5a-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=8d0bbdda-c6af-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:41:45+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9bfaaf4a-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=9bfab1ca-c6af-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:41:45+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9bfaaf4a-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=9bfab1ca-c6af-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:41:45+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9bfaaf4a-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=9bfab1ca-c6af-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:42:01+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=99902942-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=99902bd6-c6af-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:42:01+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a581c3dc-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=a581c670-c6af-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:42:01+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a581c3dc-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=a581c670-c6af-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:42:01+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a581c3dc-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=a581c670-c6af-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:42:10+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9bfaaf4a-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=9bfab1ca-c6af-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:42:10+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aae5014a-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=aae50352-c6af-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:42:10+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aae5014a-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=aae50352-c6af-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:42:10+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aae5014a-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=aae50352-c6af-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:42:21+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a581c3dc-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=a581c670-c6af-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:42:21+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1764226-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=b1764424-c6af-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:42:21+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1764226-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=b1764424-c6af-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:42:21+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b1764226-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=b1764424-c6af-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:42:35+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aae5014a-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=aae50352-c6af-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:42:35+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9cf947c-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=b9cf9706-c6af-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:42:35+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9cf947c-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=b9cf9706-c6af-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:42:35+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9cf947c-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=b9cf9706-c6af-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:42:41+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b1764226-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=b1764424-c6af-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:42:41+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd675052-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=bd675368-c6af-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:42:41+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd675052-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=bd675368-c6af-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:42:41+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd675052-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=bd675368-c6af-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:43:00+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9cf947c-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=b9cf9706-c6af-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:43:00+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8bf229a-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=c8bf2560-c6af-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:43:00+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8bf229a-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=c8bf2560-c6af-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:43:00+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8bf229a-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=c8bf2560-c6af-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:43:01+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd675052-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=bd675368-c6af-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:43:01+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9570218-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=c957038a-c6af-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:43:01+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9570218-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=c957038a-c6af-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:43:01+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c9570218-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=c957038a-c6af-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:43:21+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c9570218-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=c957038a-c6af-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:43:21+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d54572a8-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=d5457532-c6af-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:43:21+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d54572a8-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=d5457532-c6af-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:43:21+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d54572a8-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=d5457532-c6af-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:43:25+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8bf229a-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=c8bf2560-c6af-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:43:25+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7ab38d4-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=d7ab3be0-c6af-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:43:25+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7ab38d4-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=d7ab3be0-c6af-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:43:25+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7ab38d4-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=d7ab3be0-c6af-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:43:41+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d54572a8-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=d5457532-c6af-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:43:41+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e13a3bd4-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=e13a3e9a-c6af-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:43:41+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e13a3bd4-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=e13a3e9a-c6af-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:43:41+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e13a3bd4-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=e13a3e9a-c6af-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:43:50+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7ab38d4-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=d7ab3be0-c6af-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:43:50+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e695795e-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=e6957c92-c6af-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:43:50+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e695795e-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=e6957c92-c6af-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:43:50+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e695795e-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=e6957c92-c6af-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:44:01+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e13a3bd4-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=e13a3e9a-c6af-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:44:01+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed2ccbc8-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=ed2cce52-c6af-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:44:01+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed2ccbc8-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=ed2cce52-c6af-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:44:01+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ed2ccbc8-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=ed2cce52-c6af-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:44:15+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e695795e-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=e6957c92-c6af-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:44:15+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5802cf2-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=f5802f2c-c6af-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:44:15+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5802cf2-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=f5802f2c-c6af-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:44:15+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5802cf2-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=f5802f2c-c6af-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:44:21+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ed2ccbc8-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=ed2cce52-c6af-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:44:21+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f92008aa-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=f9200b34-c6af-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:44:21+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f92008aa-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=f9200b34-c6af-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:44:21+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f92008aa-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=f9200b34-c6af-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:44:40+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5802cf2-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=f5802f2c-c6af-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:44:40+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=046d43da-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=046d465a-c6b0-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:44:40+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=046d43da-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=046d465a-c6b0-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:44:40+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=046d43da-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=046d465a-c6b0-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:44:41+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f92008aa-c6af-11ed-b702-2a8a60ccfbc4 | InvocationID=f9200b34-c6af-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:44:41+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05101812-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=05101aa6-c6b0-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:44:42+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05101812-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=05101aa6-c6b0-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:44:42+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=05101812-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=05101aa6-c6b0-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:45:02+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=05101812-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=05101aa6-c6b0-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:45:02+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10ff5fe8-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=10ff627c-c6b0-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:45:02+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10ff5fe8-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=10ff627c-c6b0-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:45:02+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10ff5fe8-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=10ff627c-c6b0-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:45:05+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=046d43da-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=046d465a-c6b0-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:45:05+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=135b5396-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=135b5512-c6b0-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:45:05+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=135b5396-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=135b5512-c6b0-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:45:05+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=135b5396-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=135b5512-c6b0-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:45:22+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10ff5fe8-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=10ff627c-c6b0-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:45:22+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cf12cb4-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=1cf12f48-c6b0-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:45:22+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cf12cb4-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=1cf12f48-c6b0-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:45:22+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1cf12cb4-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=1cf12f48-c6b0-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:45:30+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=135b5396-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=135b5512-c6b0-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:45:30+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22450df2-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=22451072-c6b0-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:45:31+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22450df2-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=22451072-c6b0-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:45:31+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22450df2-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=22451072-c6b0-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:45:42+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1cf12cb4-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=1cf12f48-c6b0-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:45:42+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28e3de54-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=28e3e020-c6b0-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:45:42+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28e3de54-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=28e3e020-c6b0-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:45:42+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=28e3de54-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=28e3e020-c6b0-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:45:56+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22450df2-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=22451072-c6b0-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:45:56+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=312fdc3e-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=312fdec8-c6b0-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:45:56+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=312fdc3e-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=312fdec8-c6b0-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:45:56+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=312fdc3e-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=312fdec8-c6b0-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:46:02+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=28e3de54-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=28e3e020-c6b0-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:46:02+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34d55e5e-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=34d561a6-c6b0-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:46:02+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34d55e5e-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=34d561a6-c6b0-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:46:02+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=34d55e5e-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=34d561a6-c6b0-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:46:21+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=312fdc3e-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=312fdec8-c6b0-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:46:21+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=401ebda0-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=401ec02a-c6b0-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:46:21+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=401ebda0-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=401ec02a-c6b0-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:46:21+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=401ebda0-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=401ec02a-c6b0-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:46:22+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=34d55e5e-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=34d561a6-c6b0-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:46:22+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40c57348-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=40c575c8-c6b0-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:46:22+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40c57348-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=40c575c8-c6b0-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:46:22+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=40c57348-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=40c575c8-c6b0-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:46:42+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=40c57348-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=40c575c8-c6b0-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:46:42+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cb4bf88-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=4cb4c21c-c6b0-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:46:42+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cb4bf88-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=4cb4c21c-c6b0-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:46:42+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4cb4bf88-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=4cb4c21c-c6b0-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:46:46+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=401ebda0-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=401ec02a-c6b0-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:46:46+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f0ac444-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=4f0acb92-c6b0-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:46:46+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f0ac444-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=4f0acb92-c6b0-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:46:46+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f0ac444-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=4f0acb92-c6b0-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:47:02+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4cb4bf88-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=4cb4c21c-c6b0-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:47:02+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58a8f98a-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=58a8fc14-c6b0-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:47:02+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58a8f98a-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=58a8fc14-c6b0-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:47:02+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=58a8f98a-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=58a8fc14-c6b0-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:47:11+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f0ac444-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=4f0acb92-c6b0-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:47:11+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5df578aa-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=5df57bca-c6b0-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-03-19T23:47:11+0000 | policy_event_thread | 139744958102304 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5df578aa-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=5df57bca-c6b0-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:47:11+0000 | policy_event_thread | 139744958102304 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5df578aa-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=5df57bca-c6b0-11ed-b702-2a8a60ccfbc4 | 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-03-19T23:47:22+0000 | aai_event_thread | 139744957041440 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=58a8f98a-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=58a8fc14-c6b0-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF AAI events. 2023-03-19T23:47:22+0000 | aai_event_thread | 139744957041440 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=649bc0d8-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=649bc394-c6b0-11ed-b702-2a8a60ccfbc4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-03-19T23:47:22+0000 | aai_event_thread | 139744957041440 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=649bc0d8-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=649bc394-c6b0-11ed-b702-2a8a60ccfbc4 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:47:22+0000 | aai_event_thread | 139744957041440 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=649bc0d8-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=649bc394-c6b0-11ed-b702-2a8a60ccfbc4 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-03-19T23:47:36+0000 | policy_event_thread | 139744958102304 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5df578aa-c6b0-11ed-b702-2a8a60ccfbc4 | InvocationID=5df57bca-c6b0-11ed-b702-2a8a60ccfbc4 | Polling MR for XNF activation/deactivation policy response events. 2023-03-19T23:47:36+0000 | policy_event_thread | 139744958102304 | INFO | pmsh_config | g