By type
/opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. return yaml.load(f.read()) 2023-05-27T23:19:39+0000 | MainThread | 139917079543112 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.[0m 2023-05-27T23:19:39+0000 | MainThread | 139917079543112 | 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'}}}}[0m 2023-05-27T23:19:39+0000 | MainThread | 139917079543112 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.[0m 2023-05-27T23:19:39+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:19:39+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.[0m 2023-05-27T23:19:39+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f40bc6fe-fce4-11ed-ba37-ba802dd92cae | InvocationID=f40bc9ba-fce4-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:19:39+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f40d8da4-fce4-11ed-ba37-ba802dd92cae | InvocationID=f40d8f20-fce4-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:19:39+0000 | MainThread | 139917079543112 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server[0m 2023-05-27T23:19:39+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f40bc6fe-fce4-11ed-ba37-ba802dd92cae | InvocationID=f40bc9ba-fce4-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:19:39+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f40bc6fe-fce4-11ed-ba37-ba802dd92cae | InvocationID=f40bc9ba-fce4-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:19:39+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f40d8da4-fce4-11ed-ba37-ba802dd92cae | InvocationID=f40d8f20-fce4-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:19:39+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f40d8da4-fce4-11ed-ba37-ba802dd92cae | InvocationID=f40d8f20-fce4-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:19:59+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f40d8da4-fce4-11ed-ba37-ba802dd92cae | InvocationID=f40d8f20-fce4-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:19:59+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=002a1800-fce5-11ed-ba37-ba802dd92cae | InvocationID=002a1a94-fce5-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:19:59+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=002a1800-fce5-11ed-ba37-ba802dd92cae | InvocationID=002a1a94-fce5-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:19:59+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=002a1800-fce5-11ed-ba37-ba802dd92cae | InvocationID=002a1a94-fce5-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:20:04+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f40bc6fe-fce4-11ed-ba37-ba802dd92cae | InvocationID=f40bc9ba-fce4-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:20:04+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0324977e-fce5-11ed-ba37-ba802dd92cae | InvocationID=032498c8-fce5-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:20:04+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0324977e-fce5-11ed-ba37-ba802dd92cae | InvocationID=032498c8-fce5-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:20:04+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0324977e-fce5-11ed-ba37-ba802dd92cae | InvocationID=032498c8-fce5-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:20:19+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=002a1800-fce5-11ed-ba37-ba802dd92cae | InvocationID=002a1a94-fce5-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:20:19+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c1d754e-fce5-11ed-ba37-ba802dd92cae | InvocationID=0c1d781e-fce5-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:20:19+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c1d754e-fce5-11ed-ba37-ba802dd92cae | InvocationID=0c1d781e-fce5-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:20:19+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0c1d754e-fce5-11ed-ba37-ba802dd92cae | InvocationID=0c1d781e-fce5-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:20:29+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0324977e-fce5-11ed-ba37-ba802dd92cae | InvocationID=032498c8-fce5-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:20:29+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=120e8d8a-fce5-11ed-ba37-ba802dd92cae | InvocationID=120e8efc-fce5-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:20:29+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=120e8d8a-fce5-11ed-ba37-ba802dd92cae | InvocationID=120e8efc-fce5-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:20:29+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=120e8d8a-fce5-11ed-ba37-ba802dd92cae | InvocationID=120e8efc-fce5-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:20:39+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0c1d754e-fce5-11ed-ba37-ba802dd92cae | InvocationID=0c1d781e-fce5-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:20:39+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18129910-fce5-11ed-ba37-ba802dd92cae | InvocationID=18129bc2-fce5-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:20:40+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18129910-fce5-11ed-ba37-ba802dd92cae | InvocationID=18129bc2-fce5-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:20:40+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=18129910-fce5-11ed-ba37-ba802dd92cae | InvocationID=18129bc2-fce5-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:20:54+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=120e8d8a-fce5-11ed-ba37-ba802dd92cae | InvocationID=120e8efc-fce5-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:20:54+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20f92170-fce5-11ed-ba37-ba802dd92cae | InvocationID=20f9240e-fce5-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:20:54+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20f92170-fce5-11ed-ba37-ba802dd92cae | InvocationID=20f9240e-fce5-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:20:54+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20f92170-fce5-11ed-ba37-ba802dd92cae | InvocationID=20f9240e-fce5-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:21:00+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=18129910-fce5-11ed-ba37-ba802dd92cae | InvocationID=18129bc2-fce5-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:21:00+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2406e1d6-fce5-11ed-ba37-ba802dd92cae | InvocationID=2406e4f6-fce5-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:21:00+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2406e1d6-fce5-11ed-ba37-ba802dd92cae | InvocationID=2406e4f6-fce5-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:21:00+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2406e1d6-fce5-11ed-ba37-ba802dd92cae | InvocationID=2406e4f6-fce5-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:21:19+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20f92170-fce5-11ed-ba37-ba802dd92cae | InvocationID=20f9240e-fce5-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:21:19+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2feab9b4-fce5-11ed-ba37-ba802dd92cae | InvocationID=2feabbf8-fce5-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:21:20+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2feab9b4-fce5-11ed-ba37-ba802dd92cae | InvocationID=2feabbf8-fce5-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:21:20+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2feab9b4-fce5-11ed-ba37-ba802dd92cae | InvocationID=2feabbf8-fce5-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:21:20+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2406e1d6-fce5-11ed-ba37-ba802dd92cae | InvocationID=2406e4f6-fce5-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:21:20+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ffbc10a-fce5-11ed-ba37-ba802dd92cae | InvocationID=2ffbc34e-fce5-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:21:20+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ffbc10a-fce5-11ed-ba37-ba802dd92cae | InvocationID=2ffbc34e-fce5-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:21:20+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ffbc10a-fce5-11ed-ba37-ba802dd92cae | InvocationID=2ffbc34e-fce5-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:21:40+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ffbc10a-fce5-11ed-ba37-ba802dd92cae | InvocationID=2ffbc34e-fce5-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:21:40+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bed7a4e-fce5-11ed-ba37-ba802dd92cae | InvocationID=3bed7cc4-fce5-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:21:40+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bed7a4e-fce5-11ed-ba37-ba802dd92cae | InvocationID=3bed7cc4-fce5-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:21:40+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3bed7a4e-fce5-11ed-ba37-ba802dd92cae | InvocationID=3bed7cc4-fce5-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:21:45+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2feab9b4-fce5-11ed-ba37-ba802dd92cae | InvocationID=2feabbf8-fce5-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:21:45+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ed98950-fce5-11ed-ba37-ba802dd92cae | InvocationID=3ed98ba8-fce5-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:21:45+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ed98950-fce5-11ed-ba37-ba802dd92cae | InvocationID=3ed98ba8-fce5-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:21:45+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ed98950-fce5-11ed-ba37-ba802dd92cae | InvocationID=3ed98ba8-fce5-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:22:00+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3bed7a4e-fce5-11ed-ba37-ba802dd92cae | InvocationID=3bed7cc4-fce5-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:22:00+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47e41cae-fce5-11ed-ba37-ba802dd92cae | InvocationID=47e42028-fce5-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:22:00+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47e41cae-fce5-11ed-ba37-ba802dd92cae | InvocationID=47e42028-fce5-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:22:00+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=47e41cae-fce5-11ed-ba37-ba802dd92cae | InvocationID=47e42028-fce5-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:22:10+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ed98950-fce5-11ed-ba37-ba802dd92cae | InvocationID=3ed98ba8-fce5-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:22:10+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4dc534e6-fce5-11ed-ba37-ba802dd92cae | InvocationID=4dc536a8-fce5-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:22:10+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4dc534e6-fce5-11ed-ba37-ba802dd92cae | InvocationID=4dc536a8-fce5-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:22:10+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4dc534e6-fce5-11ed-ba37-ba802dd92cae | InvocationID=4dc536a8-fce5-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:22:20+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=47e41cae-fce5-11ed-ba37-ba802dd92cae | InvocationID=47e42028-fce5-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:22:20+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53d7effe-fce5-11ed-ba37-ba802dd92cae | InvocationID=53d7f274-fce5-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:22:20+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53d7effe-fce5-11ed-ba37-ba802dd92cae | InvocationID=53d7f274-fce5-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:22:20+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=53d7effe-fce5-11ed-ba37-ba802dd92cae | InvocationID=53d7f274-fce5-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:22:35+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4dc534e6-fce5-11ed-ba37-ba802dd92cae | InvocationID=4dc536a8-fce5-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:22:35+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5caf8a24-fce5-11ed-ba37-ba802dd92cae | InvocationID=5caf8ca4-fce5-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:22:35+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5caf8a24-fce5-11ed-ba37-ba802dd92cae | InvocationID=5caf8ca4-fce5-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:22:35+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5caf8a24-fce5-11ed-ba37-ba802dd92cae | InvocationID=5caf8ca4-fce5-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:22:40+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=53d7effe-fce5-11ed-ba37-ba802dd92cae | InvocationID=53d7f274-fce5-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:22:40+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fd3d6b0-fce5-11ed-ba37-ba802dd92cae | InvocationID=5fd3d89a-fce5-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:22:40+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fd3d6b0-fce5-11ed-ba37-ba802dd92cae | InvocationID=5fd3d89a-fce5-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:22:40+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5fd3d6b0-fce5-11ed-ba37-ba802dd92cae | InvocationID=5fd3d89a-fce5-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:23:00+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5caf8a24-fce5-11ed-ba37-ba802dd92cae | InvocationID=5caf8ca4-fce5-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:23:00+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b9f4ae2-fce5-11ed-ba37-ba802dd92cae | InvocationID=6b9f4c2c-fce5-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:23:00+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b9f4ae2-fce5-11ed-ba37-ba802dd92cae | InvocationID=6b9f4c2c-fce5-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:23:00+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b9f4ae2-fce5-11ed-ba37-ba802dd92cae | InvocationID=6b9f4c2c-fce5-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:23:00+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5fd3d6b0-fce5-11ed-ba37-ba802dd92cae | InvocationID=5fd3d89a-fce5-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:23:00+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bc3d9c0-fce5-11ed-ba37-ba802dd92cae | InvocationID=6bc3dbfa-fce5-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:23:00+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bc3d9c0-fce5-11ed-ba37-ba802dd92cae | InvocationID=6bc3dbfa-fce5-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:23:00+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6bc3d9c0-fce5-11ed-ba37-ba802dd92cae | InvocationID=6bc3dbfa-fce5-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:23:20+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6bc3d9c0-fce5-11ed-ba37-ba802dd92cae | InvocationID=6bc3dbfa-fce5-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:23:20+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77b49f80-fce5-11ed-ba37-ba802dd92cae | InvocationID=77b4a12e-fce5-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:23:20+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77b49f80-fce5-11ed-ba37-ba802dd92cae | InvocationID=77b4a12e-fce5-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:23:20+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=77b49f80-fce5-11ed-ba37-ba802dd92cae | InvocationID=77b4a12e-fce5-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:23:25+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b9f4ae2-fce5-11ed-ba37-ba802dd92cae | InvocationID=6b9f4c2c-fce5-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:23:25+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a8eda18-fce5-11ed-ba37-ba802dd92cae | InvocationID=7a8edc98-fce5-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:23:25+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a8eda18-fce5-11ed-ba37-ba802dd92cae | InvocationID=7a8edc98-fce5-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:23:25+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a8eda18-fce5-11ed-ba37-ba802dd92cae | InvocationID=7a8edc98-fce5-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:23:40+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=77b49f80-fce5-11ed-ba37-ba802dd92cae | InvocationID=77b4a12e-fce5-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:23:40+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83ac20ba-fce5-11ed-ba37-ba802dd92cae | InvocationID=83ac22ea-fce5-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:23:40+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83ac20ba-fce5-11ed-ba37-ba802dd92cae | InvocationID=83ac22ea-fce5-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:23:40+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83ac20ba-fce5-11ed-ba37-ba802dd92cae | InvocationID=83ac22ea-fce5-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:23:50+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a8eda18-fce5-11ed-ba37-ba802dd92cae | InvocationID=7a8edc98-fce5-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:23:50+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=897d8038-fce5-11ed-ba37-ba802dd92cae | InvocationID=897d82e0-fce5-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:23:50+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=897d8038-fce5-11ed-ba37-ba802dd92cae | InvocationID=897d82e0-fce5-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:23:50+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=897d8038-fce5-11ed-ba37-ba802dd92cae | InvocationID=897d82e0-fce5-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:24:00+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83ac20ba-fce5-11ed-ba37-ba802dd92cae | InvocationID=83ac22ea-fce5-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:24:00+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fa18400-fce5-11ed-ba37-ba802dd92cae | InvocationID=8fa18644-fce5-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:24:00+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fa18400-fce5-11ed-ba37-ba802dd92cae | InvocationID=8fa18644-fce5-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:24:00+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8fa18400-fce5-11ed-ba37-ba802dd92cae | InvocationID=8fa18644-fce5-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:24:15+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=897d8038-fce5-11ed-ba37-ba802dd92cae | InvocationID=897d82e0-fce5-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:24:15+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=986dd566-fce5-11ed-ba37-ba802dd92cae | InvocationID=986dd7b4-fce5-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:24:15+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=986dd566-fce5-11ed-ba37-ba802dd92cae | InvocationID=986dd7b4-fce5-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:24:15+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=986dd566-fce5-11ed-ba37-ba802dd92cae | InvocationID=986dd7b4-fce5-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:24:20+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8fa18400-fce5-11ed-ba37-ba802dd92cae | InvocationID=8fa18644-fce5-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:24:20+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b94873a-fce5-11ed-ba37-ba802dd92cae | InvocationID=9b948974-fce5-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:24:20+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b94873a-fce5-11ed-ba37-ba802dd92cae | InvocationID=9b948974-fce5-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:24:20+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b94873a-fce5-11ed-ba37-ba802dd92cae | InvocationID=9b948974-fce5-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:24:40+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=986dd566-fce5-11ed-ba37-ba802dd92cae | InvocationID=986dd7b4-fce5-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:24:40+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a76108f4-fce5-11ed-ba37-ba802dd92cae | InvocationID=a7610bc4-fce5-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:24:40+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a76108f4-fce5-11ed-ba37-ba802dd92cae | InvocationID=a7610bc4-fce5-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:24:40+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a76108f4-fce5-11ed-ba37-ba802dd92cae | InvocationID=a7610bc4-fce5-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:24:40+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b94873a-fce5-11ed-ba37-ba802dd92cae | InvocationID=9b948974-fce5-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:24:40+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a787e9f6-fce5-11ed-ba37-ba802dd92cae | InvocationID=a787ec26-fce5-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:24:40+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a787e9f6-fce5-11ed-ba37-ba802dd92cae | InvocationID=a787ec26-fce5-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:24:40+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a787e9f6-fce5-11ed-ba37-ba802dd92cae | InvocationID=a787ec26-fce5-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:25:00+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a787e9f6-fce5-11ed-ba37-ba802dd92cae | InvocationID=a787ec26-fce5-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:25:00+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b37922ac-fce5-11ed-ba37-ba802dd92cae | InvocationID=b37925f4-fce5-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:25:00+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b37922ac-fce5-11ed-ba37-ba802dd92cae | InvocationID=b37925f4-fce5-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:25:00+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b37922ac-fce5-11ed-ba37-ba802dd92cae | InvocationID=b37925f4-fce5-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:25:05+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a76108f4-fce5-11ed-ba37-ba802dd92cae | InvocationID=a7610bc4-fce5-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:25:05+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b64f990c-fce5-11ed-ba37-ba802dd92cae | InvocationID=b64f9b14-fce5-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:25:05+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b64f990c-fce5-11ed-ba37-ba802dd92cae | InvocationID=b64f9b14-fce5-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:25:05+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b64f990c-fce5-11ed-ba37-ba802dd92cae | InvocationID=b64f9b14-fce5-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:25:20+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b37922ac-fce5-11ed-ba37-ba802dd92cae | InvocationID=b37925f4-fce5-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:25:20+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf6f824a-fce5-11ed-ba37-ba802dd92cae | InvocationID=bf6f845c-fce5-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:25:20+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf6f824a-fce5-11ed-ba37-ba802dd92cae | InvocationID=bf6f845c-fce5-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:25:20+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bf6f824a-fce5-11ed-ba37-ba802dd92cae | InvocationID=bf6f845c-fce5-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:25:30+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b64f990c-fce5-11ed-ba37-ba802dd92cae | InvocationID=b64f9b14-fce5-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:25:30+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c53bb36a-fce5-11ed-ba37-ba802dd92cae | InvocationID=c53bb874-fce5-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:25:30+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c53bb36a-fce5-11ed-ba37-ba802dd92cae | InvocationID=c53bb874-fce5-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:25:30+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c53bb36a-fce5-11ed-ba37-ba802dd92cae | InvocationID=c53bb874-fce5-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:25:40+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bf6f824a-fce5-11ed-ba37-ba802dd92cae | InvocationID=bf6f845c-fce5-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:25:40+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb644270-fce5-11ed-ba37-ba802dd92cae | InvocationID=cb6444a0-fce5-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:25:40+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb644270-fce5-11ed-ba37-ba802dd92cae | InvocationID=cb6444a0-fce5-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:25:40+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb644270-fce5-11ed-ba37-ba802dd92cae | InvocationID=cb6444a0-fce5-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:25:55+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c53bb36a-fce5-11ed-ba37-ba802dd92cae | InvocationID=c53bb874-fce5-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:25:55+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d42b516e-fce5-11ed-ba37-ba802dd92cae | InvocationID=d42b536c-fce5-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:25:55+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d42b516e-fce5-11ed-ba37-ba802dd92cae | InvocationID=d42b536c-fce5-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:25:55+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d42b516e-fce5-11ed-ba37-ba802dd92cae | InvocationID=d42b536c-fce5-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:26:00+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb644270-fce5-11ed-ba37-ba802dd92cae | InvocationID=cb6444a0-fce5-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:26:00+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d75a3ea4-fce5-11ed-ba37-ba802dd92cae | InvocationID=d75a4214-fce5-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:26:00+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d75a3ea4-fce5-11ed-ba37-ba802dd92cae | InvocationID=d75a4214-fce5-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:26:00+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d75a3ea4-fce5-11ed-ba37-ba802dd92cae | InvocationID=d75a4214-fce5-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:26:20+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d42b516e-fce5-11ed-ba37-ba802dd92cae | InvocationID=d42b536c-fce5-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:26:20+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e31a9158-fce5-11ed-ba37-ba802dd92cae | InvocationID=e31a9342-fce5-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:26:20+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e31a9158-fce5-11ed-ba37-ba802dd92cae | InvocationID=e31a9342-fce5-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:26:20+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e31a9158-fce5-11ed-ba37-ba802dd92cae | InvocationID=e31a9342-fce5-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:26:20+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d75a3ea4-fce5-11ed-ba37-ba802dd92cae | InvocationID=d75a4214-fce5-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:26:20+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e34ed49a-fce5-11ed-ba37-ba802dd92cae | InvocationID=e34ed6ac-fce5-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:26:20+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e34ed49a-fce5-11ed-ba37-ba802dd92cae | InvocationID=e34ed6ac-fce5-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:26:20+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e34ed49a-fce5-11ed-ba37-ba802dd92cae | InvocationID=e34ed6ac-fce5-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:26:40+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e34ed49a-fce5-11ed-ba37-ba802dd92cae | InvocationID=e34ed6ac-fce5-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:26:41+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef3ffed2-fce5-11ed-ba37-ba802dd92cae | InvocationID=ef40021a-fce5-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:26:41+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef3ffed2-fce5-11ed-ba37-ba802dd92cae | InvocationID=ef40021a-fce5-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:26:41+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef3ffed2-fce5-11ed-ba37-ba802dd92cae | InvocationID=ef40021a-fce5-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:26:45+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e31a9158-fce5-11ed-ba37-ba802dd92cae | InvocationID=e31a9342-fce5-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:26:45+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f20a43b6-fce5-11ed-ba37-ba802dd92cae | InvocationID=f20a4582-fce5-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:26:45+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f20a43b6-fce5-11ed-ba37-ba802dd92cae | InvocationID=f20a4582-fce5-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:26:45+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f20a43b6-fce5-11ed-ba37-ba802dd92cae | InvocationID=f20a4582-fce5-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:27:01+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef3ffed2-fce5-11ed-ba37-ba802dd92cae | InvocationID=ef40021a-fce5-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:27:01+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb371e28-fce5-11ed-ba37-ba802dd92cae | InvocationID=fb372058-fce5-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:27:01+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb371e28-fce5-11ed-ba37-ba802dd92cae | InvocationID=fb372058-fce5-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:27:01+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fb371e28-fce5-11ed-ba37-ba802dd92cae | InvocationID=fb372058-fce5-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:27:10+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f20a43b6-fce5-11ed-ba37-ba802dd92cae | InvocationID=f20a4582-fce5-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:27:10+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00f48a3a-fce6-11ed-ba37-ba802dd92cae | InvocationID=00f48ca6-fce6-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:27:10+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00f48a3a-fce6-11ed-ba37-ba802dd92cae | InvocationID=00f48ca6-fce6-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:27:10+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00f48a3a-fce6-11ed-ba37-ba802dd92cae | InvocationID=00f48ca6-fce6-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:27:21+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fb371e28-fce5-11ed-ba37-ba802dd92cae | InvocationID=fb372058-fce5-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:27:21+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=072c7d2c-fce6-11ed-ba37-ba802dd92cae | InvocationID=072c7ffc-fce6-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:27:21+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=072c7d2c-fce6-11ed-ba37-ba802dd92cae | InvocationID=072c7ffc-fce6-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:27:21+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=072c7d2c-fce6-11ed-ba37-ba802dd92cae | InvocationID=072c7ffc-fce6-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:27:35+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00f48a3a-fce6-11ed-ba37-ba802dd92cae | InvocationID=00f48ca6-fce6-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:27:35+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fe1bd4c-fce6-11ed-ba37-ba802dd92cae | InvocationID=0fe1c10c-fce6-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:27:35+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fe1bd4c-fce6-11ed-ba37-ba802dd92cae | InvocationID=0fe1c10c-fce6-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:27:35+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0fe1bd4c-fce6-11ed-ba37-ba802dd92cae | InvocationID=0fe1c10c-fce6-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:27:41+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=072c7d2c-fce6-11ed-ba37-ba802dd92cae | InvocationID=072c7ffc-fce6-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:27:41+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=131efe20-fce6-11ed-ba37-ba802dd92cae | InvocationID=131f0046-fce6-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:27:41+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=131efe20-fce6-11ed-ba37-ba802dd92cae | InvocationID=131f0046-fce6-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:27:41+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=131efe20-fce6-11ed-ba37-ba802dd92cae | InvocationID=131f0046-fce6-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:28:00+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0fe1bd4c-fce6-11ed-ba37-ba802dd92cae | InvocationID=0fe1c10c-fce6-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:28:00+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ed3aeaa-fce6-11ed-ba37-ba802dd92cae | InvocationID=1ed3b12a-fce6-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:28:00+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ed3aeaa-fce6-11ed-ba37-ba802dd92cae | InvocationID=1ed3b12a-fce6-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:28:00+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ed3aeaa-fce6-11ed-ba37-ba802dd92cae | InvocationID=1ed3b12a-fce6-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:28:01+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=131efe20-fce6-11ed-ba37-ba802dd92cae | InvocationID=131f0046-fce6-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:28:01+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f103b72-fce6-11ed-ba37-ba802dd92cae | InvocationID=1f103e10-fce6-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:28:01+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f103b72-fce6-11ed-ba37-ba802dd92cae | InvocationID=1f103e10-fce6-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:28:01+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f103b72-fce6-11ed-ba37-ba802dd92cae | InvocationID=1f103e10-fce6-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:28:21+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f103b72-fce6-11ed-ba37-ba802dd92cae | InvocationID=1f103e10-fce6-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:28:21+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b01f52e-fce6-11ed-ba37-ba802dd92cae | InvocationID=2b01f6aa-fce6-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:28:21+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b01f52e-fce6-11ed-ba37-ba802dd92cae | InvocationID=2b01f6aa-fce6-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:28:21+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2b01f52e-fce6-11ed-ba37-ba802dd92cae | InvocationID=2b01f6aa-fce6-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:28:25+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ed3aeaa-fce6-11ed-ba37-ba802dd92cae | InvocationID=1ed3b12a-fce6-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:28:25+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2dc4f946-fce6-11ed-ba37-ba802dd92cae | InvocationID=2dc4fb3a-fce6-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:28:25+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2dc4f946-fce6-11ed-ba37-ba802dd92cae | InvocationID=2dc4fb3a-fce6-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:28:25+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2dc4f946-fce6-11ed-ba37-ba802dd92cae | InvocationID=2dc4fb3a-fce6-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:28:41+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2b01f52e-fce6-11ed-ba37-ba802dd92cae | InvocationID=2b01f6aa-fce6-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:28:41+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36f878da-fce6-11ed-ba37-ba802dd92cae | InvocationID=36f87b28-fce6-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:28:41+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36f878da-fce6-11ed-ba37-ba802dd92cae | InvocationID=36f87b28-fce6-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:28:41+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=36f878da-fce6-11ed-ba37-ba802dd92cae | InvocationID=36f87b28-fce6-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:28:50+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2dc4f946-fce6-11ed-ba37-ba802dd92cae | InvocationID=2dc4fb3a-fce6-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:28:50+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cb01dbe-fce6-11ed-ba37-ba802dd92cae | InvocationID=3cb0208e-fce6-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:28:50+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cb01dbe-fce6-11ed-ba37-ba802dd92cae | InvocationID=3cb0208e-fce6-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:28:50+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3cb01dbe-fce6-11ed-ba37-ba802dd92cae | InvocationID=3cb0208e-fce6-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:29:01+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=36f878da-fce6-11ed-ba37-ba802dd92cae | InvocationID=36f87b28-fce6-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:29:01+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42eae5ce-fce6-11ed-ba37-ba802dd92cae | InvocationID=42eae754-fce6-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:29:01+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42eae5ce-fce6-11ed-ba37-ba802dd92cae | InvocationID=42eae754-fce6-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:29:01+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42eae5ce-fce6-11ed-ba37-ba802dd92cae | InvocationID=42eae754-fce6-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:29:15+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3cb01dbe-fce6-11ed-ba37-ba802dd92cae | InvocationID=3cb0208e-fce6-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:29:15+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b9cba12-fce6-11ed-ba37-ba802dd92cae | InvocationID=4b9cbc60-fce6-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:29:16+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b9cba12-fce6-11ed-ba37-ba802dd92cae | InvocationID=4b9cbc60-fce6-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:29:16+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b9cba12-fce6-11ed-ba37-ba802dd92cae | InvocationID=4b9cbc60-fce6-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:29:21+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42eae5ce-fce6-11ed-ba37-ba802dd92cae | InvocationID=42eae754-fce6-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:29:21+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ede391c-fce6-11ed-ba37-ba802dd92cae | InvocationID=4ede3b88-fce6-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:29:21+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ede391c-fce6-11ed-ba37-ba802dd92cae | InvocationID=4ede3b88-fce6-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:29:21+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4ede391c-fce6-11ed-ba37-ba802dd92cae | InvocationID=4ede3b88-fce6-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:29:41+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b9cba12-fce6-11ed-ba37-ba802dd92cae | InvocationID=4b9cbc60-fce6-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:29:41+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a8c6c16-fce6-11ed-ba37-ba802dd92cae | InvocationID=5a8c6e6e-fce6-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:29:41+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a8c6c16-fce6-11ed-ba37-ba802dd92cae | InvocationID=5a8c6e6e-fce6-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:29:41+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a8c6c16-fce6-11ed-ba37-ba802dd92cae | InvocationID=5a8c6e6e-fce6-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:29:41+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4ede391c-fce6-11ed-ba37-ba802dd92cae | InvocationID=4ede3b88-fce6-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:29:41+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ad00e94-fce6-11ed-ba37-ba802dd92cae | InvocationID=5ad011a0-fce6-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:29:41+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ad00e94-fce6-11ed-ba37-ba802dd92cae | InvocationID=5ad011a0-fce6-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:29:41+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ad00e94-fce6-11ed-ba37-ba802dd92cae | InvocationID=5ad011a0-fce6-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:30:01+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ad00e94-fce6-11ed-ba37-ba802dd92cae | InvocationID=5ad011a0-fce6-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:30:01+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66c1d822-fce6-11ed-ba37-ba802dd92cae | InvocationID=66c1db6a-fce6-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:30:01+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66c1d822-fce6-11ed-ba37-ba802dd92cae | InvocationID=66c1db6a-fce6-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:30:01+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=66c1d822-fce6-11ed-ba37-ba802dd92cae | InvocationID=66c1db6a-fce6-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:30:06+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a8c6c16-fce6-11ed-ba37-ba802dd92cae | InvocationID=5a8c6e6e-fce6-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:30:06+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=697f1b6a-fce6-11ed-ba37-ba802dd92cae | InvocationID=697f2272-fce6-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:30:06+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=697f1b6a-fce6-11ed-ba37-ba802dd92cae | InvocationID=697f2272-fce6-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:30:06+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=697f1b6a-fce6-11ed-ba37-ba802dd92cae | InvocationID=697f2272-fce6-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:30:21+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=66c1d822-fce6-11ed-ba37-ba802dd92cae | InvocationID=66c1db6a-fce6-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:30:21+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72b5f97e-fce6-11ed-ba37-ba802dd92cae | InvocationID=72b5fcd0-fce6-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:30:21+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72b5f97e-fce6-11ed-ba37-ba802dd92cae | InvocationID=72b5fcd0-fce6-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:30:21+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72b5f97e-fce6-11ed-ba37-ba802dd92cae | InvocationID=72b5fcd0-fce6-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:30:31+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=697f1b6a-fce6-11ed-ba37-ba802dd92cae | InvocationID=697f2272-fce6-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:30:31+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=786c1c40-fce6-11ed-ba37-ba802dd92cae | InvocationID=786c2302-fce6-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:30:31+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=786c1c40-fce6-11ed-ba37-ba802dd92cae | InvocationID=786c2302-fce6-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:30:31+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=786c1c40-fce6-11ed-ba37-ba802dd92cae | InvocationID=786c2302-fce6-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:30:41+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72b5f97e-fce6-11ed-ba37-ba802dd92cae | InvocationID=72b5fcd0-fce6-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:30:41+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7eaafdec-fce6-11ed-ba37-ba802dd92cae | InvocationID=7eaafff4-fce6-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:30:41+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7eaafdec-fce6-11ed-ba37-ba802dd92cae | InvocationID=7eaafff4-fce6-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:30:41+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7eaafdec-fce6-11ed-ba37-ba802dd92cae | InvocationID=7eaafff4-fce6-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:30:56+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=786c1c40-fce6-11ed-ba37-ba802dd92cae | InvocationID=786c2302-fce6-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:30:56+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=875adeda-fce6-11ed-ba37-ba802dd92cae | InvocationID=875ae132-fce6-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:30:56+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=875adeda-fce6-11ed-ba37-ba802dd92cae | InvocationID=875ae132-fce6-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:30:56+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=875adeda-fce6-11ed-ba37-ba802dd92cae | InvocationID=875ae132-fce6-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:31:01+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7eaafdec-fce6-11ed-ba37-ba802dd92cae | InvocationID=7eaafff4-fce6-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:31:01+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a9f07c4-fce6-11ed-ba37-ba802dd92cae | InvocationID=8a9f09fe-fce6-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:31:01+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a9f07c4-fce6-11ed-ba37-ba802dd92cae | InvocationID=8a9f09fe-fce6-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:31:01+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8a9f07c4-fce6-11ed-ba37-ba802dd92cae | InvocationID=8a9f09fe-fce6-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:31:21+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=875adeda-fce6-11ed-ba37-ba802dd92cae | InvocationID=875ae132-fce6-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:31:21+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=964be330-fce6-11ed-ba37-ba802dd92cae | InvocationID=964be574-fce6-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:31:21+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=964be330-fce6-11ed-ba37-ba802dd92cae | InvocationID=964be574-fce6-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:31:21+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=964be330-fce6-11ed-ba37-ba802dd92cae | InvocationID=964be574-fce6-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:31:21+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8a9f07c4-fce6-11ed-ba37-ba802dd92cae | InvocationID=8a9f09fe-fce6-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:31:21+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=969117ac-fce6-11ed-ba37-ba802dd92cae | InvocationID=96911a90-fce6-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:31:21+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=969117ac-fce6-11ed-ba37-ba802dd92cae | InvocationID=96911a90-fce6-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:31:21+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=969117ac-fce6-11ed-ba37-ba802dd92cae | InvocationID=96911a90-fce6-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:31:41+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=969117ac-fce6-11ed-ba37-ba802dd92cae | InvocationID=96911a90-fce6-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:31:41+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a283c8d4-fce6-11ed-ba37-ba802dd92cae | InvocationID=a283cb04-fce6-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:31:41+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a283c8d4-fce6-11ed-ba37-ba802dd92cae | InvocationID=a283cb04-fce6-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:31:41+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a283c8d4-fce6-11ed-ba37-ba802dd92cae | InvocationID=a283cb04-fce6-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:31:46+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=964be330-fce6-11ed-ba37-ba802dd92cae | InvocationID=964be574-fce6-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:31:46+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a53a8004-fce6-11ed-ba37-ba802dd92cae | InvocationID=a53a82fc-fce6-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:31:46+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a53a8004-fce6-11ed-ba37-ba802dd92cae | InvocationID=a53a82fc-fce6-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:31:46+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a53a8004-fce6-11ed-ba37-ba802dd92cae | InvocationID=a53a82fc-fce6-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:32:01+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a283c8d4-fce6-11ed-ba37-ba802dd92cae | InvocationID=a283cb04-fce6-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:32:01+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae7a082e-fce6-11ed-ba37-ba802dd92cae | InvocationID=ae7a0b9e-fce6-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:32:01+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae7a082e-fce6-11ed-ba37-ba802dd92cae | InvocationID=ae7a0b9e-fce6-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:32:01+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae7a082e-fce6-11ed-ba37-ba802dd92cae | InvocationID=ae7a0b9e-fce6-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:32:11+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a53a8004-fce6-11ed-ba37-ba802dd92cae | InvocationID=a53a82fc-fce6-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:32:11+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b42a0d1e-fce6-11ed-ba37-ba802dd92cae | InvocationID=b42a0fe4-fce6-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:32:11+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b42a0d1e-fce6-11ed-ba37-ba802dd92cae | InvocationID=b42a0fe4-fce6-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:32:11+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b42a0d1e-fce6-11ed-ba37-ba802dd92cae | InvocationID=b42a0fe4-fce6-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:32:21+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae7a082e-fce6-11ed-ba37-ba802dd92cae | InvocationID=ae7a0b9e-fce6-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:32:21+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba711762-fce6-11ed-ba37-ba802dd92cae | InvocationID=ba711992-fce6-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:32:21+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba711762-fce6-11ed-ba37-ba802dd92cae | InvocationID=ba711992-fce6-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:32:21+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ba711762-fce6-11ed-ba37-ba802dd92cae | InvocationID=ba711992-fce6-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:32:36+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b42a0d1e-fce6-11ed-ba37-ba802dd92cae | InvocationID=b42a0fe4-fce6-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:32:36+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3170bf6-fce6-11ed-ba37-ba802dd92cae | InvocationID=c3170e6c-fce6-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:32:36+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3170bf6-fce6-11ed-ba37-ba802dd92cae | InvocationID=c3170e6c-fce6-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:32:36+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3170bf6-fce6-11ed-ba37-ba802dd92cae | InvocationID=c3170e6c-fce6-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:32:41+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ba711762-fce6-11ed-ba37-ba802dd92cae | InvocationID=ba711992-fce6-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:32:41+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c666ea92-fce6-11ed-ba37-ba802dd92cae | InvocationID=c666ed94-fce6-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:32:42+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c666ea92-fce6-11ed-ba37-ba802dd92cae | InvocationID=c666ed94-fce6-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:32:42+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c666ea92-fce6-11ed-ba37-ba802dd92cae | InvocationID=c666ed94-fce6-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:33:01+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3170bf6-fce6-11ed-ba37-ba802dd92cae | InvocationID=c3170e6c-fce6-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:33:01+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2088c3e-fce6-11ed-ba37-ba802dd92cae | InvocationID=d2088e0a-fce6-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:33:01+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2088c3e-fce6-11ed-ba37-ba802dd92cae | InvocationID=d2088e0a-fce6-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:33:01+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2088c3e-fce6-11ed-ba37-ba802dd92cae | InvocationID=d2088e0a-fce6-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:33:02+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c666ea92-fce6-11ed-ba37-ba802dd92cae | InvocationID=c666ed94-fce6-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:33:02+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d258d3ce-fce6-11ed-ba37-ba802dd92cae | InvocationID=d258d644-fce6-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:33:02+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d258d3ce-fce6-11ed-ba37-ba802dd92cae | InvocationID=d258d644-fce6-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:33:02+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d258d3ce-fce6-11ed-ba37-ba802dd92cae | InvocationID=d258d644-fce6-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:33:22+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d258d3ce-fce6-11ed-ba37-ba802dd92cae | InvocationID=d258d644-fce6-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:33:22+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de4a3074-fce6-11ed-ba37-ba802dd92cae | InvocationID=de4a33e4-fce6-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:33:22+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de4a3074-fce6-11ed-ba37-ba802dd92cae | InvocationID=de4a33e4-fce6-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:33:22+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de4a3074-fce6-11ed-ba37-ba802dd92cae | InvocationID=de4a33e4-fce6-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:33:26+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2088c3e-fce6-11ed-ba37-ba802dd92cae | InvocationID=d2088e0a-fce6-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:33:26+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0f8987e-fce6-11ed-ba37-ba802dd92cae | InvocationID=e0f89c0c-fce6-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:33:26+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0f8987e-fce6-11ed-ba37-ba802dd92cae | InvocationID=e0f89c0c-fce6-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:33:26+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0f8987e-fce6-11ed-ba37-ba802dd92cae | InvocationID=e0f89c0c-fce6-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:33:42+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de4a3074-fce6-11ed-ba37-ba802dd92cae | InvocationID=de4a33e4-fce6-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:33:42+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea3fc042-fce6-11ed-ba37-ba802dd92cae | InvocationID=ea3fc290-fce6-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:33:42+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea3fc042-fce6-11ed-ba37-ba802dd92cae | InvocationID=ea3fc290-fce6-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:33:42+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea3fc042-fce6-11ed-ba37-ba802dd92cae | InvocationID=ea3fc290-fce6-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:33:51+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0f8987e-fce6-11ed-ba37-ba802dd92cae | InvocationID=e0f89c0c-fce6-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:33:51+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efe4fa30-fce6-11ed-ba37-ba802dd92cae | InvocationID=efe4fc4c-fce6-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:33:51+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efe4fa30-fce6-11ed-ba37-ba802dd92cae | InvocationID=efe4fc4c-fce6-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:33:51+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=efe4fa30-fce6-11ed-ba37-ba802dd92cae | InvocationID=efe4fc4c-fce6-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:34:02+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea3fc042-fce6-11ed-ba37-ba802dd92cae | InvocationID=ea3fc290-fce6-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:34:02+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f635d76a-fce6-11ed-ba37-ba802dd92cae | InvocationID=f635dce2-fce6-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:34:02+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f635d76a-fce6-11ed-ba37-ba802dd92cae | InvocationID=f635dce2-fce6-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:34:02+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f635d76a-fce6-11ed-ba37-ba802dd92cae | InvocationID=f635dce2-fce6-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:34:16+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=efe4fa30-fce6-11ed-ba37-ba802dd92cae | InvocationID=efe4fc4c-fce6-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:34:16+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fed112c2-fce6-11ed-ba37-ba802dd92cae | InvocationID=fed114fc-fce6-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:34:16+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fed112c2-fce6-11ed-ba37-ba802dd92cae | InvocationID=fed114fc-fce6-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:34:16+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fed112c2-fce6-11ed-ba37-ba802dd92cae | InvocationID=fed114fc-fce6-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:34:22+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f635d76a-fce6-11ed-ba37-ba802dd92cae | InvocationID=f635dce2-fce6-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:34:22+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0228c4ce-fce7-11ed-ba37-ba802dd92cae | InvocationID=0228c744-fce7-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:34:22+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0228c4ce-fce7-11ed-ba37-ba802dd92cae | InvocationID=0228c744-fce7-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:34:22+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0228c4ce-fce7-11ed-ba37-ba802dd92cae | InvocationID=0228c744-fce7-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:34:41+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fed112c2-fce6-11ed-ba37-ba802dd92cae | InvocationID=fed114fc-fce6-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:34:41+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0dc22aa0-fce7-11ed-ba37-ba802dd92cae | InvocationID=0dc22cb2-fce7-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:34:41+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0dc22aa0-fce7-11ed-ba37-ba802dd92cae | InvocationID=0dc22cb2-fce7-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:34:41+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0dc22aa0-fce7-11ed-ba37-ba802dd92cae | InvocationID=0dc22cb2-fce7-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:34:42+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0228c4ce-fce7-11ed-ba37-ba802dd92cae | InvocationID=0228c744-fce7-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:34:42+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e1a75d4-fce7-11ed-ba37-ba802dd92cae | InvocationID=0e1a7a70-fce7-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:34:42+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e1a75d4-fce7-11ed-ba37-ba802dd92cae | InvocationID=0e1a7a70-fce7-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:34:42+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e1a75d4-fce7-11ed-ba37-ba802dd92cae | InvocationID=0e1a7a70-fce7-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:35:02+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e1a75d4-fce7-11ed-ba37-ba802dd92cae | InvocationID=0e1a7a70-fce7-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:35:02+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a0ae1d0-fce7-11ed-ba37-ba802dd92cae | InvocationID=1a0ae3ce-fce7-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:35:02+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a0ae1d0-fce7-11ed-ba37-ba802dd92cae | InvocationID=1a0ae3ce-fce7-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:35:02+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a0ae1d0-fce7-11ed-ba37-ba802dd92cae | InvocationID=1a0ae3ce-fce7-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:35:06+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0dc22aa0-fce7-11ed-ba37-ba802dd92cae | InvocationID=0dc22cb2-fce7-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:35:06+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cb119d6-fce7-11ed-ba37-ba802dd92cae | InvocationID=1cb11c4c-fce7-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:35:06+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cb119d6-fce7-11ed-ba37-ba802dd92cae | InvocationID=1cb11c4c-fce7-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:35:06+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1cb119d6-fce7-11ed-ba37-ba802dd92cae | InvocationID=1cb11c4c-fce7-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:35:22+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a0ae1d0-fce7-11ed-ba37-ba802dd92cae | InvocationID=1a0ae3ce-fce7-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:35:22+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=260027c0-fce7-11ed-ba37-ba802dd92cae | InvocationID=26002aae-fce7-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:35:22+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=260027c0-fce7-11ed-ba37-ba802dd92cae | InvocationID=26002aae-fce7-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:35:22+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=260027c0-fce7-11ed-ba37-ba802dd92cae | InvocationID=26002aae-fce7-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:35:31+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1cb119d6-fce7-11ed-ba37-ba802dd92cae | InvocationID=1cb11c4c-fce7-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:35:31+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b9e5788-fce7-11ed-ba37-ba802dd92cae | InvocationID=2b9e59ea-fce7-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:35:31+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b9e5788-fce7-11ed-ba37-ba802dd92cae | InvocationID=2b9e59ea-fce7-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:35:31+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b9e5788-fce7-11ed-ba37-ba802dd92cae | InvocationID=2b9e59ea-fce7-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:35:42+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=260027c0-fce7-11ed-ba37-ba802dd92cae | InvocationID=26002aae-fce7-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:35:42+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31f5271a-fce7-11ed-ba37-ba802dd92cae | InvocationID=31f52bc0-fce7-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:35:42+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31f5271a-fce7-11ed-ba37-ba802dd92cae | InvocationID=31f52bc0-fce7-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:35:42+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=31f5271a-fce7-11ed-ba37-ba802dd92cae | InvocationID=31f52bc0-fce7-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:35:56+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b9e5788-fce7-11ed-ba37-ba802dd92cae | InvocationID=2b9e59ea-fce7-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:35:56+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a891eae-fce7-11ed-ba37-ba802dd92cae | InvocationID=3a8920a2-fce7-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:35:56+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a891eae-fce7-11ed-ba37-ba802dd92cae | InvocationID=3a8920a2-fce7-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:35:56+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a891eae-fce7-11ed-ba37-ba802dd92cae | InvocationID=3a8920a2-fce7-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:36:02+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=31f5271a-fce7-11ed-ba37-ba802dd92cae | InvocationID=31f52bc0-fce7-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:36:02+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3deb9d06-fce7-11ed-ba37-ba802dd92cae | InvocationID=3deb9f90-fce7-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:36:02+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3deb9d06-fce7-11ed-ba37-ba802dd92cae | InvocationID=3deb9f90-fce7-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:36:02+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3deb9d06-fce7-11ed-ba37-ba802dd92cae | InvocationID=3deb9f90-fce7-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:36:21+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a891eae-fce7-11ed-ba37-ba802dd92cae | InvocationID=3a8920a2-fce7-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:36:21+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49773522-fce7-11ed-ba37-ba802dd92cae | InvocationID=4977373e-fce7-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:36:21+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49773522-fce7-11ed-ba37-ba802dd92cae | InvocationID=4977373e-fce7-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:36:21+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49773522-fce7-11ed-ba37-ba802dd92cae | InvocationID=4977373e-fce7-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:36:22+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3deb9d06-fce7-11ed-ba37-ba802dd92cae | InvocationID=3deb9f90-fce7-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:36:22+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49ddfc4e-fce7-11ed-ba37-ba802dd92cae | InvocationID=49ddff3c-fce7-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:36:22+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49ddfc4e-fce7-11ed-ba37-ba802dd92cae | InvocationID=49ddff3c-fce7-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:36:22+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=49ddfc4e-fce7-11ed-ba37-ba802dd92cae | InvocationID=49ddff3c-fce7-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:36:42+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=49ddfc4e-fce7-11ed-ba37-ba802dd92cae | InvocationID=49ddff3c-fce7-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:36:42+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55d03c56-fce7-11ed-ba37-ba802dd92cae | InvocationID=55d03e7c-fce7-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:36:42+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55d03c56-fce7-11ed-ba37-ba802dd92cae | InvocationID=55d03e7c-fce7-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:36:42+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55d03c56-fce7-11ed-ba37-ba802dd92cae | InvocationID=55d03e7c-fce7-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:36:46+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49773522-fce7-11ed-ba37-ba802dd92cae | InvocationID=4977373e-fce7-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:36:46+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58667a84-fce7-11ed-ba37-ba802dd92cae | InvocationID=58667c82-fce7-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:36:46+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58667a84-fce7-11ed-ba37-ba802dd92cae | InvocationID=58667c82-fce7-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:36:46+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58667a84-fce7-11ed-ba37-ba802dd92cae | InvocationID=58667c82-fce7-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:37:02+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55d03c56-fce7-11ed-ba37-ba802dd92cae | InvocationID=55d03e7c-fce7-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:37:02+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61c29dec-fce7-11ed-ba37-ba802dd92cae | InvocationID=61c29f36-fce7-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:37:02+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61c29dec-fce7-11ed-ba37-ba802dd92cae | InvocationID=61c29f36-fce7-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:37:02+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=61c29dec-fce7-11ed-ba37-ba802dd92cae | InvocationID=61c29f36-fce7-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:37:11+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58667a84-fce7-11ed-ba37-ba802dd92cae | InvocationID=58667c82-fce7-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:37:11+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67527f02-fce7-11ed-ba37-ba802dd92cae | InvocationID=6752806a-fce7-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:37:11+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67527f02-fce7-11ed-ba37-ba802dd92cae | InvocationID=6752806a-fce7-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:37:11+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67527f02-fce7-11ed-ba37-ba802dd92cae | InvocationID=6752806a-fce7-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:37:22+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=61c29dec-fce7-11ed-ba37-ba802dd92cae | InvocationID=61c29f36-fce7-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:37:22+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6db6b9bc-fce7-11ed-ba37-ba802dd92cae | InvocationID=6db6bcaa-fce7-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:37:22+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6db6b9bc-fce7-11ed-ba37-ba802dd92cae | InvocationID=6db6bcaa-fce7-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:37:22+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6db6b9bc-fce7-11ed-ba37-ba802dd92cae | InvocationID=6db6bcaa-fce7-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:37:36+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67527f02-fce7-11ed-ba37-ba802dd92cae | InvocationID=6752806a-fce7-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:37:36+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=763cd206-fce7-11ed-ba37-ba802dd92cae | InvocationID=763cd328-fce7-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:37:37+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=763cd206-fce7-11ed-ba37-ba802dd92cae | InvocationID=763cd328-fce7-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:37:37+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=763cd206-fce7-11ed-ba37-ba802dd92cae | InvocationID=763cd328-fce7-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:37:42+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6db6b9bc-fce7-11ed-ba37-ba802dd92cae | InvocationID=6db6bcaa-fce7-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:37:42+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79aa8820-fce7-11ed-ba37-ba802dd92cae | InvocationID=79aa8a1e-fce7-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:37:42+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79aa8820-fce7-11ed-ba37-ba802dd92cae | InvocationID=79aa8a1e-fce7-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:37:42+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=79aa8820-fce7-11ed-ba37-ba802dd92cae | InvocationID=79aa8a1e-fce7-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:38:02+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=763cd206-fce7-11ed-ba37-ba802dd92cae | InvocationID=763cd328-fce7-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:38:02+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=852ab936-fce7-11ed-ba37-ba802dd92cae | InvocationID=852abe90-fce7-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:38:02+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=852ab936-fce7-11ed-ba37-ba802dd92cae | InvocationID=852abe90-fce7-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:38:02+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=852ab936-fce7-11ed-ba37-ba802dd92cae | InvocationID=852abe90-fce7-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:38:02+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=79aa8820-fce7-11ed-ba37-ba802dd92cae | InvocationID=79aa8a1e-fce7-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:38:02+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=859b048e-fce7-11ed-ba37-ba802dd92cae | InvocationID=859b0768-fce7-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:38:02+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=859b048e-fce7-11ed-ba37-ba802dd92cae | InvocationID=859b0768-fce7-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:38:02+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=859b048e-fce7-11ed-ba37-ba802dd92cae | InvocationID=859b0768-fce7-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:38:22+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=859b048e-fce7-11ed-ba37-ba802dd92cae | InvocationID=859b0768-fce7-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:38:22+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=918c8222-fce7-11ed-ba37-ba802dd92cae | InvocationID=918c83d0-fce7-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:38:22+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=918c8222-fce7-11ed-ba37-ba802dd92cae | InvocationID=918c83d0-fce7-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:38:22+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=918c8222-fce7-11ed-ba37-ba802dd92cae | InvocationID=918c83d0-fce7-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:38:27+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=852ab936-fce7-11ed-ba37-ba802dd92cae | InvocationID=852abe90-fce7-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:38:27+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94194a66-fce7-11ed-ba37-ba802dd92cae | InvocationID=94194d72-fce7-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:38:27+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94194a66-fce7-11ed-ba37-ba802dd92cae | InvocationID=94194d72-fce7-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:38:27+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94194a66-fce7-11ed-ba37-ba802dd92cae | InvocationID=94194d72-fce7-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:38:42+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=918c8222-fce7-11ed-ba37-ba802dd92cae | InvocationID=918c83d0-fce7-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:38:42+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d808858-fce7-11ed-ba37-ba802dd92cae | InvocationID=9d8089d4-fce7-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:38:42+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d808858-fce7-11ed-ba37-ba802dd92cae | InvocationID=9d8089d4-fce7-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:38:42+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d808858-fce7-11ed-ba37-ba802dd92cae | InvocationID=9d8089d4-fce7-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:38:52+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94194a66-fce7-11ed-ba37-ba802dd92cae | InvocationID=94194d72-fce7-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:38:52+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a304c348-fce7-11ed-ba37-ba802dd92cae | InvocationID=a304c582-fce7-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:38:52+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a304c348-fce7-11ed-ba37-ba802dd92cae | InvocationID=a304c582-fce7-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:38:52+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a304c348-fce7-11ed-ba37-ba802dd92cae | InvocationID=a304c582-fce7-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:39:02+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d808858-fce7-11ed-ba37-ba802dd92cae | InvocationID=9d8089d4-fce7-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:39:02+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a97277fc-fce7-11ed-ba37-ba802dd92cae | InvocationID=a9727a18-fce7-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:39:02+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a97277fc-fce7-11ed-ba37-ba802dd92cae | InvocationID=a9727a18-fce7-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:39:02+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a97277fc-fce7-11ed-ba37-ba802dd92cae | InvocationID=a9727a18-fce7-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:39:17+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a304c348-fce7-11ed-ba37-ba802dd92cae | InvocationID=a304c582-fce7-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:39:17+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1f11ac8-fce7-11ed-ba37-ba802dd92cae | InvocationID=b1f11d0c-fce7-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:39:17+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1f11ac8-fce7-11ed-ba37-ba802dd92cae | InvocationID=b1f11d0c-fce7-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:39:17+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1f11ac8-fce7-11ed-ba37-ba802dd92cae | InvocationID=b1f11d0c-fce7-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:39:22+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a97277fc-fce7-11ed-ba37-ba802dd92cae | InvocationID=a9727a18-fce7-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:39:22+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b568a43c-fce7-11ed-ba37-ba802dd92cae | InvocationID=b568a680-fce7-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:39:22+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b568a43c-fce7-11ed-ba37-ba802dd92cae | InvocationID=b568a680-fce7-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:39:22+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b568a43c-fce7-11ed-ba37-ba802dd92cae | InvocationID=b568a680-fce7-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:39:42+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1f11ac8-fce7-11ed-ba37-ba802dd92cae | InvocationID=b1f11d0c-fce7-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:39:42+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0ded62e-fce7-11ed-ba37-ba802dd92cae | InvocationID=c0ded73c-fce7-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:39:42+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0ded62e-fce7-11ed-ba37-ba802dd92cae | InvocationID=c0ded73c-fce7-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:39:42+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0ded62e-fce7-11ed-ba37-ba802dd92cae | InvocationID=c0ded73c-fce7-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:39:42+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b568a43c-fce7-11ed-ba37-ba802dd92cae | InvocationID=b568a680-fce7-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:39:42+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c15a7b6c-fce7-11ed-ba37-ba802dd92cae | InvocationID=c15a7e50-fce7-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:39:43+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c15a7b6c-fce7-11ed-ba37-ba802dd92cae | InvocationID=c15a7e50-fce7-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:39:43+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c15a7b6c-fce7-11ed-ba37-ba802dd92cae | InvocationID=c15a7e50-fce7-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:40:03+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c15a7b6c-fce7-11ed-ba37-ba802dd92cae | InvocationID=c15a7e50-fce7-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:40:03+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd4c7df8-fce7-11ed-ba37-ba802dd92cae | InvocationID=cd4c8104-fce7-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:40:03+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd4c7df8-fce7-11ed-ba37-ba802dd92cae | InvocationID=cd4c8104-fce7-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:40:03+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd4c7df8-fce7-11ed-ba37-ba802dd92cae | InvocationID=cd4c8104-fce7-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:40:07+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0ded62e-fce7-11ed-ba37-ba802dd92cae | InvocationID=c0ded73c-fce7-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:40:07+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfcdfe80-fce7-11ed-ba37-ba802dd92cae | InvocationID=cfce00b0-fce7-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:40:07+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfcdfe80-fce7-11ed-ba37-ba802dd92cae | InvocationID=cfce00b0-fce7-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:40:07+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cfcdfe80-fce7-11ed-ba37-ba802dd92cae | InvocationID=cfce00b0-fce7-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:40:23+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd4c7df8-fce7-11ed-ba37-ba802dd92cae | InvocationID=cd4c8104-fce7-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:40:23+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d941b8e4-fce7-11ed-ba37-ba802dd92cae | InvocationID=d941bbb4-fce7-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:40:23+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d941b8e4-fce7-11ed-ba37-ba802dd92cae | InvocationID=d941bbb4-fce7-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:40:23+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d941b8e4-fce7-11ed-ba37-ba802dd92cae | InvocationID=d941bbb4-fce7-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:40:32+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cfcdfe80-fce7-11ed-ba37-ba802dd92cae | InvocationID=cfce00b0-fce7-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:40:32+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=deba83d2-fce7-11ed-ba37-ba802dd92cae | InvocationID=deba86b6-fce7-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:40:32+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=deba83d2-fce7-11ed-ba37-ba802dd92cae | InvocationID=deba86b6-fce7-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:40:32+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=deba83d2-fce7-11ed-ba37-ba802dd92cae | InvocationID=deba86b6-fce7-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:40:43+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d941b8e4-fce7-11ed-ba37-ba802dd92cae | InvocationID=d941bbb4-fce7-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:40:43+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5388a06-fce7-11ed-ba37-ba802dd92cae | InvocationID=e5388d08-fce7-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:40:43+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5388a06-fce7-11ed-ba37-ba802dd92cae | InvocationID=e5388d08-fce7-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:40:43+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e5388a06-fce7-11ed-ba37-ba802dd92cae | InvocationID=e5388d08-fce7-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:40:57+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=deba83d2-fce7-11ed-ba37-ba802dd92cae | InvocationID=deba86b6-fce7-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:40:57+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eda6dc56-fce7-11ed-ba37-ba802dd92cae | InvocationID=eda6df4e-fce7-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:40:57+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eda6dc56-fce7-11ed-ba37-ba802dd92cae | InvocationID=eda6df4e-fce7-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:40:57+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eda6dc56-fce7-11ed-ba37-ba802dd92cae | InvocationID=eda6df4e-fce7-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:41:03+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e5388a06-fce7-11ed-ba37-ba802dd92cae | InvocationID=e5388d08-fce7-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:41:03+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f12e9bc0-fce7-11ed-ba37-ba802dd92cae | InvocationID=f12e9e90-fce7-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:41:03+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f12e9bc0-fce7-11ed-ba37-ba802dd92cae | InvocationID=f12e9e90-fce7-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:41:03+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f12e9bc0-fce7-11ed-ba37-ba802dd92cae | InvocationID=f12e9e90-fce7-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:41:22+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eda6dc56-fce7-11ed-ba37-ba802dd92cae | InvocationID=eda6df4e-fce7-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:41:22+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc99327c-fce7-11ed-ba37-ba802dd92cae | InvocationID=fc9933f8-fce7-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:41:22+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc99327c-fce7-11ed-ba37-ba802dd92cae | InvocationID=fc9933f8-fce7-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:41:22+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc99327c-fce7-11ed-ba37-ba802dd92cae | InvocationID=fc9933f8-fce7-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:41:23+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f12e9bc0-fce7-11ed-ba37-ba802dd92cae | InvocationID=f12e9e90-fce7-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:41:23+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd21042c-fce7-11ed-ba37-ba802dd92cae | InvocationID=fd210666-fce7-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:41:23+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd21042c-fce7-11ed-ba37-ba802dd92cae | InvocationID=fd210666-fce7-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:41:23+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd21042c-fce7-11ed-ba37-ba802dd92cae | InvocationID=fd210666-fce7-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:41:43+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd21042c-fce7-11ed-ba37-ba802dd92cae | InvocationID=fd210666-fce7-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:41:43+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0911c88e-fce8-11ed-ba37-ba802dd92cae | InvocationID=0911cf50-fce8-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:41:43+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0911c88e-fce8-11ed-ba37-ba802dd92cae | InvocationID=0911cf50-fce8-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:41:43+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0911c88e-fce8-11ed-ba37-ba802dd92cae | InvocationID=0911cf50-fce8-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:41:47+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc99327c-fce7-11ed-ba37-ba802dd92cae | InvocationID=fc9933f8-fce7-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:41:47+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b8647de-fce8-11ed-ba37-ba802dd92cae | InvocationID=0b864b08-fce8-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:41:47+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b8647de-fce8-11ed-ba37-ba802dd92cae | InvocationID=0b864b08-fce8-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:41:47+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b8647de-fce8-11ed-ba37-ba802dd92cae | InvocationID=0b864b08-fce8-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:42:03+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0911c88e-fce8-11ed-ba37-ba802dd92cae | InvocationID=0911cf50-fce8-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:42:03+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15083ede-fce8-11ed-ba37-ba802dd92cae | InvocationID=15084186-fce8-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:42:03+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15083ede-fce8-11ed-ba37-ba802dd92cae | InvocationID=15084186-fce8-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:42:03+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=15083ede-fce8-11ed-ba37-ba802dd92cae | InvocationID=15084186-fce8-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:42:12+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b8647de-fce8-11ed-ba37-ba802dd92cae | InvocationID=0b864b08-fce8-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:42:12+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a72c11e-fce8-11ed-ba37-ba802dd92cae | InvocationID=1a72c3da-fce8-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:42:12+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a72c11e-fce8-11ed-ba37-ba802dd92cae | InvocationID=1a72c3da-fce8-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:42:12+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a72c11e-fce8-11ed-ba37-ba802dd92cae | InvocationID=1a72c3da-fce8-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:42:23+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=15083ede-fce8-11ed-ba37-ba802dd92cae | InvocationID=15084186-fce8-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:42:23+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20fb8d04-fce8-11ed-ba37-ba802dd92cae | InvocationID=20fb8f70-fce8-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:42:23+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20fb8d04-fce8-11ed-ba37-ba802dd92cae | InvocationID=20fb8f70-fce8-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:42:23+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=20fb8d04-fce8-11ed-ba37-ba802dd92cae | InvocationID=20fb8f70-fce8-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:42:37+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a72c11e-fce8-11ed-ba37-ba802dd92cae | InvocationID=1a72c3da-fce8-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:42:37+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2961364c-fce8-11ed-ba37-ba802dd92cae | InvocationID=29613aac-fce8-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:42:37+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2961364c-fce8-11ed-ba37-ba802dd92cae | InvocationID=29613aac-fce8-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:42:37+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2961364c-fce8-11ed-ba37-ba802dd92cae | InvocationID=29613aac-fce8-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:42:43+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=20fb8d04-fce8-11ed-ba37-ba802dd92cae | InvocationID=20fb8f70-fce8-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:42:43+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cf2028c-fce8-11ed-ba37-ba802dd92cae | InvocationID=2cf204ee-fce8-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:42:43+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cf2028c-fce8-11ed-ba37-ba802dd92cae | InvocationID=2cf204ee-fce8-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:42:43+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2cf2028c-fce8-11ed-ba37-ba802dd92cae | InvocationID=2cf204ee-fce8-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:43:02+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2961364c-fce8-11ed-ba37-ba802dd92cae | InvocationID=29613aac-fce8-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:43:02+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38509256-fce8-11ed-ba37-ba802dd92cae | InvocationID=385095a8-fce8-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:43:02+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38509256-fce8-11ed-ba37-ba802dd92cae | InvocationID=385095a8-fce8-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:43:02+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38509256-fce8-11ed-ba37-ba802dd92cae | InvocationID=385095a8-fce8-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:43:03+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2cf2028c-fce8-11ed-ba37-ba802dd92cae | InvocationID=2cf204ee-fce8-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:43:03+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38e385e8-fce8-11ed-ba37-ba802dd92cae | InvocationID=38e39a10-fce8-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:43:03+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38e385e8-fce8-11ed-ba37-ba802dd92cae | InvocationID=38e39a10-fce8-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:43:03+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=38e385e8-fce8-11ed-ba37-ba802dd92cae | InvocationID=38e39a10-fce8-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:43:23+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=38e385e8-fce8-11ed-ba37-ba802dd92cae | InvocationID=38e39a10-fce8-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:43:23+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44d57a64-fce8-11ed-ba37-ba802dd92cae | InvocationID=44d57d5c-fce8-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:43:23+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44d57a64-fce8-11ed-ba37-ba802dd92cae | InvocationID=44d57d5c-fce8-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:43:23+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=44d57a64-fce8-11ed-ba37-ba802dd92cae | InvocationID=44d57d5c-fce8-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:43:27+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38509256-fce8-11ed-ba37-ba802dd92cae | InvocationID=385095a8-fce8-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:43:27+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4741f0b6-fce8-11ed-ba37-ba802dd92cae | InvocationID=4741f2f0-fce8-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:43:27+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4741f0b6-fce8-11ed-ba37-ba802dd92cae | InvocationID=4741f2f0-fce8-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:43:27+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4741f0b6-fce8-11ed-ba37-ba802dd92cae | InvocationID=4741f2f0-fce8-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:43:43+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=44d57a64-fce8-11ed-ba37-ba802dd92cae | InvocationID=44d57d5c-fce8-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:43:43+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50d51edc-fce8-11ed-ba37-ba802dd92cae | InvocationID=50d520a8-fce8-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:43:43+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50d51edc-fce8-11ed-ba37-ba802dd92cae | InvocationID=50d520a8-fce8-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:43:43+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=50d51edc-fce8-11ed-ba37-ba802dd92cae | InvocationID=50d520a8-fce8-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:43:52+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4741f0b6-fce8-11ed-ba37-ba802dd92cae | InvocationID=4741f2f0-fce8-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:43:52+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=562e70fe-fce8-11ed-ba37-ba802dd92cae | InvocationID=562e7342-fce8-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:43:52+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=562e70fe-fce8-11ed-ba37-ba802dd92cae | InvocationID=562e7342-fce8-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:43:52+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=562e70fe-fce8-11ed-ba37-ba802dd92cae | InvocationID=562e7342-fce8-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:44:03+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=50d51edc-fce8-11ed-ba37-ba802dd92cae | InvocationID=50d520a8-fce8-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:44:03+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cca7f98-fce8-11ed-ba37-ba802dd92cae | InvocationID=5cca82f4-fce8-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:44:03+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cca7f98-fce8-11ed-ba37-ba802dd92cae | InvocationID=5cca82f4-fce8-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:44:03+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5cca7f98-fce8-11ed-ba37-ba802dd92cae | InvocationID=5cca82f4-fce8-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:44:17+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=562e70fe-fce8-11ed-ba37-ba802dd92cae | InvocationID=562e7342-fce8-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:44:17+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=651aaa10-fce8-11ed-ba37-ba802dd92cae | InvocationID=651aac0e-fce8-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:44:17+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=651aaa10-fce8-11ed-ba37-ba802dd92cae | InvocationID=651aac0e-fce8-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:44:17+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=651aaa10-fce8-11ed-ba37-ba802dd92cae | InvocationID=651aac0e-fce8-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:44:23+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5cca7f98-fce8-11ed-ba37-ba802dd92cae | InvocationID=5cca82f4-fce8-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:44:23+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68c1520e-fce8-11ed-ba37-ba802dd92cae | InvocationID=68c155c4-fce8-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:44:23+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68c1520e-fce8-11ed-ba37-ba802dd92cae | InvocationID=68c155c4-fce8-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:44:23+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=68c1520e-fce8-11ed-ba37-ba802dd92cae | InvocationID=68c155c4-fce8-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:44:42+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=651aaa10-fce8-11ed-ba37-ba802dd92cae | InvocationID=651aac0e-fce8-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:44:42+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=740a9968-fce8-11ed-ba37-ba802dd92cae | InvocationID=740a9be8-fce8-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:44:42+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=740a9968-fce8-11ed-ba37-ba802dd92cae | InvocationID=740a9be8-fce8-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:44:42+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=740a9968-fce8-11ed-ba37-ba802dd92cae | InvocationID=740a9be8-fce8-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:44:43+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=68c1520e-fce8-11ed-ba37-ba802dd92cae | InvocationID=68c155c4-fce8-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:44:43+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74b3358c-fce8-11ed-ba37-ba802dd92cae | InvocationID=74b33780-fce8-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:44:43+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74b3358c-fce8-11ed-ba37-ba802dd92cae | InvocationID=74b33780-fce8-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:44:43+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=74b3358c-fce8-11ed-ba37-ba802dd92cae | InvocationID=74b33780-fce8-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:45:03+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=74b3358c-fce8-11ed-ba37-ba802dd92cae | InvocationID=74b33780-fce8-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:45:03+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80a3d4c8-fce8-11ed-ba37-ba802dd92cae | InvocationID=80a3d838-fce8-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:45:03+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80a3d4c8-fce8-11ed-ba37-ba802dd92cae | InvocationID=80a3d838-fce8-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:45:03+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=80a3d4c8-fce8-11ed-ba37-ba802dd92cae | InvocationID=80a3d838-fce8-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:45:07+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=740a9968-fce8-11ed-ba37-ba802dd92cae | InvocationID=740a9be8-fce8-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:45:07+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82f98074-fce8-11ed-ba37-ba802dd92cae | InvocationID=82f98344-fce8-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:45:07+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82f98074-fce8-11ed-ba37-ba802dd92cae | InvocationID=82f98344-fce8-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:45:07+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82f98074-fce8-11ed-ba37-ba802dd92cae | InvocationID=82f98344-fce8-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:45:23+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=80a3d4c8-fce8-11ed-ba37-ba802dd92cae | InvocationID=80a3d838-fce8-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:45:23+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c9a6814-fce8-11ed-ba37-ba802dd92cae | InvocationID=8c9a6cc4-fce8-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:45:24+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c9a6814-fce8-11ed-ba37-ba802dd92cae | InvocationID=8c9a6cc4-fce8-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:45:24+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c9a6814-fce8-11ed-ba37-ba802dd92cae | InvocationID=8c9a6cc4-fce8-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:45:32+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82f98074-fce8-11ed-ba37-ba802dd92cae | InvocationID=82f98344-fce8-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:45:32+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91e5f932-fce8-11ed-ba37-ba802dd92cae | InvocationID=91e5fb8a-fce8-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:45:32+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91e5f932-fce8-11ed-ba37-ba802dd92cae | InvocationID=91e5fb8a-fce8-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:45:32+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91e5f932-fce8-11ed-ba37-ba802dd92cae | InvocationID=91e5fb8a-fce8-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:45:44+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c9a6814-fce8-11ed-ba37-ba802dd92cae | InvocationID=8c9a6cc4-fce8-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:45:44+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=988f85aa-fce8-11ed-ba37-ba802dd92cae | InvocationID=988f8816-fce8-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:45:44+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=988f85aa-fce8-11ed-ba37-ba802dd92cae | InvocationID=988f8816-fce8-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:45:44+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=988f85aa-fce8-11ed-ba37-ba802dd92cae | InvocationID=988f8816-fce8-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:45:57+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91e5f932-fce8-11ed-ba37-ba802dd92cae | InvocationID=91e5fb8a-fce8-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:45:57+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0d1e0aa-fce8-11ed-ba37-ba802dd92cae | InvocationID=a0d1e320-fce8-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:45:57+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0d1e0aa-fce8-11ed-ba37-ba802dd92cae | InvocationID=a0d1e320-fce8-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:45:57+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0d1e0aa-fce8-11ed-ba37-ba802dd92cae | InvocationID=a0d1e320-fce8-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:46:04+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=988f85aa-fce8-11ed-ba37-ba802dd92cae | InvocationID=988f8816-fce8-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:46:04+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4862f3a-fce8-11ed-ba37-ba802dd92cae | InvocationID=a4863228-fce8-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:46:04+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4862f3a-fce8-11ed-ba37-ba802dd92cae | InvocationID=a4863228-fce8-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:46:04+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4862f3a-fce8-11ed-ba37-ba802dd92cae | InvocationID=a4863228-fce8-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:46:22+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0d1e0aa-fce8-11ed-ba37-ba802dd92cae | InvocationID=a0d1e320-fce8-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:46:22+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afc2d2cc-fce8-11ed-ba37-ba802dd92cae | InvocationID=afc2d628-fce8-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:46:23+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afc2d2cc-fce8-11ed-ba37-ba802dd92cae | InvocationID=afc2d628-fce8-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:46:23+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=afc2d2cc-fce8-11ed-ba37-ba802dd92cae | InvocationID=afc2d628-fce8-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:46:24+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4862f3a-fce8-11ed-ba37-ba802dd92cae | InvocationID=a4863228-fce8-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:46:24+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0789fd0-fce8-11ed-ba37-ba802dd92cae | InvocationID=b078a264-fce8-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:46:24+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0789fd0-fce8-11ed-ba37-ba802dd92cae | InvocationID=b078a264-fce8-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:46:24+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b0789fd0-fce8-11ed-ba37-ba802dd92cae | InvocationID=b078a264-fce8-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:46:44+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b0789fd0-fce8-11ed-ba37-ba802dd92cae | InvocationID=b078a264-fce8-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:46:44+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc69be5a-fce8-11ed-ba37-ba802dd92cae | InvocationID=bc69c0da-fce8-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:46:44+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc69be5a-fce8-11ed-ba37-ba802dd92cae | InvocationID=bc69c0da-fce8-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:46:44+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc69be5a-fce8-11ed-ba37-ba802dd92cae | InvocationID=bc69c0da-fce8-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:46:48+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=afc2d2cc-fce8-11ed-ba37-ba802dd92cae | InvocationID=afc2d628-fce8-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:46:48+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=beb42d58-fce8-11ed-ba37-ba802dd92cae | InvocationID=beb4317c-fce8-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:46:48+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=beb42d58-fce8-11ed-ba37-ba802dd92cae | InvocationID=beb4317c-fce8-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:46:48+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=beb42d58-fce8-11ed-ba37-ba802dd92cae | InvocationID=beb4317c-fce8-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:47:04+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc69be5a-fce8-11ed-ba37-ba802dd92cae | InvocationID=bc69c0da-fce8-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:47:04+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c85eb314-fce8-11ed-ba37-ba802dd92cae | InvocationID=c85eb5a8-fce8-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:47:04+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c85eb314-fce8-11ed-ba37-ba802dd92cae | InvocationID=c85eb5a8-fce8-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:47:04+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c85eb314-fce8-11ed-ba37-ba802dd92cae | InvocationID=c85eb5a8-fce8-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:47:13+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=beb42d58-fce8-11ed-ba37-ba802dd92cae | InvocationID=beb4317c-fce8-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:47:13+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cda079a2-fce8-11ed-ba37-ba802dd92cae | InvocationID=cda07b14-fce8-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:47:13+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cda079a2-fce8-11ed-ba37-ba802dd92cae | InvocationID=cda07b14-fce8-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:47:13+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cda079a2-fce8-11ed-ba37-ba802dd92cae | InvocationID=cda07b14-fce8-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:47:24+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c85eb314-fce8-11ed-ba37-ba802dd92cae | InvocationID=c85eb5a8-fce8-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:47:24+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d454b920-fce8-11ed-ba37-ba802dd92cae | InvocationID=d454be70-fce8-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:47:24+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d454b920-fce8-11ed-ba37-ba802dd92cae | InvocationID=d454be70-fce8-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:47:24+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d454b920-fce8-11ed-ba37-ba802dd92cae | InvocationID=d454be70-fce8-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:47:38+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cda079a2-fce8-11ed-ba37-ba802dd92cae | InvocationID=cda07b14-fce8-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:47:38+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc8ab39c-fce8-11ed-ba37-ba802dd92cae | InvocationID=dc8ab540-fce8-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:47:38+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc8ab39c-fce8-11ed-ba37-ba802dd92cae | InvocationID=dc8ab540-fce8-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:47:38+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc8ab39c-fce8-11ed-ba37-ba802dd92cae | InvocationID=dc8ab540-fce8-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:47:44+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d454b920-fce8-11ed-ba37-ba802dd92cae | InvocationID=d454be70-fce8-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:47:44+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e049240a-fce8-11ed-ba37-ba802dd92cae | InvocationID=e0492608-fce8-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:47:44+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e049240a-fce8-11ed-ba37-ba802dd92cae | InvocationID=e0492608-fce8-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:47:44+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e049240a-fce8-11ed-ba37-ba802dd92cae | InvocationID=e0492608-fce8-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:48:03+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc8ab39c-fce8-11ed-ba37-ba802dd92cae | InvocationID=dc8ab540-fce8-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:48:03+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb7a41ce-fce8-11ed-ba37-ba802dd92cae | InvocationID=eb7a44e4-fce8-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:48:03+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb7a41ce-fce8-11ed-ba37-ba802dd92cae | InvocationID=eb7a44e4-fce8-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:48:03+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb7a41ce-fce8-11ed-ba37-ba802dd92cae | InvocationID=eb7a44e4-fce8-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:48:04+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e049240a-fce8-11ed-ba37-ba802dd92cae | InvocationID=e0492608-fce8-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:48:04+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec39963c-fce8-11ed-ba37-ba802dd92cae | InvocationID=ec3998d0-fce8-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:48:04+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec39963c-fce8-11ed-ba37-ba802dd92cae | InvocationID=ec3998d0-fce8-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:48:04+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec39963c-fce8-11ed-ba37-ba802dd92cae | InvocationID=ec3998d0-fce8-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:48:24+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec39963c-fce8-11ed-ba37-ba802dd92cae | InvocationID=ec3998d0-fce8-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:48:24+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f829f4b4-fce8-11ed-ba37-ba802dd92cae | InvocationID=f829f716-fce8-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:48:24+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f829f4b4-fce8-11ed-ba37-ba802dd92cae | InvocationID=f829f716-fce8-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:48:24+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f829f4b4-fce8-11ed-ba37-ba802dd92cae | InvocationID=f829f716-fce8-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:48:28+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb7a41ce-fce8-11ed-ba37-ba802dd92cae | InvocationID=eb7a44e4-fce8-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:48:28+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa688fd8-fce8-11ed-ba37-ba802dd92cae | InvocationID=fa6892f8-fce8-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:48:28+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa688fd8-fce8-11ed-ba37-ba802dd92cae | InvocationID=fa6892f8-fce8-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:48:28+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa688fd8-fce8-11ed-ba37-ba802dd92cae | InvocationID=fa6892f8-fce8-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:48:44+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f829f4b4-fce8-11ed-ba37-ba802dd92cae | InvocationID=f829f716-fce8-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:48:44+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04214a92-fce9-11ed-ba37-ba802dd92cae | InvocationID=04214dc6-fce9-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:48:44+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04214a92-fce9-11ed-ba37-ba802dd92cae | InvocationID=04214dc6-fce9-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:48:44+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=04214a92-fce9-11ed-ba37-ba802dd92cae | InvocationID=04214dc6-fce9-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:48:53+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa688fd8-fce8-11ed-ba37-ba802dd92cae | InvocationID=fa6892f8-fce8-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:48:53+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0954fab8-fce9-11ed-ba37-ba802dd92cae | InvocationID=0954fdf6-fce9-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:48:53+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0954fab8-fce9-11ed-ba37-ba802dd92cae | InvocationID=0954fdf6-fce9-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:48:53+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0954fab8-fce9-11ed-ba37-ba802dd92cae | InvocationID=0954fdf6-fce9-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:49:04+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=04214a92-fce9-11ed-ba37-ba802dd92cae | InvocationID=04214dc6-fce9-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:49:04+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10156054-fce9-11ed-ba37-ba802dd92cae | InvocationID=10156356-fce9-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:49:04+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10156054-fce9-11ed-ba37-ba802dd92cae | InvocationID=10156356-fce9-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:49:04+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10156054-fce9-11ed-ba37-ba802dd92cae | InvocationID=10156356-fce9-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:49:18+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0954fab8-fce9-11ed-ba37-ba802dd92cae | InvocationID=0954fdf6-fce9-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:49:18+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18414e78-fce9-11ed-ba37-ba802dd92cae | InvocationID=1841508a-fce9-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:49:18+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18414e78-fce9-11ed-ba37-ba802dd92cae | InvocationID=1841508a-fce9-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:49:18+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18414e78-fce9-11ed-ba37-ba802dd92cae | InvocationID=1841508a-fce9-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:49:24+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10156054-fce9-11ed-ba37-ba802dd92cae | InvocationID=10156356-fce9-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:49:24+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c0afaa4-fce9-11ed-ba37-ba802dd92cae | InvocationID=1c0afcb6-fce9-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:49:24+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c0afaa4-fce9-11ed-ba37-ba802dd92cae | InvocationID=1c0afcb6-fce9-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:49:24+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1c0afaa4-fce9-11ed-ba37-ba802dd92cae | InvocationID=1c0afcb6-fce9-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:49:43+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18414e78-fce9-11ed-ba37-ba802dd92cae | InvocationID=1841508a-fce9-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:49:43+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27309ca4-fce9-11ed-ba37-ba802dd92cae | InvocationID=27309e70-fce9-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:49:43+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27309ca4-fce9-11ed-ba37-ba802dd92cae | InvocationID=27309e70-fce9-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:49:43+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27309ca4-fce9-11ed-ba37-ba802dd92cae | InvocationID=27309e70-fce9-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:49:44+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1c0afaa4-fce9-11ed-ba37-ba802dd92cae | InvocationID=1c0afcb6-fce9-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:49:44+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27fbf840-fce9-11ed-ba37-ba802dd92cae | InvocationID=27fbfab6-fce9-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:49:44+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27fbf840-fce9-11ed-ba37-ba802dd92cae | InvocationID=27fbfab6-fce9-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:49:44+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=27fbf840-fce9-11ed-ba37-ba802dd92cae | InvocationID=27fbfab6-fce9-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:50:04+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=27fbf840-fce9-11ed-ba37-ba802dd92cae | InvocationID=27fbfab6-fce9-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:50:04+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33ed12ce-fce9-11ed-ba37-ba802dd92cae | InvocationID=33ed1558-fce9-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:50:04+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33ed12ce-fce9-11ed-ba37-ba802dd92cae | InvocationID=33ed1558-fce9-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:50:04+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33ed12ce-fce9-11ed-ba37-ba802dd92cae | InvocationID=33ed1558-fce9-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:50:08+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27309ca4-fce9-11ed-ba37-ba802dd92cae | InvocationID=27309e70-fce9-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:50:08+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=362057a4-fce9-11ed-ba37-ba802dd92cae | InvocationID=36205ae2-fce9-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:50:08+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=362057a4-fce9-11ed-ba37-ba802dd92cae | InvocationID=36205ae2-fce9-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:50:08+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=362057a4-fce9-11ed-ba37-ba802dd92cae | InvocationID=36205ae2-fce9-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:50:24+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33ed12ce-fce9-11ed-ba37-ba802dd92cae | InvocationID=33ed1558-fce9-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:50:24+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fe196a4-fce9-11ed-ba37-ba802dd92cae | InvocationID=3fe19866-fce9-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:50:24+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fe196a4-fce9-11ed-ba37-ba802dd92cae | InvocationID=3fe19866-fce9-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:50:24+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3fe196a4-fce9-11ed-ba37-ba802dd92cae | InvocationID=3fe19866-fce9-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:50:33+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=362057a4-fce9-11ed-ba37-ba802dd92cae | InvocationID=36205ae2-fce9-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:50:33+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=450e4bea-fce9-11ed-ba37-ba802dd92cae | InvocationID=450e4e56-fce9-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:50:33+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=450e4bea-fce9-11ed-ba37-ba802dd92cae | InvocationID=450e4e56-fce9-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:50:33+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=450e4bea-fce9-11ed-ba37-ba802dd92cae | InvocationID=450e4e56-fce9-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:50:44+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3fe196a4-fce9-11ed-ba37-ba802dd92cae | InvocationID=3fe19866-fce9-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:50:44+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bd5f4c8-fce9-11ed-ba37-ba802dd92cae | InvocationID=4bd5f784-fce9-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:50:44+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bd5f4c8-fce9-11ed-ba37-ba802dd92cae | InvocationID=4bd5f784-fce9-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:50:44+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4bd5f4c8-fce9-11ed-ba37-ba802dd92cae | InvocationID=4bd5f784-fce9-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:50:58+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=450e4bea-fce9-11ed-ba37-ba802dd92cae | InvocationID=450e4e56-fce9-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:50:58+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53fb004e-fce9-11ed-ba37-ba802dd92cae | InvocationID=53fb0404-fce9-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:50:58+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53fb004e-fce9-11ed-ba37-ba802dd92cae | InvocationID=53fb0404-fce9-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:50:58+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53fb004e-fce9-11ed-ba37-ba802dd92cae | InvocationID=53fb0404-fce9-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:51:04+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4bd5f4c8-fce9-11ed-ba37-ba802dd92cae | InvocationID=4bd5f784-fce9-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:51:04+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57c9705c-fce9-11ed-ba37-ba802dd92cae | InvocationID=57c97246-fce9-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:51:04+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57c9705c-fce9-11ed-ba37-ba802dd92cae | InvocationID=57c97246-fce9-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:51:04+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57c9705c-fce9-11ed-ba37-ba802dd92cae | InvocationID=57c97246-fce9-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:51:23+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53fb004e-fce9-11ed-ba37-ba802dd92cae | InvocationID=53fb0404-fce9-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:51:23+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62eae894-fce9-11ed-ba37-ba802dd92cae | InvocationID=62eaeae2-fce9-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:51:23+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62eae894-fce9-11ed-ba37-ba802dd92cae | InvocationID=62eaeae2-fce9-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:51:23+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62eae894-fce9-11ed-ba37-ba802dd92cae | InvocationID=62eaeae2-fce9-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:51:24+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57c9705c-fce9-11ed-ba37-ba802dd92cae | InvocationID=57c97246-fce9-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:51:24+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63b8efbe-fce9-11ed-ba37-ba802dd92cae | InvocationID=63b8f266-fce9-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:51:24+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63b8efbe-fce9-11ed-ba37-ba802dd92cae | InvocationID=63b8f266-fce9-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:51:24+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=63b8efbe-fce9-11ed-ba37-ba802dd92cae | InvocationID=63b8f266-fce9-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:51:44+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=63b8efbe-fce9-11ed-ba37-ba802dd92cae | InvocationID=63b8f266-fce9-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:51:44+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6faa3b02-fce9-11ed-ba37-ba802dd92cae | InvocationID=6faa3d50-fce9-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:51:45+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6faa3b02-fce9-11ed-ba37-ba802dd92cae | InvocationID=6faa3d50-fce9-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:51:45+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6faa3b02-fce9-11ed-ba37-ba802dd92cae | InvocationID=6faa3d50-fce9-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:51:48+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62eae894-fce9-11ed-ba37-ba802dd92cae | InvocationID=62eaeae2-fce9-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:51:48+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71d94a76-fce9-11ed-ba37-ba802dd92cae | InvocationID=71d94cce-fce9-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:51:48+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71d94a76-fce9-11ed-ba37-ba802dd92cae | InvocationID=71d94cce-fce9-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:51:48+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=71d94a76-fce9-11ed-ba37-ba802dd92cae | InvocationID=71d94cce-fce9-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:52:05+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6faa3b02-fce9-11ed-ba37-ba802dd92cae | InvocationID=6faa3d50-fce9-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:52:05+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ba0ce12-fce9-11ed-ba37-ba802dd92cae | InvocationID=7ba0cfd4-fce9-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:52:05+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ba0ce12-fce9-11ed-ba37-ba802dd92cae | InvocationID=7ba0cfd4-fce9-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:52:05+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ba0ce12-fce9-11ed-ba37-ba802dd92cae | InvocationID=7ba0cfd4-fce9-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:52:13+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=71d94a76-fce9-11ed-ba37-ba802dd92cae | InvocationID=71d94cce-fce9-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:52:13+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80c54e2c-fce9-11ed-ba37-ba802dd92cae | InvocationID=80c5507a-fce9-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:52:13+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80c54e2c-fce9-11ed-ba37-ba802dd92cae | InvocationID=80c5507a-fce9-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:52:13+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80c54e2c-fce9-11ed-ba37-ba802dd92cae | InvocationID=80c5507a-fce9-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:52:25+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ba0ce12-fce9-11ed-ba37-ba802dd92cae | InvocationID=7ba0cfd4-fce9-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:52:25+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8792754a-fce9-11ed-ba37-ba802dd92cae | InvocationID=87927702-fce9-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:52:25+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8792754a-fce9-11ed-ba37-ba802dd92cae | InvocationID=87927702-fce9-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:52:25+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8792754a-fce9-11ed-ba37-ba802dd92cae | InvocationID=87927702-fce9-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:52:38+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80c54e2c-fce9-11ed-ba37-ba802dd92cae | InvocationID=80c5507a-fce9-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:52:38+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fb16c4a-fce9-11ed-ba37-ba802dd92cae | InvocationID=8fb16eac-fce9-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:52:38+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fb16c4a-fce9-11ed-ba37-ba802dd92cae | InvocationID=8fb16eac-fce9-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:52:38+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8fb16c4a-fce9-11ed-ba37-ba802dd92cae | InvocationID=8fb16eac-fce9-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:52:45+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8792754a-fce9-11ed-ba37-ba802dd92cae | InvocationID=87927702-fce9-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:52:45+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9386c28e-fce9-11ed-ba37-ba802dd92cae | InvocationID=9386c504-fce9-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:52:45+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9386c28e-fce9-11ed-ba37-ba802dd92cae | InvocationID=9386c504-fce9-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:52:45+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9386c28e-fce9-11ed-ba37-ba802dd92cae | InvocationID=9386c504-fce9-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:53:03+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8fb16c4a-fce9-11ed-ba37-ba802dd92cae | InvocationID=8fb16eac-fce9-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:53:03+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ea15454-fce9-11ed-ba37-ba802dd92cae | InvocationID=9ea15724-fce9-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:53:03+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ea15454-fce9-11ed-ba37-ba802dd92cae | InvocationID=9ea15724-fce9-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:53:03+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ea15454-fce9-11ed-ba37-ba802dd92cae | InvocationID=9ea15724-fce9-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:53:05+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9386c28e-fce9-11ed-ba37-ba802dd92cae | InvocationID=9386c504-fce9-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:53:05+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f787268-fce9-11ed-ba37-ba802dd92cae | InvocationID=9f7877ea-fce9-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:53:05+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f787268-fce9-11ed-ba37-ba802dd92cae | InvocationID=9f7877ea-fce9-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:53:05+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f787268-fce9-11ed-ba37-ba802dd92cae | InvocationID=9f7877ea-fce9-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:53:25+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f787268-fce9-11ed-ba37-ba802dd92cae | InvocationID=9f7877ea-fce9-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:53:25+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab6b4a46-fce9-11ed-ba37-ba802dd92cae | InvocationID=ab6b4d48-fce9-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:53:25+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab6b4a46-fce9-11ed-ba37-ba802dd92cae | InvocationID=ab6b4d48-fce9-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:53:25+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ab6b4a46-fce9-11ed-ba37-ba802dd92cae | InvocationID=ab6b4d48-fce9-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:53:28+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ea15454-fce9-11ed-ba37-ba802dd92cae | InvocationID=9ea15724-fce9-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:53:28+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad93bd58-fce9-11ed-ba37-ba802dd92cae | InvocationID=ad93bf60-fce9-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:53:28+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad93bd58-fce9-11ed-ba37-ba802dd92cae | InvocationID=ad93bf60-fce9-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:53:28+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad93bd58-fce9-11ed-ba37-ba802dd92cae | InvocationID=ad93bf60-fce9-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:53:45+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ab6b4a46-fce9-11ed-ba37-ba802dd92cae | InvocationID=ab6b4d48-fce9-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:53:45+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7605148-fce9-11ed-ba37-ba802dd92cae | InvocationID=b7605486-fce9-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:53:45+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7605148-fce9-11ed-ba37-ba802dd92cae | InvocationID=b7605486-fce9-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:53:45+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7605148-fce9-11ed-ba37-ba802dd92cae | InvocationID=b7605486-fce9-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:53:53+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad93bd58-fce9-11ed-ba37-ba802dd92cae | InvocationID=ad93bf60-fce9-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:53:53+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc7e213c-fce9-11ed-ba37-ba802dd92cae | InvocationID=bc7e2402-fce9-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:53:53+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc7e213c-fce9-11ed-ba37-ba802dd92cae | InvocationID=bc7e2402-fce9-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:53:53+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc7e213c-fce9-11ed-ba37-ba802dd92cae | InvocationID=bc7e2402-fce9-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:54:05+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7605148-fce9-11ed-ba37-ba802dd92cae | InvocationID=b7605486-fce9-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:54:05+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c35674d2-fce9-11ed-ba37-ba802dd92cae | InvocationID=c35677b6-fce9-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:54:05+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c35674d2-fce9-11ed-ba37-ba802dd92cae | InvocationID=c35677b6-fce9-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:54:05+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c35674d2-fce9-11ed-ba37-ba802dd92cae | InvocationID=c35677b6-fce9-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:54:18+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc7e213c-fce9-11ed-ba37-ba802dd92cae | InvocationID=bc7e2402-fce9-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:54:18+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb68ee8e-fce9-11ed-ba37-ba802dd92cae | InvocationID=cb68f1d6-fce9-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:54:18+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb68ee8e-fce9-11ed-ba37-ba802dd92cae | InvocationID=cb68f1d6-fce9-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:54:18+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb68ee8e-fce9-11ed-ba37-ba802dd92cae | InvocationID=cb68f1d6-fce9-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:54:25+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c35674d2-fce9-11ed-ba37-ba802dd92cae | InvocationID=c35677b6-fce9-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:54:25+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf4b2454-fce9-11ed-ba37-ba802dd92cae | InvocationID=cf4b2670-fce9-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:54:25+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf4b2454-fce9-11ed-ba37-ba802dd92cae | InvocationID=cf4b2670-fce9-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:54:25+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cf4b2454-fce9-11ed-ba37-ba802dd92cae | InvocationID=cf4b2670-fce9-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:54:43+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb68ee8e-fce9-11ed-ba37-ba802dd92cae | InvocationID=cb68f1d6-fce9-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:54:43+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da591482-fce9-11ed-ba37-ba802dd92cae | InvocationID=da5916f8-fce9-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:54:43+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da591482-fce9-11ed-ba37-ba802dd92cae | InvocationID=da5916f8-fce9-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:54:43+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da591482-fce9-11ed-ba37-ba802dd92cae | InvocationID=da5916f8-fce9-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:54:45+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cf4b2454-fce9-11ed-ba37-ba802dd92cae | InvocationID=cf4b2670-fce9-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:54:45+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db3c707e-fce9-11ed-ba37-ba802dd92cae | InvocationID=db3c72c2-fce9-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:54:45+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db3c707e-fce9-11ed-ba37-ba802dd92cae | InvocationID=db3c72c2-fce9-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:54:45+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db3c707e-fce9-11ed-ba37-ba802dd92cae | InvocationID=db3c72c2-fce9-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:55:05+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db3c707e-fce9-11ed-ba37-ba802dd92cae | InvocationID=db3c72c2-fce9-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:55:05+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e72e38d6-fce9-11ed-ba37-ba802dd92cae | InvocationID=e72e3b4c-fce9-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:55:05+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e72e38d6-fce9-11ed-ba37-ba802dd92cae | InvocationID=e72e3b4c-fce9-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:55:05+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e72e38d6-fce9-11ed-ba37-ba802dd92cae | InvocationID=e72e3b4c-fce9-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:55:08+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da591482-fce9-11ed-ba37-ba802dd92cae | InvocationID=da5916f8-fce9-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:55:08+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e94891c0-fce9-11ed-ba37-ba802dd92cae | InvocationID=e948935a-fce9-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:55:09+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e94891c0-fce9-11ed-ba37-ba802dd92cae | InvocationID=e948935a-fce9-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:55:09+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e94891c0-fce9-11ed-ba37-ba802dd92cae | InvocationID=e948935a-fce9-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:55:25+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e72e38d6-fce9-11ed-ba37-ba802dd92cae | InvocationID=e72e3b4c-fce9-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:55:25+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3258004-fce9-11ed-ba37-ba802dd92cae | InvocationID=f32581e4-fce9-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:55:25+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3258004-fce9-11ed-ba37-ba802dd92cae | InvocationID=f32581e4-fce9-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:55:25+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3258004-fce9-11ed-ba37-ba802dd92cae | InvocationID=f32581e4-fce9-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:55:34+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e94891c0-fce9-11ed-ba37-ba802dd92cae | InvocationID=e948935a-fce9-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:55:34+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f83491d4-fce9-11ed-ba37-ba802dd92cae | InvocationID=f834962a-fce9-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:55:34+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f83491d4-fce9-11ed-ba37-ba802dd92cae | InvocationID=f834962a-fce9-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:55:34+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f83491d4-fce9-11ed-ba37-ba802dd92cae | InvocationID=f834962a-fce9-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:55:45+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3258004-fce9-11ed-ba37-ba802dd92cae | InvocationID=f32581e4-fce9-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:55:45+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff17bf94-fce9-11ed-ba37-ba802dd92cae | InvocationID=ff17c0c0-fce9-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:55:45+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff17bf94-fce9-11ed-ba37-ba802dd92cae | InvocationID=ff17c0c0-fce9-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:55:45+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ff17bf94-fce9-11ed-ba37-ba802dd92cae | InvocationID=ff17c0c0-fce9-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:55:59+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f83491d4-fce9-11ed-ba37-ba802dd92cae | InvocationID=f834962a-fce9-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:55:59+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07219bba-fcea-11ed-ba37-ba802dd92cae | InvocationID=07219e30-fcea-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:55:59+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07219bba-fcea-11ed-ba37-ba802dd92cae | InvocationID=07219e30-fcea-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:55:59+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07219bba-fcea-11ed-ba37-ba802dd92cae | InvocationID=07219e30-fcea-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:56:05+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ff17bf94-fce9-11ed-ba37-ba802dd92cae | InvocationID=ff17c0c0-fce9-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:56:05+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b0b66ca-fcea-11ed-ba37-ba802dd92cae | InvocationID=0b0b68e6-fcea-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:56:05+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b0b66ca-fcea-11ed-ba37-ba802dd92cae | InvocationID=0b0b68e6-fcea-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:56:05+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0b0b66ca-fcea-11ed-ba37-ba802dd92cae | InvocationID=0b0b68e6-fcea-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:56:24+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07219bba-fcea-11ed-ba37-ba802dd92cae | InvocationID=07219e30-fcea-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:56:24+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=161348da-fcea-11ed-ba37-ba802dd92cae | InvocationID=16134c40-fcea-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:56:24+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=161348da-fcea-11ed-ba37-ba802dd92cae | InvocationID=16134c40-fcea-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:56:24+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=161348da-fcea-11ed-ba37-ba802dd92cae | InvocationID=16134c40-fcea-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:56:25+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0b0b66ca-fcea-11ed-ba37-ba802dd92cae | InvocationID=0b0b68e6-fcea-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:56:25+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16fbd140-fcea-11ed-ba37-ba802dd92cae | InvocationID=16fbd316-fcea-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:56:25+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16fbd140-fcea-11ed-ba37-ba802dd92cae | InvocationID=16fbd316-fcea-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:56:25+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16fbd140-fcea-11ed-ba37-ba802dd92cae | InvocationID=16fbd316-fcea-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:56:45+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16fbd140-fcea-11ed-ba37-ba802dd92cae | InvocationID=16fbd316-fcea-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:56:45+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22eb7e38-fcea-11ed-ba37-ba802dd92cae | InvocationID=22eb80b8-fcea-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:56:45+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22eb7e38-fcea-11ed-ba37-ba802dd92cae | InvocationID=22eb80b8-fcea-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:56:45+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=22eb7e38-fcea-11ed-ba37-ba802dd92cae | InvocationID=22eb80b8-fcea-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:56:49+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=161348da-fcea-11ed-ba37-ba802dd92cae | InvocationID=16134c40-fcea-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:56:49+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2505d95c-fcea-11ed-ba37-ba802dd92cae | InvocationID=2505dc72-fcea-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:56:49+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2505d95c-fcea-11ed-ba37-ba802dd92cae | InvocationID=2505dc72-fcea-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:56:49+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2505d95c-fcea-11ed-ba37-ba802dd92cae | InvocationID=2505dc72-fcea-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:57:05+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=22eb7e38-fcea-11ed-ba37-ba802dd92cae | InvocationID=22eb80b8-fcea-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:57:05+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2edf5c28-fcea-11ed-ba37-ba802dd92cae | InvocationID=2edf631c-fcea-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:57:05+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2edf5c28-fcea-11ed-ba37-ba802dd92cae | InvocationID=2edf631c-fcea-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:57:05+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2edf5c28-fcea-11ed-ba37-ba802dd92cae | InvocationID=2edf631c-fcea-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:57:14+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2505d95c-fcea-11ed-ba37-ba802dd92cae | InvocationID=2505dc72-fcea-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:57:14+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33f3b4ca-fcea-11ed-ba37-ba802dd92cae | InvocationID=33f3b81c-fcea-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:57:14+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33f3b4ca-fcea-11ed-ba37-ba802dd92cae | InvocationID=33f3b81c-fcea-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:57:14+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33f3b4ca-fcea-11ed-ba37-ba802dd92cae | InvocationID=33f3b81c-fcea-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:57:25+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2edf5c28-fcea-11ed-ba37-ba802dd92cae | InvocationID=2edf631c-fcea-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:57:25+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ad63f06-fcea-11ed-ba37-ba802dd92cae | InvocationID=3ad64208-fcea-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:57:25+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ad63f06-fcea-11ed-ba37-ba802dd92cae | InvocationID=3ad64208-fcea-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:57:25+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3ad63f06-fcea-11ed-ba37-ba802dd92cae | InvocationID=3ad64208-fcea-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:57:39+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33f3b4ca-fcea-11ed-ba37-ba802dd92cae | InvocationID=33f3b81c-fcea-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:57:39+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42e21724-fcea-11ed-ba37-ba802dd92cae | InvocationID=42e21922-fcea-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:57:39+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42e21724-fcea-11ed-ba37-ba802dd92cae | InvocationID=42e21922-fcea-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:57:39+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42e21724-fcea-11ed-ba37-ba802dd92cae | InvocationID=42e21922-fcea-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:57:45+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3ad63f06-fcea-11ed-ba37-ba802dd92cae | InvocationID=3ad64208-fcea-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:57:45+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46cba666-fcea-11ed-ba37-ba802dd92cae | InvocationID=46cba83c-fcea-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:57:45+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46cba666-fcea-11ed-ba37-ba802dd92cae | InvocationID=46cba83c-fcea-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:57:45+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=46cba666-fcea-11ed-ba37-ba802dd92cae | InvocationID=46cba83c-fcea-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:58:04+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42e21724-fcea-11ed-ba37-ba802dd92cae | InvocationID=42e21922-fcea-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:58:04+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51d2041a-fcea-11ed-ba37-ba802dd92cae | InvocationID=51d2071c-fcea-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:58:04+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51d2041a-fcea-11ed-ba37-ba802dd92cae | InvocationID=51d2071c-fcea-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:58:04+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51d2041a-fcea-11ed-ba37-ba802dd92cae | InvocationID=51d2071c-fcea-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:58:05+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=46cba666-fcea-11ed-ba37-ba802dd92cae | InvocationID=46cba83c-fcea-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:58:05+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52bb6cae-fcea-11ed-ba37-ba802dd92cae | InvocationID=52bb6f24-fcea-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:58:05+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52bb6cae-fcea-11ed-ba37-ba802dd92cae | InvocationID=52bb6f24-fcea-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:58:05+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=52bb6cae-fcea-11ed-ba37-ba802dd92cae | InvocationID=52bb6f24-fcea-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:58:25+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=52bb6cae-fcea-11ed-ba37-ba802dd92cae | InvocationID=52bb6f24-fcea-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:58:25+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5eacd606-fcea-11ed-ba37-ba802dd92cae | InvocationID=5eacd78c-fcea-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:58:25+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5eacd606-fcea-11ed-ba37-ba802dd92cae | InvocationID=5eacd78c-fcea-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:58:25+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5eacd606-fcea-11ed-ba37-ba802dd92cae | InvocationID=5eacd78c-fcea-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:58:29+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51d2041a-fcea-11ed-ba37-ba802dd92cae | InvocationID=51d2071c-fcea-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:58:29+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60c18888-fcea-11ed-ba37-ba802dd92cae | InvocationID=60c18a86-fcea-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:58:29+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60c18888-fcea-11ed-ba37-ba802dd92cae | InvocationID=60c18a86-fcea-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:58:29+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60c18888-fcea-11ed-ba37-ba802dd92cae | InvocationID=60c18a86-fcea-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:58:45+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5eacd606-fcea-11ed-ba37-ba802dd92cae | InvocationID=5eacd78c-fcea-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:58:45+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6aa02d50-fcea-11ed-ba37-ba802dd92cae | InvocationID=6aa031ce-fcea-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:58:46+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6aa02d50-fcea-11ed-ba37-ba802dd92cae | InvocationID=6aa031ce-fcea-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:58:46+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6aa02d50-fcea-11ed-ba37-ba802dd92cae | InvocationID=6aa031ce-fcea-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:58:54+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60c18888-fcea-11ed-ba37-ba802dd92cae | InvocationID=60c18a86-fcea-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:58:54+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fad2de8-fcea-11ed-ba37-ba802dd92cae | InvocationID=6fad3018-fcea-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:58:54+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fad2de8-fcea-11ed-ba37-ba802dd92cae | InvocationID=6fad3018-fcea-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:58:54+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6fad2de8-fcea-11ed-ba37-ba802dd92cae | InvocationID=6fad3018-fcea-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:59:06+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6aa02d50-fcea-11ed-ba37-ba802dd92cae | InvocationID=6aa031ce-fcea-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:59:06+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76975ba6-fcea-11ed-ba37-ba802dd92cae | InvocationID=76975cdc-fcea-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:59:06+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76975ba6-fcea-11ed-ba37-ba802dd92cae | InvocationID=76975cdc-fcea-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:59:06+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=76975ba6-fcea-11ed-ba37-ba802dd92cae | InvocationID=76975cdc-fcea-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:59:19+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6fad2de8-fcea-11ed-ba37-ba802dd92cae | InvocationID=6fad3018-fcea-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:59:19+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e99ef58-fcea-11ed-ba37-ba802dd92cae | InvocationID=7e99f1a6-fcea-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:59:19+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e99ef58-fcea-11ed-ba37-ba802dd92cae | InvocationID=7e99f1a6-fcea-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:59:19+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e99ef58-fcea-11ed-ba37-ba802dd92cae | InvocationID=7e99f1a6-fcea-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:59:26+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=76975ba6-fcea-11ed-ba37-ba802dd92cae | InvocationID=76975cdc-fcea-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:59:26+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=828b7a6e-fcea-11ed-ba37-ba802dd92cae | InvocationID=828b7c08-fcea-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:59:26+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=828b7a6e-fcea-11ed-ba37-ba802dd92cae | InvocationID=828b7c08-fcea-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:59:26+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=828b7a6e-fcea-11ed-ba37-ba802dd92cae | InvocationID=828b7c08-fcea-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:59:44+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e99ef58-fcea-11ed-ba37-ba802dd92cae | InvocationID=7e99f1a6-fcea-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-27T23:59:44+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d8a421a-fcea-11ed-ba37-ba802dd92cae | InvocationID=8d8a4508-fcea-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-27T23:59:44+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d8a421a-fcea-11ed-ba37-ba802dd92cae | InvocationID=8d8a4508-fcea-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:59:44+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d8a421a-fcea-11ed-ba37-ba802dd92cae | InvocationID=8d8a4508-fcea-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-27T23:59:46+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=828b7a6e-fcea-11ed-ba37-ba802dd92cae | InvocationID=828b7c08-fcea-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-27T23:59:46+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e7b3378-fcea-11ed-ba37-ba802dd92cae | InvocationID=8e7b35b2-fcea-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-27T23:59:46+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e7b3378-fcea-11ed-ba37-ba802dd92cae | InvocationID=8e7b35b2-fcea-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-27T23:59:46+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8e7b3378-fcea-11ed-ba37-ba802dd92cae | InvocationID=8e7b35b2-fcea-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-28T00:00:06+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8e7b3378-fcea-11ed-ba37-ba802dd92cae | InvocationID=8e7b35b2-fcea-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-28T00:00:06+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a6b073a-fcea-11ed-ba37-ba802dd92cae | InvocationID=9a6b096a-fcea-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-28T00:00:06+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a6b073a-fcea-11ed-ba37-ba802dd92cae | InvocationID=9a6b096a-fcea-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-28T00:00:06+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a6b073a-fcea-11ed-ba37-ba802dd92cae | InvocationID=9a6b096a-fcea-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-28T00:00:09+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d8a421a-fcea-11ed-ba37-ba802dd92cae | InvocationID=8d8a4508-fcea-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-28T00:00:09+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c7cbd66-fcea-11ed-ba37-ba802dd92cae | InvocationID=9c7cbfa0-fcea-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-28T00:00:09+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c7cbd66-fcea-11ed-ba37-ba802dd92cae | InvocationID=9c7cbfa0-fcea-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-28T00:00:09+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c7cbd66-fcea-11ed-ba37-ba802dd92cae | InvocationID=9c7cbfa0-fcea-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-28T00:00:26+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a6b073a-fcea-11ed-ba37-ba802dd92cae | InvocationID=9a6b096a-fcea-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-28T00:00:26+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a65f7c42-fcea-11ed-ba37-ba802dd92cae | InvocationID=a65f7dc8-fcea-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-28T00:00:26+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a65f7c42-fcea-11ed-ba37-ba802dd92cae | InvocationID=a65f7dc8-fcea-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-28T00:00:26+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a65f7c42-fcea-11ed-ba37-ba802dd92cae | InvocationID=a65f7dc8-fcea-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-28T00:00:34+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c7cbd66-fcea-11ed-ba37-ba802dd92cae | InvocationID=9c7cbfa0-fcea-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-28T00:00:34+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab688c42-fcea-11ed-ba37-ba802dd92cae | InvocationID=ab688e7c-fcea-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-28T00:00:34+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab688c42-fcea-11ed-ba37-ba802dd92cae | InvocationID=ab688e7c-fcea-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-28T00:00:34+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab688c42-fcea-11ed-ba37-ba802dd92cae | InvocationID=ab688e7c-fcea-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-28T00:00:46+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a65f7c42-fcea-11ed-ba37-ba802dd92cae | InvocationID=a65f7dc8-fcea-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-28T00:00:46+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b254d970-fcea-11ed-ba37-ba802dd92cae | InvocationID=b254dba0-fcea-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-28T00:00:46+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b254d970-fcea-11ed-ba37-ba802dd92cae | InvocationID=b254dba0-fcea-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-28T00:00:46+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b254d970-fcea-11ed-ba37-ba802dd92cae | InvocationID=b254dba0-fcea-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-28T00:00:59+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab688c42-fcea-11ed-ba37-ba802dd92cae | InvocationID=ab688e7c-fcea-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-28T00:00:59+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba54dd28-fcea-11ed-ba37-ba802dd92cae | InvocationID=ba54deae-fcea-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-28T00:00:59+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba54dd28-fcea-11ed-ba37-ba802dd92cae | InvocationID=ba54deae-fcea-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-28T00:00:59+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba54dd28-fcea-11ed-ba37-ba802dd92cae | InvocationID=ba54deae-fcea-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-28T00:01:06+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b254d970-fcea-11ed-ba37-ba802dd92cae | InvocationID=b254dba0-fcea-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-28T00:01:06+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be48b1ca-fcea-11ed-ba37-ba802dd92cae | InvocationID=be48b4cc-fcea-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-28T00:01:06+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be48b1ca-fcea-11ed-ba37-ba802dd92cae | InvocationID=be48b4cc-fcea-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-28T00:01:06+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be48b1ca-fcea-11ed-ba37-ba802dd92cae | InvocationID=be48b4cc-fcea-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-28T00:01:24+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba54dd28-fcea-11ed-ba37-ba802dd92cae | InvocationID=ba54deae-fcea-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-28T00:01:24+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c94355da-fcea-11ed-ba37-ba802dd92cae | InvocationID=c9435788-fcea-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-28T00:01:24+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c94355da-fcea-11ed-ba37-ba802dd92cae | InvocationID=c9435788-fcea-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-28T00:01:24+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c94355da-fcea-11ed-ba37-ba802dd92cae | InvocationID=c9435788-fcea-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-28T00:01:26+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be48b1ca-fcea-11ed-ba37-ba802dd92cae | InvocationID=be48b4cc-fcea-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-28T00:01:26+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca39c8de-fcea-11ed-ba37-ba802dd92cae | InvocationID=ca39cbc2-fcea-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-28T00:01:26+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca39c8de-fcea-11ed-ba37-ba802dd92cae | InvocationID=ca39cbc2-fcea-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-28T00:01:26+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ca39c8de-fcea-11ed-ba37-ba802dd92cae | InvocationID=ca39cbc2-fcea-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-28T00:01:46+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ca39c8de-fcea-11ed-ba37-ba802dd92cae | InvocationID=ca39cbc2-fcea-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-28T00:01:46+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d62af7bc-fcea-11ed-ba37-ba802dd92cae | InvocationID=d62af974-fcea-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-28T00:01:46+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d62af7bc-fcea-11ed-ba37-ba802dd92cae | InvocationID=d62af974-fcea-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-28T00:01:46+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d62af7bc-fcea-11ed-ba37-ba802dd92cae | InvocationID=d62af974-fcea-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-28T00:01:49+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c94355da-fcea-11ed-ba37-ba802dd92cae | InvocationID=c9435788-fcea-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-28T00:01:49+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d83261d0-fcea-11ed-ba37-ba802dd92cae | InvocationID=d832641e-fcea-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-28T00:01:49+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d83261d0-fcea-11ed-ba37-ba802dd92cae | InvocationID=d832641e-fcea-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-28T00:01:49+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d83261d0-fcea-11ed-ba37-ba802dd92cae | InvocationID=d832641e-fcea-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-28T00:02:06+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d62af7bc-fcea-11ed-ba37-ba802dd92cae | InvocationID=d62af974-fcea-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-28T00:02:06+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e21f2f48-fcea-11ed-ba37-ba802dd92cae | InvocationID=e21f31a0-fcea-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-28T00:02:06+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e21f2f48-fcea-11ed-ba37-ba802dd92cae | InvocationID=e21f31a0-fcea-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-28T00:02:06+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e21f2f48-fcea-11ed-ba37-ba802dd92cae | InvocationID=e21f31a0-fcea-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-28T00:02:14+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d83261d0-fcea-11ed-ba37-ba802dd92cae | InvocationID=d832641e-fcea-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-28T00:02:14+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e71e5d3e-fcea-11ed-ba37-ba802dd92cae | InvocationID=e71e5fbe-fcea-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT[0m 2023-05-28T00:02:14+0000 | policy_event_thread | 139917029821216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e71e5d3e-fcea-11ed-ba37-ba802dd92cae | InvocationID=e71e5fbe-fcea-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-28T00:02:14+0000 | policy_event_thread | 139917029821216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e71e5d3e-fcea-11ed-ba37-ba802dd92cae | InvocationID=e71e5fbe-fcea-11ed-ba37-ba802dd92cae | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2023-05-28T00:02:26+0000 | aai_event_thread | 139917028760352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e21f2f48-fcea-11ed-ba37-ba802dd92cae | InvocationID=e21f31a0-fcea-11ed-ba37-ba802dd92cae | Polling MR for XNF AAI events.[0m 2023-05-28T00:02:26+0000 | aai_event_thread | 139917028760352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee1260ea-fcea-11ed-ba37-ba802dd92cae | InvocationID=ee126324-fcea-11ed-ba37-ba802dd92cae | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT[0m 2023-05-28T00:02:26+0000 | aai_event_thread | 139917028760352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee1260ea-fcea-11ed-ba37-ba802dd92cae | InvocationID=ee126324-fcea-11ed-ba37-ba802dd92cae | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-28T00:02:26+0000 | aai_event_thread | 139917028760352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee1260ea-fcea-11ed-ba37-ba802dd92cae | InvocationID=ee126324-fcea-11ed-ba37-ba802dd92cae | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2023-05-28T00:02:39+0000 | policy_event_thread | 139917029821216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e71e5d3e-fcea-11ed-ba37-ba802dd92cae | InvocationID=e71e5fbe-fcea-11ed-ba37-ba802dd92cae | Polling MR for XNF activation/deactivation policy response events.[0m 2023-05-28T00:02:39+0000 | policy_event_thread | 139917029821216 | INFO | pmsh_config | g